summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
...
* | | pinctrl: add pinctrl-mxs supportShawn Guo2012-05-026-0/+1343
* | | pinctrl: pinctrl-imx: add imx6q pinctrl driverDong Aisheng2012-05-023-0/+2340
* | | pinctrl: pinctrl-imx: add imx pinctrl core driverDong Aisheng2012-05-024-0/+739
* | | pinctrl: support gpio request deferred probingDong Aisheng2012-05-021-3/+4
* | | pinctrl: add pinctrl_provide_dummies interface for platforms to useDong Aisheng2012-04-261-2/+27
* | | pinctrl: enhance reporting of errors when loading from DTJohn Crispin2012-04-263-27/+49
* | | pinctrl: propagate map validation errorsStephen Warren2012-04-261-2/+2
* | | pinctrl: fix signed vs unsigned conditionals inside pinmux_map_to_settingJohn Crispin2012-04-241-7/+8
| |/ |/|
* | pinctrl: show pin name for pingroups in sysfsDong Aisheng2012-04-182-4/+29
* | pinctrl: show pin name when request pinsDong Aisheng2012-04-181-2/+3
* | pinctrl: implement devm_pinctrl_get()/put()Stephen Warren2012-04-181-0/+56
* | pinctrl: a minor fix of pin config debug informationDong Aisheng2012-04-181-2/+2
* | pinctrl: pinconf: fix compilation error if PINCONF is not selectedViresh Kumar2012-04-181-1/+1
* | pinctrl: allow pctldevs to decode pin config in debugfsStephen Warren2012-04-181-4/+27
* | pinctrl: ifdef CONFIG_DEBUG_FS cleanupStephen Warren2012-04-182-11/+24
* | pinctrl: mark non-EXPERIMENTALLinus Walleij2012-04-181-1/+0Star
* | pinctrl: tegra: Add complete device tree supportStephen Warren2012-04-181-0/+205
* | pinctrl: implement pinctrl deferred probingLinus Walleij2012-04-182-6/+9
* | pinctrl: add some error checking for user interfacesDong Aisheng2012-04-182-2/+17
* | pinctrl: fix pinmux_check_ops error checkingDong Aisheng2012-04-181-3/+5
* | pinctrl: replace list_*() with get_*_count()Viresh Kumar2012-04-187-85/+43Star
* | pinctrl: mark const init data with __initconst instead of __initdataUwe Kleine-König2012-04-181-2/+2
* | pinctrl: fix build when CONFIG_OF && !CONFIG_PINCTRLStephen Warren2012-04-181-1/+3
* | pinctrl: core device tree mapping table parsing supportStephen Warren2012-04-185-18/+350
* | pinctrl: implement pinctrl_check_opsStephen Warren2012-04-181-4/+21
|/
* pinctrl: support pinconfig on the U300Linus Walleij2012-03-124-8/+135
* pinctrl/coh901: use generic pinconf enums and parametersLinus Walleij2012-03-121-43/+13Star
* pinctrl: introduce generic pin configLinus Walleij2012-03-125-4/+170
* pinctrl: fix error path in pinconf_map_to_setting()Linus Walleij2012-03-121-10/+17
* pinctrl: allow concurrent gpio and mux function ownership of pinsStephen Warren2012-03-122-29/+56
* Merge branch 'pinctrl-tegra-for-next-diet' into for-nextLinus Walleij2012-03-066-0/+7326
|\
| * pinctrl: add a driver for NVIDIA TegraStephen Warren2012-03-066-0/+7326
* | pinctrl: include machine header to core.hLinus Walleij2012-03-061-1/+2
* | pinctrl: Show selected function and group in pinmux-pins debugfsStephen Warren2012-03-052-1/+69
* | pinctrl: enhance mapping table to support pin config operationsStephen Warren2012-03-056-60/+426
* | pinctrl: API changes to support multiple states per deviceStephen Warren2012-03-052-149/+237
* | pinctrl: add usecount to pins for muxingStephen Warren2012-03-052-5/+28
* | pinctrl: refactor struct pinctrl handling in core.c vs pinmux.cStephen Warren2012-03-054-376/+197Star
* | pinctrl: fix and simplify lockingStephen Warren2012-03-054-121/+215
* | pinctrl: fix the pin descriptor kerneldocLinus Walleij2012-03-021-3/+1Star
* | pinctrl: assume map table entries can't have a NULL name fieldStephen Warren2012-03-021-12/+5Star
* | pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that stateStephen Warren2012-03-022-140/+9Star
* | pinctrl: enhance pinctrl_get() to handle multiple functionsStephen Warren2012-03-023-27/+14Star
* | pinctrl: move pinctrl-maps debugfs file to top-levelStephen Warren2012-02-291-35/+35
* | pinctrl: make the pinmux-pins more helpfulLinus Walleij2012-02-291-3/+8
* | pinctrl: remove pin and hogs locks from struct pinctrl_devStephen Warren2012-02-242-28/+8Star
* | pinctrl: allocate sizeof(*p) instead of sizeof(struct foo)Stephen Warren2012-02-242-4/+4
* | pinctrl: use dev_*() instead of pr_*(), add some msgs, minor cleanupsStephen Warren2012-02-241-12/+21
* | pinctrl: disallow map table entries with NULL dev_name fieldStephen Warren2012-02-241-51/+22Star
* | pinctrl: fix pinconf_groups_show() to emit newlineStephen Warren2012-02-221-0/+2