All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add SD card support to the Beagle-V-Fire
@ 2025-07-08 13:01 Eoin Dickson
  2025-07-08 13:01 ` [PATCH v3 1/2] gpio: add PolarFire SoC GPIO and Core GPIO driver Eoin Dickson
  2025-07-08 13:01 ` [PATCH v3 2/2] spi: coreqspi: add xfer function for PolarFire SoC Eoin Dickson
  0 siblings, 2 replies; 6+ messages in thread
From: Eoin Dickson @ 2025-07-08 13:01 UTC (permalink / raw)
  To: u-boot
  Cc: rick, ycliang, Conor.Dooley, Jamie.Gibbons, Praveen.Kumar,
	Eoin.Dickson, Cyril.Jean, jagan

From: Eoin Dickson <eoin.dickson@microchip.com>

This series add SD card support for the Beagle-V-Fire. The Beagle-V-Fire uses the
Microchip coreqspi xfer function and a gpio chip select, so this series adds gpio
support for PolarFire SoC and the xfer function into the Microchip coreqspi driver.


Eoin Dickson (2):
  gpio: add PolarFire SoC GPIO and Core GPIO driver
  spi: coreqspi: add xfer function for PolarFire SoC

 drivers/gpio/Kconfig             |   5 +
 drivers/gpio/Makefile            |   1 +
 drivers/gpio/mpfs_gpio.c         | 198 +++++++++++++++++++++++++++++++
 drivers/spi/microchip_coreqspi.c | 113 +++++++++++++++++-
 4 files changed, 315 insertions(+), 2 deletions(-)
 create mode 100644 drivers/gpio/mpfs_gpio.c

-- 
2.34.1


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

end of thread, other threads:[~2025-07-24 18:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-08 13:01 [PATCH v3 0/2] Add SD card support to the Beagle-V-Fire Eoin Dickson
2025-07-08 13:01 ` [PATCH v3 1/2] gpio: add PolarFire SoC GPIO and Core GPIO driver Eoin Dickson
2025-07-17  5:38   ` Leo Liang
2025-07-24 18:54     ` Tom Rini
2025-07-08 13:01 ` [PATCH v3 2/2] spi: coreqspi: add xfer function for PolarFire SoC Eoin Dickson
2025-07-17  5:39   ` Leo Liang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.