From: Eoin Dickson <eoin.dick...@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