mbox series

[0/1] Add Polarfire SoC GPIO support

Message ID 20220705134912.2740421-1-lewis.hanly@microchip.com (mailing list archive)
Headers show
Series Add Polarfire SoC GPIO support | expand

Message

Lewis Hanly July 5, 2022, 1:49 p.m. UTC
From: Lewis Hanly <lewis.hanly@microchip.com>

Add a driver to support the Polarfire SoC gpio controller.

Lewis Hanly (1):
  gpio: mpfs - add polarfire soc gpio support

 drivers/gpio/Kconfig     |   7 +
 drivers/gpio/Makefile    |   1 +
 drivers/gpio/gpio-mpfs.c | 358 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 366 insertions(+)
 create mode 100644 drivers/gpio/gpio-mpfs.c