[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250822135816.739582-1-marcos@orca.pet>
Date: Fri, 22 Aug 2025 15:58:10 +0200
From: Marcos Del Sol Vives <marcos@...a.pet>
To: linux-kernel@...r.kernel.org
Cc: Marcos Del Sol Vives <marcos@...a.pet>,
Linus Walleij <linus.walleij@...aro.org>,
Bartosz Golaszewski <brgl@...ev.pl>,
Michael Walle <mwalle@...nel.org>,
Lee Jones <lee@...nel.org>,
Bjorn Helgaas <bhelgaas@...gle.com>,
linux-gpio@...r.kernel.org,
linux-pci@...r.kernel.org
Subject: [PATCH v4 0/3] Introduce support for Vortex GPIO pins
This series of patches add support for the GPIO pins exposed on the
southbridge most DM&P's Vortex86 SoCs, using a new GPIO driver plus a MFD
driver to automatically load the driver in supported platforms.
Supported SoCs are Vortex86SX/MX/MX+/DX/DX2/DX3, though I have only
personally tried with a MX and a DX3.
Marcos Del Sol Vives (3):
gpio: gpio-regmap: add flag to set direction before value
gpio: vortex: add new GPIO device driver
mfd: vortex: implement new driver for Vortex southbridges
MAINTAINERS | 6 ++
drivers/gpio/Kconfig | 13 +++
drivers/gpio/Makefile | 1 +
drivers/gpio/gpio-regmap.c | 17 +++-
drivers/gpio/gpio-vortex.c | 170 ++++++++++++++++++++++++++++++++++++
drivers/mfd/Kconfig | 9 ++
drivers/mfd/Makefile | 1 +
drivers/mfd/vortex-sb.c | 135 ++++++++++++++++++++++++++++
include/linux/gpio/regmap.h | 19 ++++
include/linux/pci_ids.h | 3 +
10 files changed, 373 insertions(+), 1 deletion(-)
create mode 100644 drivers/gpio/gpio-vortex.c
create mode 100644 drivers/mfd/vortex-sb.c
--
2.34.1
Powered by blists - more mailing lists