Hi all, Here are some changes to add generic helpers for managing pinctrl groups and functions. Regards, Tony Changes since v1: - Updates to the first patch in the series to use delayed work for pinctrl hogs based on what was discussed on the mailing list, mostly to pass pctldev to the parsers and add pinctrl_dt_has_hogs() check 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 | 270 +++++++++++++++++++++++++++++++----- drivers/pinctrl/core.h | 67 +++++++++ drivers/pinctrl/devicetree.c | 28 +++- drivers/pinctrl/devicetree.h | 12 +- drivers/pinctrl/pinctrl-single.c | 290 ++++----------------------------------- drivers/pinctrl/pinmux.c | 173 +++++++++++++++++++++++ drivers/pinctrl/pinmux.h | 42 ++++++ 8 files changed, 591 insertions(+), 302 deletions(-) -- 2.11.0 -- 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