Re: [PATCH 0/3] pinctrl: meson-g12a: add pinctrl driver support
From: Neil Armstrong <hidden>
Date: 2018-07-04 14:57:29
Also in:
linux-amlogic, linux-arm-kernel, linux-gpio, lkml
From: Neil Armstrong <hidden>
Date: 2018-07-04 14:57:29
Also in:
linux-amlogic, linux-arm-kernel, linux-gpio, lkml
Hi Yixun, On 05/07/2018 00:45, Yixun Lan wrote:
This patch series try to add pinctrl driver support for the Meson-G12A SoC.
Thanks for submitting these patches. Can you explicit this patchset with more details on the G12A SoC family ? It's relationship with AXG and the differences in term of pinmuxing with the other SoC families ? Why is there a GPIOE bank within the AO controller ? Thanks, Neil
Yixun Lan (3): documentation: Add compatibles for Amlogic Meson G12A pin controllers dt-bindings: pinctrl: meson-g12a: document pin name 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 | 1432 +++++++++++++++++ include/dt-bindings/gpio/meson-g12a-gpio.h | 114 ++ 5 files changed, 1555 insertions(+) create mode 100644 drivers/pinctrl/meson/pinctrl-meson-g12a.c create mode 100644 include/dt-bindings/gpio/meson-g12a-gpio.h