All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] pinctrl: meson-g12a: add pinctrl driver support
@ 2018-07-14 23:27 ` Yixun Lan
  0 siblings, 0 replies; 29+ messages in thread
From: Yixun Lan @ 2018-07-14 23:27 UTC (permalink / raw)
  To: Linus Walleij, linux-gpio
  Cc: Yixun Lan, Neil Armstrong, Jerome Brunet, Kevin Hilman,
	Carlo Caione, Rob Herring, Xingyu Chen, linux-amlogic,
	linux-arm-kernel, linux-kernel, devicetree

This patch series try to add pinctrl driver support for
the Meson-G12A SoC.

Changes since v1 at [1]
 - add Martin's Ack, Xingyu's Signed-off
 - squash patch 1,2 (documentation & header file)
 - explain pinctrl IP
 - notice GPIOE located in AO bank

[1] https://lkml.kernel.org/r/20180704224511.29350-1-yixun.lan@amlogic.com

Yixun Lan (2):
  documentation: pinctrl: Add compatibles for Amlogic Meson G12A pin
    controllers
  pinctrl: meson-g12a: add pinctrl driver support

 .../bindings/pinctrl/meson,pinctrl.txt        |    2 +
 drivers/pinctrl/meson/Kconfig                 |    6 +
 drivers/pinctrl/meson/Makefile                |    1 +
 drivers/pinctrl/meson/pinctrl-meson-g12a.c    | 1433 +++++++++++++++++
 include/dt-bindings/gpio/meson-g12a-gpio.h    |  114 ++
 5 files changed, 1556 insertions(+)
 create mode 100644 drivers/pinctrl/meson/pinctrl-meson-g12a.c
 create mode 100644 include/dt-bindings/gpio/meson-g12a-gpio.h

-- 
2.18.0

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

end of thread, other threads:[~2018-07-17  3:07 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-14 23:27 [PATCH v2 0/2] pinctrl: meson-g12a: add pinctrl driver support Yixun Lan
2018-07-14 23:27 ` Yixun Lan
2018-07-14 23:27 ` Yixun Lan
2018-07-14 23:27 ` Yixun Lan
2018-07-14 23:27 ` [PATCH v2 1/2] documentation: pinctrl: Add compatibles for Amlogic Meson G12A pin controllers Yixun Lan
2018-07-14 23:27   ` Yixun Lan
2018-07-14 23:27   ` Yixun Lan
2018-07-14 23:27   ` Yixun Lan
2018-07-16 18:02   ` Rob Herring
2018-07-16 18:02     ` Rob Herring
2018-07-16 18:02     ` Rob Herring
2018-07-14 23:27 ` [PATCH v2 2/2] pinctrl: meson-g12a: add pinctrl driver support Yixun Lan
2018-07-14 23:27   ` Yixun Lan
2018-07-14 23:27   ` Yixun Lan
2018-07-14 23:27   ` Yixun Lan
2018-07-15 16:16   ` Jerome Brunet
2018-07-15 16:16     ` Jerome Brunet
2018-07-15 16:16     ` Jerome Brunet
2018-07-16  9:07     ` Yixun Lan
2018-07-16  9:07       ` Yixun Lan
2018-07-16  9:07       ` Yixun Lan
2018-07-16  9:07       ` Yixun Lan
2018-07-16  9:54       ` Jerome Brunet
2018-07-16  9:54         ` Jerome Brunet
2018-07-16  9:54         ` Jerome Brunet
2018-07-17  3:06         ` Yixun Lan
2018-07-17  3:06           ` Yixun Lan
2018-07-17  3:06           ` Yixun Lan
2018-07-17  3:06           ` Yixun Lan

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.