All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Introduce support for Vortex GPIO pins
@ 2025-08-21 10:18 Marcos Del Sol Vives
  2025-08-21 10:18 ` [PATCH v3 1/3] gpio: gpio-regmap: add flags to control some behaviour Marcos Del Sol Vives
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Marcos Del Sol Vives @ 2025-08-21 10:18 UTC (permalink / raw)
  To: linux-kernel
  Cc: Marcos Del Sol Vives, Linus Walleij, Bartosz Golaszewski,
	Michael Walle, Lee Jones, Bjorn Helgaas, linux-gpio, linux-pci

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


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

end of thread, other threads:[~2025-08-22 16:08 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-21 10:18 [PATCH v3 0/3] Introduce support for Vortex GPIO pins Marcos Del Sol Vives
2025-08-21 10:18 ` [PATCH v3 1/3] gpio: gpio-regmap: add flags to control some behaviour Marcos Del Sol Vives
2025-08-21 14:32   ` Bjorn Helgaas
2025-08-21 17:14     ` Marcos Del Sol Vives
2025-08-21 16:40   ` Linus Walleij
2025-08-22  7:07     ` Michael Walle
2025-08-22 11:04       ` Marcos Del Sol Vives
2025-08-22  3:27   ` kernel test robot
2025-08-22 11:11     ` Marcos Del Sol Vives
2025-08-21 10:18 ` [PATCH v3 2/3] gpio: vortex: add new GPIO device driver Marcos Del Sol Vives
2025-08-21 16:48   ` Linus Walleij
2025-08-21 17:05   ` Marcos Del Sol Vives
2025-08-22 15:47     ` Bjorn Helgaas
2025-08-22 15:49       ` Bjorn Helgaas
2025-08-22 16:08         ` Marcos Del Sol Vives
2025-08-21 10:18 ` [PATCH v3 3/3] mfd: vortex: implement new driver for Vortex southbridges Marcos Del Sol Vives

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.