[PATCH 1/2] pinctrl: amlogic: Add support for Amlogic Meson GXBB SoC
Linus Walleij
linus.walleij at linaro.org
Sun May 1 02:03:55 PDT 2016
On Sat, Apr 30, 2016 at 7:21 PM, Carlo Caione <carlo at caione.org> wrote:
> From: Carlo Caione <carlo at endlessm.com>
>
> This patch adds the basic platform file to support the pin controller
> found on the Amlogic Meson GXBB SoCs.
>
> Signed-off-by: Carlo Caione <carlo at endlessm.com>
> .../devicetree/bindings/pinctrl/meson,pinctrl.txt | 2 +
This thing conflicts with upstream. Make a separate patch for
updating the bindings I think.
> arch/arm64/Kconfig.platforms | 2 +
This needs to be split off and sent separatelt to the ARM64
maintainers. Since it's just a symbol dependency (I think?) it
can be merged orthogonally.
> drivers/pinctrl/meson/Makefile | 2 +-
> drivers/pinctrl/meson/pinctrl-meson-gxbb.c | 432 +++++++++++++++++++++
> drivers/pinctrl/meson/pinctrl-meson.c | 8 +
> drivers/pinctrl/meson/pinctrl-meson.h | 2 +
> include/dt-bindings/gpio/meson-gxbb-gpio.h | 154 ++++++++
> 7 files changed, 601 insertions(+), 1 deletion(-)
> create mode 100644 drivers/pinctrl/meson/pinctrl-meson-gxbb.c
> create mode 100644 include/dt-bindings/gpio/meson-gxbb-gpio.h
This stuff I can merge, if I get it in a separate patch.
> diff --git a/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt
> index 32f4a2d..fe7fe0b 100644
> --- a/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt
> @@ -5,6 +5,8 @@ Required properties for the root node:
> "amlogic,meson8b-cbus-pinctrl"
> "amlogic,meson8-aobus-pinctrl"
> "amlogic,meson8b-aobus-pinctrl"
> + "amlogic,meson-gxbb-periphs-pinctrl"
> + "amlogic,meson-gxbb-aobus-pinctrl"
This is not how upstream looks...
Yours,
Linus Walleij
More information about the linux-arm-kernel
mailing list