[PATCH V3 0/2] Add pinctrl driver support for Amlogic C3 SoCs

Huqiang Qin huqiang.qin at amlogic.com
Fri Jul 14 05:24:39 PDT 2023


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




More information about the linux-arm-kernel mailing list