aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)Author
2012-04-11pinctrl: implement pinctrl_check_opsStephen Warren
2012-03-12pinctrl: support pinconfig on the U300Linus Walleij
2012-03-12pinctrl/coh901: use generic pinconf enums and parametersLinus Walleij
2012-03-12pinctrl: introduce generic pin configLinus Walleij
2012-03-12pinctrl: fix error path in pinconf_map_to_setting()Linus Walleij
2012-03-12pinctrl: allow concurrent gpio and mux function ownership of pinsStephen Warren
2012-03-06Merge branch 'pinctrl-tegra-for-next-diet' into for-nextLinus Walleij
2012-03-06pinctrl: include machine header to core.hLinus Walleij
2012-03-06pinctrl: add a driver for NVIDIA TegraStephen Warren
2012-03-05pinctrl: Show selected function and group in pinmux-pins debugfsStephen Warren
2012-03-05pinctrl: enhance mapping table to support pin config operationsStephen Warren
2012-03-05pinctrl: API changes to support multiple states per deviceStephen Warren
2012-03-05pinctrl: add usecount to pins for muxingStephen Warren
2012-03-05pinctrl: refactor struct pinctrl handling in core.c vs pinmux.cStephen Warren
2012-03-05pinctrl: fix and simplify lockingStephen Warren
2012-03-02pinctrl: fix the pin descriptor kerneldocLinus Walleij
2012-03-02pinctrl: assume map table entries can't have a NULL name fieldStephen Warren
2012-03-02pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that stateStephen Warren
2012-03-02pinctrl: enhance pinctrl_get() to handle multiple functionsStephen Warren
2012-02-29pinctrl: move pinctrl-maps debugfs file to top-levelStephen Warren
2012-02-29pinctrl: make the pinmux-pins more helpfulLinus Walleij
2012-02-24pinctrl: remove pin and hogs locks from struct pinctrl_devStephen Warren
2012-02-24pinctrl: allocate sizeof(*p) instead of sizeof(struct foo)Stephen Warren
2012-02-24pinctrl: use dev_*() instead of pr_*(), add some msgs, minor cleanupsStephen Warren
2012-02-24pinctrl: disallow map table entries with NULL dev_name fieldStephen Warren
2012-02-22pinctrl: fix pinconf_groups_show() to emit newlineStephen Warren
2012-02-22pinctrl: record a pin owner, not mux function, when requesting pinsStephen Warren
2012-02-22pinctrl: error if mapping table's control dev can't be foundStephen Warren
2012-02-22pinctrl: downgrade pinctrl_get warning when no maps are foundStephen Warren
2012-02-22pinctrl: assume map table entries can't have a NULL ctrl_dev_name fieldStephen Warren
2012-02-22pinctrl: spawn U300 pinctrl from the COH901 GPIOLinus Walleij
2012-02-22pinctrl: core.c/h cleanupsStephen Warren
2012-02-22pinctrl: Re-order pinconf.[ch] to match each-otherStephen Warren
2012-02-22pinctrl: Re-order pinmux.[ch] to match each-otherStephen Warren
2012-02-22pinctrl: Store mapping table as a list of chunksStephen Warren
2012-02-22pinctrl: use list_add_tail instead of list_addStephen Warren
2012-02-22pinctrl: pinctrl_register_mappings() shouldn't be __initStephen Warren
2012-02-22pinctrl: make "hog" mapping table entries workStephen Warren
2012-02-10pinctrl: changes hog mechanism to be self-referentialLinus Walleij
2012-02-10pinctrl: factor pin control handles over to the coreLinus Walleij
2012-02-10pinctrl: move generic functions to the pinctrl_ namespaceLinus Walleij
2012-02-10pinctrl: break out a pinctrl consumer headerLinus Walleij
2012-02-01pinctrl: enable pinmux for mmp seriesHaojian Zhuang
2012-02-01pinctrl: delete raw device pointers in pinmux mapsLinus Walleij
2012-02-01pinctrl: restore pin namingLinus Walleij
2012-01-26pinctrl: add checks for empty function namesTony Lindgren
2012-01-26pinctrl: fix pinmux_hog_maps when ctrl_dev_name is not setTony Lindgren
2012-01-26pinctrl: fix some pinmux typosTony Lindgren
2012-01-24pinctrl: free debugfs entries when unloading a pinmux driverTony Lindgren
2012-01-24pinctrl: unbreak error messagesUwe Kleine-König