Re: [PATCH v9 15/15] spi: pensando-sr: Add AMD Pensando SoC System Resource

From: Brad Larson
Date: Mon Feb 06 2023 - 21:13:16 EST


On Thu, Jan 19, 2023 at 13:57, Mark Brown wrote:
> 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?

Thanks for the guidance, the only other proper location mentioned was
in drivers/misc. Given this driver is common to all AMD Pensando SoCs and
only relevant to Pensando devices I'll move this to drivers/soc/amd.

Regards,
Brad