]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
spi: microchip: rename driver file and internal identifiers
authorPrajna Rajendra Kumar <prajna.rajendrakumar@microchip.com>
Fri, 14 Nov 2025 10:45:43 +0000 (10:45 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 14 Nov 2025 13:54:41 +0000 (13:54 +0000)
commit71c814e98696f2cd53e9e6cef7501c2d667d4c5a
tree266990043edeacf9d4318ef6b78d50511acbcbce
parente9a6fb0bcdd7609be6969112f3fbfcce3b1d4a7c
spi: microchip: rename driver file and internal identifiers

The spi-microchip-core.c driver provides support for the Microchip
PolarFire SoC (MPFS) "hard" SPI controller. It was originally named
"core" with the expectation that it might also cover Microchip's
CoreSPI "soft" IP, but that never materialized.

The CoreSPI IP cannot be supported by this driver because its register
layout differs substantially from the MPFS SPI controller. In practice
most of the code would need to be replaced to handle those differences
so keeping the drivers separate is the simpler approach.

The file and internal symbols are renamed to reflect MPFS support and
to free up "spi-microchip-core.c" for CoreSPI driver.

Fixes: 9ac8d17694b6 ("spi: add support for microchip fpga spi controllers")
Signed-off-by: Prajna Rajendra Kumar <prajna.rajendrakumar@microchip.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://patch.msgid.link/20251114104545.284765-2-prajna.rajendrakumar@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/spi-mpfs.c [moved from drivers/spi/spi-microchip-core.c with 68% similarity]