mbox series

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

Message ID 20210630120425.606957-1-Nehal-Bakulchandra.shah@amd.com (mailing list archive)
Headers show
Series spi:amd:Support for new generation of AMD SOCs. | expand

Message

Nehal-bakulchandra Shah June 30, 2021, 12:04 p.m. UTC
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(-)