summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)Author
2012-05-11pinctrl/nomadik: implement pin configurationLinus Walleij
2012-05-11pinctrl/nomadik: implement pin multiplexingLinus Walleij
2012-05-11pinctrl/nomadik: reuse GPIO debug function for pinsLinus Walleij
2012-05-11pinctrl/nomadik: break out single GPIO debug functionLinus Walleij
2012-05-11pinctrl/nomadik: basic Nomadik pinctrl interfaceLinus Walleij
2012-05-11pinctrl/nomadik: !CONFIG_OF build errorArnd Bergmann
2012-05-11gpio: move the Nomadik GPIO driver to pinctrlLinus Walleij
2012-04-18pinctrl: show pin name for pingroups in sysfsDong Aisheng
2012-04-18pinctrl: show pin name when request pinsDong Aisheng
2012-04-18pinctrl: implement devm_pinctrl_get()/put()Stephen Warren
2012-04-18pinctrl: a minor fix of pin config debug informationDong Aisheng
2012-04-18pinctrl: pinconf: fix compilation error if PINCONF is not selectedViresh Kumar
2012-04-18pinctrl: allow pctldevs to decode pin config in debugfsStephen Warren
2012-04-18pinctrl: ifdef CONFIG_DEBUG_FS cleanupStephen Warren
2012-04-18pinctrl: mark non-EXPERIMENTALLinus Walleij
2012-04-18pinctrl: tegra: Add complete device tree supportStephen Warren
2012-04-18pinctrl: implement pinctrl deferred probingLinus Walleij
2012-04-18pinctrl: add some error checking for user interfacesDong Aisheng
2012-04-18pinctrl: fix pinmux_check_ops error checkingDong Aisheng
2012-04-18pinctrl: replace list_*() with get_*_count()Viresh Kumar
2012-04-18pinctrl: mark const init data with __initconst instead of __initdataUwe Kleine-König
2012-04-18pinctrl: fix build when CONFIG_OF && !CONFIG_PINCTRLStephen Warren
2012-04-18pinctrl: core device tree mapping table parsing supportStephen Warren
2012-04-18pinctrl: 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