* Andre Przywara <andre.przywara@xxxxxxx> [171113 01:28]: > This driver (shim) allows to fully describe an Allwinner pin controller > and its GPIO ports in device tree nodes. > It will read some newly introduced properties to build a table > describing the pins and their routing. This table matches those that we > have hardcoded for various SoCs in the kernel so far. > After this table has been created, it will be handed over to the actual > pinctrl driver, which registers it with the pinctrl subsystem. Hmm so how come you're not using GENERIC_PINCTRL_GROUPS and GENERIC_PINMUX_FUNCTIONS that we now have? These together with the #pinctrl-cells property should make things quite easy and should also simplify your binding hopefully. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html