[PATCH v2 3/3] spi: add support for microchip "soft" spi controller
Mark Brown
broonie at kernel.org
Wed Nov 5 08:18:30 PST 2025
On Wed, Nov 05, 2025 at 03:28:23PM +0000, Prajna Rajendra Kumar wrote:
> drivers/spi/Kconfig | 9 +
> drivers/spi/Makefile | 1 +
> drivers/spi/spi-microchip-core.c | 442 +++++++++++++++++++++++++++++++
> 3 files changed, 452 insertions(+)
> +config SPI_MICROCHIP_CORE
> + tristate "Microchip FPGA SPI controllers"
> + depends on SPI_MASTER
Reusing the same filename and config symbol is almost certainly going to
create issues and confusion for people upgrading their kernel or doing
backports. Perhaps CoreSPI instead?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-riscv/attachments/20251105/82a1efeb/attachment.sig>
More information about the linux-riscv
mailing list