[PATCH v2 2/7] pinctrl: UniPhier: add UniPhier PH1-LD4 pinctrl driver

Linus Walleij linus.walleij at linaro.org
Thu Jul 16 00:22:48 PDT 2015


On Tue, Jul 14, 2015 at 4:40 AM, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:

> Add pin configuration and pinmux support for UniPhier PH1-LD4 SoC.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> ---
>
> Changes in v2:
>   - sort groups and funcs alphabetically
>   - add missing "emmc_dat8" group
>   - add i2c pin-mux settings
>   - sort members of platform_driver
>   - change to tristate
>   - add THIS_MODULE to pinctrl_desc
>   - use module_platform_driver

Patch applied.

> +static const struct of_device_id ph1_ld4_pinctrl_match[] = {
> +       { .compatible = "socionext,ph1-ld4-pinctrl" },
> +       { /* sentinel */ }
> +};

I didn't see any device tree bindings in this patch series.

That is OK, send them separate, I see only compatible strings
and standard bindings.

Yours,
Linus Walleij



More information about the linux-arm-kernel mailing list