[PATCH v3 0/3] spi:amd:Support for new generation of AMD SOCs.

From: Nehal Bakulchandra Shah
Date: Wed Jun 30 2021 - 08:04:46 EST


Fix of limitation of max 72 bytes size of fifo transfer.
Also, new generation SOC support added with modification with
register and few of the helper functions.
As driver is only supported for X86 based platform modified the KConfig
with ACPI dependency to fix kernel test robot errors.

Changes in v3:
-Update the Kconfig with ACPI dependency

Changes in v2:
-Split the patch
-Incorporate review comments

Changes in v1:
-Initial patch for adding support of new generation of SOC -Fix for 72 bytes of FIFO Size

Nehal Bakulchandra Shah (3):
spi:amd: Add support for latest platform
spi:amd: Fix for transfer large size of data
spi:amd:Fix for compilation error for non X86 platforms.

drivers/spi/Kconfig | 2 +-
drivers/spi/spi-amd.c | 149 +++++++++++++++++++++++++++++++++++-------
2 files changed, 126 insertions(+), 25 deletions(-)

--
2.25.1