spi: microchip: pci1xxxx: Add driver for SPI controller of PCI1XXXX PCIe switch
authorTharun Kumar P <tharunkumar.pasumarthi@microchip.com>
Thu, 6 Oct 2022 05:05:13 +0000 (10:35 +0530)
committerMark Brown <broonie@kernel.org>
Mon, 17 Oct 2022 11:49:48 +0000 (12:49 +0100)
commit1cc0cbea7167af524a7f7b2d0d2f19f7a324e807
treea3cac194bf49af8b8e37f4e24c8cb63d998cdb7a
parent8f4b3d2f653937956fdc68b665c621dfa3cf2fa7
spi: microchip: pci1xxxx: Add driver for SPI controller of PCI1XXXX PCIe switch

Microchip pci1xxxx is a PCIe switch with a multi-function endpoint on one of its
downstream ports. SPI is one of the functions in the multi-function endpoint. This
function has 2 SPI masters, operates at a maximum frequency of 30 MHz and supports
7 client devices per master. This patch adds complete functionality to the SPI
function except for suspend and resume.

Signed-off-by: Tharun Kumar P <tharunkumar.pasumarthi@microchip.com>
Link: https://lore.kernel.org/r/20221006050514.115564-2-tharunkumar.pasumarthi@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/spi-pci1xxxx.c [new file with mode: 0644]