linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] AXP221/AXP223/AXP809 GPIO support
@ 2022-06-16  6:09 Samuel Holland
  2022-06-16  6:09 ` [PATCH 1/4] dt-bindings: gpio: Add AXP221/AXP223/AXP809 compatibles Samuel Holland
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Samuel Holland @ 2022-06-16  6:09 UTC (permalink / raw)
  To: Chen-Yu Tsai, Lee Jones, Linus Walleij, linux-gpio
  Cc: Krzysztof Kozlowski, devicetree, Rob Herring, Samuel Holland,
	Bartosz Golaszewski, linux-kernel

This series hooks up the GPIO controller found in some older X-Powers
PMICs. The main motivation is converting the U-Boot driver over to use
devicetree, but Linux might as well gain support for the hardware too.


Samuel Holland (4):
  dt-bindings: gpio: Add AXP221/AXP223/AXP809 compatibles
  mfd: axp20x: Add AXP221/AXP223/AXP809 GPIO cells
  pinctrl: axp209: Support the AXP221/AXP223/AXP809 variant
  ARM: dts: axp22x/axp809: Add GPIO controller nodes

 .../bindings/gpio/x-powers,axp209-gpio.yaml   |  7 +++++++
 arch/arm/boot/dts/axp22x.dtsi                 | 18 ++++++++++++++++++
 arch/arm/boot/dts/axp809.dtsi                 | 19 +++++++++++++++++++
 drivers/mfd/axp20x.c                          |  9 +++++++++
 drivers/pinctrl/pinctrl-axp209.c              | 14 +++++++++++---
 5 files changed, 64 insertions(+), 3 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-06-27 16:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-16  6:09 [PATCH 0/4] AXP221/AXP223/AXP809 GPIO support Samuel Holland
2022-06-16  6:09 ` [PATCH 1/4] dt-bindings: gpio: Add AXP221/AXP223/AXP809 compatibles Samuel Holland
2022-06-16 13:57   ` Krzysztof Kozlowski
2022-06-16  6:09 ` [PATCH 2/4] mfd: axp20x: Add AXP221/AXP223/AXP809 GPIO cells Samuel Holland
2022-06-27 16:24   ` Lee Jones
2022-06-16  6:09 ` [PATCH 3/4] pinctrl: axp209: Support the AXP221/AXP223/AXP809 variant Samuel Holland
2022-06-25 23:29   ` Linus Walleij
2022-06-26 12:54   ` Chen-Yu Tsai
2022-06-16  6:09 ` [PATCH 4/4] ARM: dts: axp22x/axp809: Add GPIO controller nodes Samuel Holland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).