This series of patches add support for the GPIO pins exposed on the
southbridge of DM&P's Vortex86 line of SoCs, using a new GPIO driver
plus a MFD driver to automatically load the driver in supported platforms.
Marcos Del Sol Vives (3):
gpio: gpio-regmap: add flags to control some behaviour
gpio: vortex: add new GPIO device driver
mfd: vortex: implement new driver for Vortex southbridges
MAINTAINERS | 6 ++
drivers/gpio/Kconfig | 11 ++++
drivers/gpio/Makefile | 1 +
drivers/gpio/gpio-regmap.c | 17 +++++-
drivers/gpio/gpio-vortex.c | 110 ++++++++++++++++++++++++++++++++++++
drivers/mfd/Kconfig | 9 +++
drivers/mfd/Makefile | 1 +
drivers/mfd/vortex-sb.c | 81 ++++++++++++++++++++++++++
include/linux/gpio/regmap.h | 17 ++++++
include/linux/pci_ids.h | 1 +
10 files changed, 253 insertions(+), 1 deletion(-)
create mode 100644 drivers/gpio/gpio-vortex.c
create mode 100644 drivers/mfd/vortex-sb.c
--
2.34.1