linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 0/2] Add pinctrl driver support for Amlogic C3 SoCs
@ 2023-07-14 12:24 Huqiang Qin
  2023-07-14 12:24 ` [PATCH V3 1/2] dt-bindings: pinctrl: Add compatibles " Huqiang Qin
  2023-07-14 12:24 ` [PATCH V3 2/2] pinctrl: Add driver support " Huqiang Qin
  0 siblings, 2 replies; 9+ messages in thread
From: Huqiang Qin @ 2023-07-14 12:24 UTC (permalink / raw)
  To: linus.walleij, robh+dt, krzysztof.kozlowski+dt, conor+dt,
	neil.armstrong, khilman, jbrunet, martin.blumenstingl, brgl, andy
  Cc: linux-gpio, devicetree, linux-arm-kernel, linux-amlogic,
	linux-kernel, Huqiang Qin

This patch adds pinctrl driver support for Amloigc C3 SoC (C308L and C302X)

[PATCH 1/2]: 
  V1 -> V2:
    Unchanged.
  V2 -> V3:
    Updated commit message, and compatible are sorted alphabetically.

[PATCH 2/2]:
  V1 -> V2:
    Added a comma to the last item of the array and a period to
    the commit message.
  V2 -> V3:
    Ditto, and corrected license.

Huqiang Qin (2):
  dt-bindings: pinctrl: Add compatibles for Amlogic C3 SoCs
  pinctrl: Add driver support for Amlogic C3 SoCs

 .../pinctrl/amlogic,meson-pinctrl-a1.yaml     |    1 +
 drivers/pinctrl/meson/Kconfig                 |    6 +
 drivers/pinctrl/meson/Makefile                |    1 +
 drivers/pinctrl/meson/pinctrl-amlogic-c3.c    | 1108 +++++++++++++++++
 include/dt-bindings/gpio/amlogic-c3-gpio.h    |   72 ++
 5 files changed, 1188 insertions(+)
 create mode 100644 drivers/pinctrl/meson/pinctrl-amlogic-c3.c
 create mode 100644 include/dt-bindings/gpio/amlogic-c3-gpio.h


base-commit: fe57d0d86f03a8b2afe2869a95477d0ed1824c96
-- 
2.37.1


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

end of thread, other threads:[~2023-07-23 19:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-14 12:24 [PATCH V3 0/2] Add pinctrl driver support for Amlogic C3 SoCs Huqiang Qin
2023-07-14 12:24 ` [PATCH V3 1/2] dt-bindings: pinctrl: Add compatibles " Huqiang Qin
2023-07-15  2:47   ` Rob Herring
2023-07-23 19:24   ` Linus Walleij
2023-07-14 12:24 ` [PATCH V3 2/2] pinctrl: Add driver support " Huqiang Qin
2023-07-16 21:20   ` Linus Walleij
2023-07-17  7:24     ` Huqiang Qin
2023-07-23 19:21       ` Linus Walleij
2023-07-23 19:24   ` Linus Walleij

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