linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] AXP221/AXP223/AXP809 GPIO support
@ 2022-06-21  3:42 Samuel Holland
  2022-06-21  3:42 ` [PATCH v2 1/4] dt-bindings: gpio: Add AXP221/AXP223/AXP809 compatibles Samuel Holland
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Samuel Holland @ 2022-06-21  3:42 UTC (permalink / raw)
  To: Chen-Yu Tsai, Lee Jones, Linus Walleij, linux-gpio
  Cc: devicetree, Krzysztof Kozlowski, 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.

Changes in v2:
 - Combine multiple "const"s in the binding into an "enum"

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   |  6 ++++++
 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, 63 insertions(+), 3 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-09-16  4:16 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21  3:42 [PATCH v2 0/4] AXP221/AXP223/AXP809 GPIO support Samuel Holland
2022-06-21  3:42 ` [PATCH v2 1/4] dt-bindings: gpio: Add AXP221/AXP223/AXP809 compatibles Samuel Holland
2022-06-24 15:44   ` Krzysztof Kozlowski
2022-06-26 12:56   ` Chen-Yu Tsai
2022-06-30 12:05   ` Linus Walleij
2022-06-21  3:42 ` [PATCH v2 2/4] mfd: axp20x: Add AXP221/AXP223/AXP809 GPIO cells Samuel Holland
2022-06-26 12:59   ` Chen-Yu Tsai
2022-06-28 14:03   ` Linus Walleij
2022-06-29  2:26     ` Samuel Holland
2022-06-29  9:19       ` Lee Jones
2022-06-30 12:03         ` Linus Walleij
2022-06-21  3:42 ` [PATCH v2 3/4] pinctrl: axp209: Support the AXP221/AXP223/AXP809 variant Samuel Holland
2022-06-26 12:54   ` Chen-Yu Tsai
2022-06-30 12:06   ` Linus Walleij
2022-06-21  3:42 ` [PATCH v2 4/4] ARM: dts: axp22x/axp809: Add GPIO controller nodes Samuel Holland
2022-06-26 13:03   ` Chen-Yu Tsai
2022-09-16  4:16     ` 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).