[PATCH v3 0/3] spi: amd: Add support for new controller version

André Almeida posted 3 patches 4 years, 4 months ago
drivers/spi/spi-amd.c | 87 +++++++++++++++++++++++++++++++++++--------
1 file changed, 71 insertions(+), 16 deletions(-)
[PATCH v3 0/3] spi: amd: Add support for new controller version
Posted by André Almeida 4 years, 4 months ago
Hi Mark,

This v3 has a small change at 3/3 for making it work at COMPILE_TEST.
Could you please replace the patch that you had applied on your tree?
Thanks and sorry for the trouble.

This series do some cleanup and add support for new controller version,
AMDI0062.

Change from v2:
- Keep ACPI_PTR() for ACPI dependent variable, making it suitable for
compiling test.

Change from v1:
- Replace `if (version == 2)` with a more extensible switch case.

André Almeida (3):
  spi: amd: Use iopoll for busy waiting
  spi: amd: Remove needless rom_addr variable
  spi: amd: Add support for version AMDI0062

 drivers/spi/spi-amd.c | 87 +++++++++++++++++++++++++++++++++++--------
 1 file changed, 71 insertions(+), 16 deletions(-)

-- 
2.35.1