linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/5] pinctrl/GPIO driver for Apple SoCs
@ 2021-10-26 17:58 Joey Gouly
  2021-10-26 17:58 ` [PATCH v5 1/5] gpio: Allow per-parent interrupt data Joey Gouly
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Joey Gouly @ 2021-10-26 17:58 UTC (permalink / raw)
  To: linux-gpio
  Cc: Linus Walleij, Hector Martin, Marc Zyngier, Alyssa Rosenzweig,
	Sven Peter, devicetree, Rob Herring, Mark Kettenis, nd,
	Joey Gouly

Hi all,

Here is the v5 patchset for the Apple pinctrl/GPIO driver.

Changes since v4 [1]:
  - Renamed functions to remove duplicate 'gpio'
  - Create all 4 functions (gpio, periph1-3)
  - Applied Acks/Review tags

There is a branch here with the driver:
  https://gitlab.arm.com/linux-arm/jg-open/-/tree/pinctrl_apple_v4

Thanks,
Joey

[1]
https://lore.kernel.org/linux-gpio/20211024101838.43107-1-joey.gouly@arm.com/

Joey Gouly (4):
  dt-bindings: pinctrl: add #interrupt-cells to apple,pinctrl
  dt-bindings: pinctrl: Add apple,npins property to apple,pinctrl
  pinctrl: add pinctrl/GPIO driver for Apple SoCs
  MAINTAINERS: add pinctrl-apple-gpio to ARM/APPLE MACHINE

Marc Zyngier (1):
  gpio: Allow per-parent interrupt data

 .../bindings/pinctrl/apple,pinctrl.yaml       |  10 +
 MAINTAINERS                                   |   1 +
 drivers/gpio/gpiolib.c                        |   9 +-
 drivers/pinctrl/Kconfig                       |  16 +
 drivers/pinctrl/Makefile                      |   1 +
 drivers/pinctrl/pinctrl-apple-gpio.c          | 534 ++++++++++++++++++
 include/linux/gpio/driver.h                   |  19 +-
 7 files changed, 586 insertions(+), 4 deletions(-)
 create mode 100644 drivers/pinctrl/pinctrl-apple-gpio.c

-- 
2.17.1


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

end of thread, other threads:[~2021-11-01 19:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-26 17:58 [PATCH v5 0/5] pinctrl/GPIO driver for Apple SoCs Joey Gouly
2021-10-26 17:58 ` [PATCH v5 1/5] gpio: Allow per-parent interrupt data Joey Gouly
2021-10-26 17:58 ` [PATCH v5 2/5] dt-bindings: pinctrl: add #interrupt-cells to apple,pinctrl Joey Gouly
2021-10-26 17:58 ` [PATCH v5 3/5] dt-bindings: pinctrl: Add apple,npins property " Joey Gouly
2021-10-26 17:58 ` [PATCH v5 4/5] pinctrl: add pinctrl/GPIO driver for Apple SoCs Joey Gouly
2021-10-31 13:39   ` Andy Shevchenko
2021-11-01 17:53     ` Joey Gouly
2021-11-01 19:22       ` Andy Shevchenko
2021-10-26 17:58 ` [PATCH v5 5/5] MAINTAINERS: add pinctrl-apple-gpio to ARM/APPLE MACHINE Joey Gouly
2021-10-26 18:04 ` [PATCH v5 0/5] pinctrl/GPIO driver for Apple SoCs Joey Gouly
2021-10-26 22:20 ` Linus Walleij
2021-10-27  1:48 ` Hector Martin

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).