On Wed, Jan 18, 2023 at 07:51:36PM -0800, Brad Larson wrote: > Add support for the AMD Pensando SoC System Resource chip using > the SPI interface. The device functions are accessed using > four chip-selects and the device can be a CPLD or FPGA depending > on functionality. > --- > drivers/spi/Kconfig | 14 ++ > drivers/spi/Makefile | 1 + > drivers/spi/spi-pensando-sr.c | 454 ++++++++++++++++++++++++++++++++++ > 3 files changed, 469 insertions(+) This isn't a SPI controller driver so doesn't belong here, drivers/soc might be a better fit based on the summary above?