summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorLines
2012-06-01pinctrl-nomadik: Allow Device Tree driver probingLee Jones-1/+19
2012-05-26Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-102/+4451
2012-05-22Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-126/+8767
2012-05-20pinctrl: pinctrl-imx: add imx51 pinctrl driverDong Aisheng-0/+1331
2012-05-20pinctrl: pinctrl-imx: add imx53 pinctrl driverDong Aisheng-0/+1658
2012-05-15ARM: nomadik: enable PINCTRL_NOMADIK where neededArnd Bergmann-1/+1
2012-05-15pinctrl: pinctrl-pxa3xx: remove empty pinmux disable functionDong Aisheng-6/+0
2012-05-15pinctrl: pinctrl-mxs: remove empty pinmux disable functionDong Aisheng-7/+0
2012-05-15pinctrl: pinctrl-imx: remove empty pinmux disable functionDong Aisheng-7/+0
2012-05-15pinctrl: make pinmux disable function optionalDong Aisheng-3/+3
2012-05-15pinctrl: a minor error checking improvement for pinconfDong Aisheng-2/+2
2012-05-14pinctrl: SPEAr1310: Fix pin numbers for clcd_high_resViresh Kumar-1/+1
2012-05-14pinctrl: Add SPEAr13xx pinctrl driversViresh Kumar-0/+4345
2012-05-14pinctrl: SPEAr: Create macro for declaring GPIO PINSViresh Kumar-102/+106
2012-05-14pinctrl: mxs: skip gpio nodes for group creationShawn Guo-0/+7
2012-05-14pinctrl: mxs: create group for pin config nodeShawn Guo-24/+44
2012-05-12Merge tag 'ux500-gpio-pins-for-3.5' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson-0/+2726
2012-05-12Merge branch 'spear/pinctrl' into next/pinctrlArnd Bergmann-44/+4517
2012-05-12Merge branches 'depends/pinctrl/devel' and 'depends/rmk/clkdev' into spear/pi...Arnd Bergmann-177/+5301
2012-05-11pinctrl/nomadik: implement pin configurationLinus Walleij-0/+114
2012-05-11pinctrl/nomadik: implement pin multiplexingLinus Walleij-2/+353
2012-05-11pinctrl/nomadik: reuse GPIO debug function for pinsLinus Walleij-1/+27
2012-05-11pinctrl/nomadik: break out single GPIO debug functionLinus Walleij-48/+57
2012-05-11pinctrl/nomadik: basic Nomadik pinctrl interfaceLinus Walleij-2/+919
2012-05-11pinctrl/nomadik: !CONFIG_OF build errorArnd Bergmann-0/+2
2012-05-11gpio: move the Nomadik GPIO driver to pinctrlLinus Walleij-0/+1307
2012-05-09Merge branch 'for-3.5/gpio-pinmux' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson-126/+213
2012-05-09Merge tag 'pinctrl-mergebase-20120418' of git://git.kernel.org/pub/scm/linux/...Olof Johansson-132/+766
2012-05-07pinctrl: add more info to error msgs in pin_requestStephen Warren-6/+8
2012-05-02pinctrl: add pinctrl-mxs supportShawn Guo-0/+1343
2012-05-02pinctrl: pinctrl-imx: add imx6q pinctrl driverDong Aisheng-0/+2340
2012-05-02pinctrl: pinctrl-imx: add imx pinctrl core driverDong Aisheng-0/+739
2012-05-02pinctrl: support gpio request deferred probingDong Aisheng-3/+4
2012-04-30Merge branch 'ux500-gpio-pins-for-arm-soc' of git://git.kernel.org/pub/scm/li...Arnd Bergmann-4/+21
2012-04-26pinctrl: add pinctrl_provide_dummies interface for platforms to useDong Aisheng-2/+27
2012-04-26pinctrl: enhance reporting of errors when loading from DTJohn Crispin-27/+49
2012-04-26pinctrl: propagate map validation errorsStephen Warren-2/+2
2012-04-25pinctrl: tegra: error reporting cleanupStephen Warren-26/+55
2012-04-24pinctrl: fix signed vs unsigned conditionals inside pinmux_map_to_settingJohn Crispin-7/+8
2012-04-22pinctrl: Add SPEAr3xx pinctrl driversViresh Kumar-0/+5311
2012-04-22pinctrl: Add SPEAr pinctrl driversViresh Kumar-0/+517
2012-04-18pinctrl: tegra: debugfs enhancementsStephen Warren-6/+69
2012-04-18pinctrl: tegra: refactor probe handlingStephen Warren-94/+89
2012-04-18ARM: tegra: Switch to new pinctrl driverStephen Warren-3/+3
2012-04-18pinctrl: show pin name for pingroups in sysfsDong Aisheng-4/+29
2012-04-18pinctrl: show pin name when request pinsDong Aisheng-2/+3
2012-04-18pinctrl: implement devm_pinctrl_get()/put()Stephen Warren-0/+56
2012-04-18pinctrl: a minor fix of pin config debug informationDong Aisheng-2/+2
2012-04-18pinctrl: pinconf: fix compilation error if PINCONF is not selectedViresh Kumar-1/+1
2012-04-18pinctrl: allow pctldevs to decode pin config in debugfsStephen Warren-4/+27