On Tue, Jul 14, 2015 at 4:40 AM, Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx> wrote: > Add pin configuration and pinmux support for UniPhier PH1-LD4 SoC. > > Signed-off-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx> > --- > > 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 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html