aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAge
...
* | pinctrl: allow pctldevs to decode pin config in debugfsStephen Warren2012-04-18
* | pinctrl: ifdef CONFIG_DEBUG_FS cleanupStephen Warren2012-04-18
* | pinctrl: mark non-EXPERIMENTALLinus Walleij2012-04-18
* | pinctrl: tegra: Add complete device tree supportStephen Warren2012-04-18
* | pinctrl: implement pinctrl deferred probingLinus Walleij2012-04-18
* | pinctrl: add some error checking for user interfacesDong Aisheng2012-04-18
* | pinctrl: fix pinmux_check_ops error checkingDong Aisheng2012-04-18
* | pinctrl: replace list_*() with get_*_count()Viresh Kumar2012-04-18
* | pinctrl: mark const init data with __initconst instead of __initdataUwe Kleine-König2012-04-18
* | pinctrl: fix build when CONFIG_OF && !CONFIG_PINCTRLStephen Warren2012-04-18
* | pinctrl: core device tree mapping table parsing supportStephen Warren2012-04-18
* | pinctrl: implement pinctrl_check_opsStephen Warren2012-04-18
|/
* pinctrl: support pinconfig on the U300Linus Walleij2012-03-12
* pinctrl/coh901: use generic pinconf enums and parametersLinus Walleij2012-03-12
* pinctrl: introduce generic pin configLinus Walleij2012-03-12
* pinctrl: fix error path in pinconf_map_to_setting()Linus Walleij2012-03-12
* pinctrl: allow concurrent gpio and mux function ownership of pinsStephen Warren2012-03-12
* Merge branch 'pinctrl-tegra-for-next-diet' into for-nextLinus Walleij2012-03-06
|\
| * pinctrl: add a driver for NVIDIA TegraStephen Warren2012-03-06
* | pinctrl: include machine header to core.hLinus Walleij2012-03-06
* | pinctrl: Show selected function and group in pinmux-pins debugfsStephen Warren2012-03-05
* | pinctrl: enhance mapping table to support pin config operationsStephen Warren2012-03-05
* | pinctrl: API changes to support multiple states per deviceStephen Warren2012-03-05
* | pinctrl: add usecount to pins for muxingStephen Warren2012-03-05
* | pinctrl: refactor struct pinctrl handling in core.c vs pinmux.cStephen Warren2012-03-05
* | pinctrl: fix and simplify lockingStephen Warren2012-03-05
* | pinctrl: fix the pin descriptor kerneldocLinus Walleij2012-03-02
* | pinctrl: assume map table entries can't have a NULL name fieldStephen Warren2012-03-02
* | pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that stateStephen Warren2012-03-02
* | pinctrl: enhance pinctrl_get() to handle multiple functionsStephen Warren2012-03-02
* | pinctrl: move pinctrl-maps debugfs file to top-levelStephen Warren2012-02-29
* | pinctrl: make the pinmux-pins more helpfulLinus Walleij2012-02-29
* | pinctrl: remove pin and hogs locks from struct pinctrl_devStephen Warren2012-02-24
* | pinctrl: allocate sizeof(*p) instead of sizeof(struct foo)Stephen Warren2012-02-24
* | pinctrl: use dev_*() instead of pr_*(), add some msgs, minor cleanupsStephen Warren2012-02-24
* | pinctrl: disallow map table entries with NULL dev_name fieldStephen Warren2012-02-24
* | pinctrl: fix pinconf_groups_show() to emit newlineStephen Warren2012-02-22
* | pinctrl: record a pin owner, not mux function, when requesting pinsStephen Warren2012-02-22
* | pinctrl: error if mapping table's control dev can't be foundStephen Warren2012-02-22
* | pinctrl: downgrade pinctrl_get warning when no maps are foundStephen Warren2012-02-22
* | pinctrl: assume map table entries can't have a NULL ctrl_dev_name fieldStephen Warren2012-02-22
* | pinctrl: spawn U300 pinctrl from the COH901 GPIOLinus Walleij2012-02-22
* | pinctrl: core.c/h cleanupsStephen Warren2012-02-22
* | pinctrl: Re-order pinconf.[ch] to match each-otherStephen Warren2012-02-22
* | pinctrl: Re-order pinmux.[ch] to match each-otherStephen Warren2012-02-22
* | pinctrl: Store mapping table as a list of chunksStephen Warren2012-02-22
* | pinctrl: use list_add_tail instead of list_addStephen Warren2012-02-22
* | pinctrl: pinctrl_register_mappings() shouldn't be __initStephen Warren2012-02-22
* | pinctrl: make "hog" mapping table entries workStephen Warren2012-02-22
* | pinctrl: changes hog mechanism to be self-referentialLinus Walleij2012-02-10