Hi all, Here are some changes to add generic helpers for managing pinctrl groups and functions. Regards, Tony Tony Lindgren (5): pinctrl: core: Use delayed work for hogs pinctrl: core: Add generic pinctrl functions for managing groups pinctrl: core: Add generic pinctrl functions for managing groups pinctrl: single: Use generic pinctrl helpers for managing groups pinctrl: single: Use generic pinmux helpers for managing functions drivers/pinctrl/Kconfig | 11 +- drivers/pinctrl/core.c | 233 ++++++++++++++++++++++++++++--- drivers/pinctrl/core.h | 67 +++++++++ drivers/pinctrl/pinctrl-single.c | 289 ++++----------------------------------- drivers/pinctrl/pinmux.c | 173 +++++++++++++++++++++++ drivers/pinctrl/pinmux.h | 42 ++++++ 6 files changed, 532 insertions(+), 283 deletions(-) -- 2.9.3 -- 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