linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3] Add support for Microchip CoreSPI Controller
@ 2025-11-03 16:05 Prajna Rajendra Kumar
  2025-11-03 16:05 ` [PATCH v1 1/3] spi: microchip: rename driver file and internal identifiers Prajna Rajendra Kumar
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Prajna Rajendra Kumar @ 2025-11-03 16:05 UTC (permalink / raw)
  To: Mark Brown
  Cc: Rob Herring, Krzysztof Kozlowski, linux-riscv, linux-spi,
	linux-kernel, devicetree, Conor Dooley, Daire McNamara,
	Valentina Fernandez Alanis, Cyril Jean, Prajna Rajendra Kumar

This patch series adds support for the Microchip FPGA CoreSPI "soft" IP 
and documents its device tree bindings.

As preparation, the existing Microchip SPI driver is renamed to clearly
indicate that it supports only the Microchip PolarFire SoC "hard" controller.
Although it was originally named with the expectation that it might also
cover the FPGA CoreSPI "soft" IP, the register layouts differ significantly, 
so separate drivers are required.

Prajna Rajendra Kumar (3):
  spi: microchip: rename driver file and internal identifiers
  spi: dt-binding: document Microchip CoreSPI
  spi: add support for microchip "soft" spi controller

 .../bindings/spi/microchip,mpfs-spi.yaml      |  65 ++
 drivers/spi/Kconfig                           |  12 +-
 drivers/spi/Makefile                          |   1 +
 drivers/spi/spi-microchip-core.c              | 582 ++++++----------
 drivers/spi/spi-mpfs.c                        | 626 ++++++++++++++++++
 5 files changed, 903 insertions(+), 383 deletions(-)
 create mode 100644 drivers/spi/spi-mpfs.c

-- 
2.25.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-11-04 15:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-03 16:05 [PATCH v1 0/3] Add support for Microchip CoreSPI Controller Prajna Rajendra Kumar
2025-11-03 16:05 ` [PATCH v1 1/3] spi: microchip: rename driver file and internal identifiers Prajna Rajendra Kumar
2025-11-04  8:46   ` Conor Dooley
2025-11-04 15:29   ` kernel test robot
2025-11-03 16:05 ` [PATCH v1 2/3] spi: dt-binding: document Microchip CoreSPI Prajna Rajendra Kumar
2025-11-04  8:48   ` Conor Dooley
2025-11-04  9:23   ` Krzysztof Kozlowski
2025-11-03 16:05 ` [PATCH v1 3/3] spi: add support for microchip "soft" spi controller Prajna Rajendra Kumar
2025-11-04  8:19   ` kernel test robot
2025-11-04  8:19   ` kernel test robot
2025-11-04  8:59   ` Conor Dooley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).