Messages in this thread |  | | From | Tony Lindgren <> | Subject | [PATCHv2 0/5] Add generic pinctrl helpers for managing groups and function | Date | Tue, 27 Dec 2016 09:19:58 -0800 |
| |
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
|  |