summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ux500-gpio-pins-for-3.5' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-05-125-0/+2726
|\
| * pinctrl/nomadik: implement pin configurationLinus Walleij2012-05-112-0/+114
| * pinctrl/nomadik: implement pin multiplexingLinus Walleij2012-05-114-2/+353
| * pinctrl/nomadik: reuse GPIO debug function for pinsLinus Walleij2012-05-111-1/+27
| * pinctrl/nomadik: break out single GPIO debug functionLinus Walleij2012-05-111-48/+57
| * pinctrl/nomadik: basic Nomadik pinctrl interfaceLinus Walleij2012-05-115-2/+919
| * pinctrl/nomadik: !CONFIG_OF build errorArnd Bergmann2012-05-111-0/+2
| * gpio: move the Nomadik GPIO driver to pinctrlLinus Walleij2012-05-112-0/+1307
* | Merge branch 'spear/pinctrl' into next/pinctrlArnd Bergmann2012-05-1212-44/+4517
|\ \
| | \
| | \
| *-. \ Merge branches 'depends/pinctrl/devel' and 'depends/rmk/clkdev' into spear/pi...Arnd Bergmann2012-05-1222-177/+5301
| |\ \ \
| | * | | pinctrl: add more info to error msgs in pin_requestStephen Warren2012-05-071-6/+8
| | * | | 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
| | | |/ | | |/|
* | | | Merge branch 'for-3.5/gpio-pinmux' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2012-05-094-126/+213
|\ \ \ \
| * | | | pinctrl: tegra: error reporting cleanupStephen Warren2012-04-251-26/+55
| * | | | pinctrl: tegra: debugfs enhancementsStephen Warren2012-04-181-6/+69
| * | | | pinctrl: tegra: refactor probe handlingStephen Warren2012-04-184-94/+89
| * | | | ARM: tegra: Switch to new pinctrl driverStephen Warren2012-04-181-3/+3
| | |/ / | |/| |
* | | | Merge tag 'pinctrl-mergebase-20120418' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2012-05-0915-132/+766
|\| | |
| * | | 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/+0
| * | | 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/+43
| * | | 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
| | |/ | |/|
* | | Merge branch 'ux500-gpio-pins-for-arm-soc' of git://git.kernel.org/pub/scm/li...Arnd Bergmann2012-04-301-4/+21
|\ \ \ | |_|/ |/| |
| * | pinctrl: implement pinctrl_check_opsStephen Warren2012-04-111-4/+21
| |/
* | pinctrl: Add SPEAr3xx pinctrl driversViresh Kumar2012-04-227-0/+5311
* | pinctrl: Add SPEAr pinctrl driversViresh Kumar2012-04-226-0/+517
|/
* pinctrl: support pinconfig on the U300Linus Walleij2012-03-124-8/+135
* pinctrl/coh901: use generic pinconf enums and parametersLinus Walleij2012-03-121-43/+13
* 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