aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-26Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds6-102/+4451
2012-05-22Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds18-126/+8767
2012-05-20pinctrl: pinctrl-imx: add imx51 pinctrl driverDong Aisheng3-0/+1331
2012-05-20pinctrl: pinctrl-imx: add imx53 pinctrl driverDong Aisheng3-0/+1658
2012-05-15ARM: nomadik: enable PINCTRL_NOMADIK where neededArnd Bergmann1-1/+1
2012-05-15pinctrl: pinctrl-pxa3xx: remove empty pinmux disable functionDong Aisheng1-6/+0
2012-05-15pinctrl: pinctrl-mxs: remove empty pinmux disable functionDong Aisheng1-7/+0
2012-05-15pinctrl: pinctrl-imx: remove empty pinmux disable functionDong Aisheng1-7/+0
2012-05-15pinctrl: make pinmux disable function optionalDong Aisheng1-3/+3
2012-05-15pinctrl: a minor error checking improvement for pinconfDong Aisheng1-2/+2
2012-05-14pinctrl: SPEAr1310: Fix pin numbers for clcd_high_resViresh Kumar1-1/+1
2012-05-14pinctrl: Add SPEAr13xx pinctrl driversViresh Kumar5-0/+4345
2012-05-14pinctrl: SPEAr: Create macro for declaring GPIO PINSViresh Kumar2-102/+106
2012-05-14pinctrl: mxs: skip gpio nodes for group creationShawn Guo1-0/+7
2012-05-14pinctrl: mxs: create group for pin config nodeShawn Guo1-24/+44
2012-05-12Merge tag 'ux500-gpio-pins-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/pinctrlOlof Johansson5-0/+2726
2012-05-12Merge branch 'spear/pinctrl' into next/pinctrlArnd Bergmann12-44/+4517
2012-05-12Merge branches 'depends/pinctrl/devel' and 'depends/rmk/clkdev' into spear/pinctrlArnd Bergmann22-177/+5301
2012-05-11pinctrl/nomadik: implement pin configurationLinus Walleij2-0/+114
2012-05-11pinctrl/nomadik: implement pin multiplexingLinus Walleij4-2/+353
2012-05-11pinctrl/nomadik: reuse GPIO debug function for pinsLinus Walleij1-1/+27
2012-05-11pinctrl/nomadik: break out single GPIO debug functionLinus Walleij1-48/+57
2012-05-11pinctrl/nomadik: basic Nomadik pinctrl interfaceLinus Walleij5-2/+919
2012-05-11pinctrl/nomadik: !CONFIG_OF build errorArnd Bergmann1-0/+2
2012-05-11gpio: move the Nomadik GPIO driver to pinctrlLinus Walleij2-0/+1307
2012-05-09Merge branch 'for-3.5/gpio-pinmux' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/pinctrlOlof Johansson4-126/+213
2012-05-09Merge tag 'pinctrl-mergebase-20120418' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl into next/pinctrlOlof Johansson15-132/+766
2012-05-07pinctrl: add more info to error msgs in pin_requestStephen Warren1-6/+8
2012-05-02pinctrl: add pinctrl-mxs supportShawn Guo6-0/+1343
2012-05-02pinctrl: pinctrl-imx: add imx6q pinctrl driverDong Aisheng3-0/+2340
2012-05-02pinctrl: pinctrl-imx: add imx pinctrl core driverDong Aisheng4-0/+739
2012-05-02pinctrl: support gpio request deferred probingDong Aisheng1-3/+4
2012-04-30Merge branch 'ux500-gpio-pins-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/gpioArnd Bergmann1-4/+21
2012-04-26pinctrl: add pinctrl_provide_dummies interface for platforms to useDong Aisheng1-2/+27
2012-04-26pinctrl: enhance reporting of errors when loading from DTJohn Crispin3-27/+49
2012-04-26pinctrl: propagate map validation errorsStephen Warren1-2/+2
2012-04-25pinctrl: tegra: error reporting cleanupStephen Warren1-26/+55
2012-04-24pinctrl: fix signed vs unsigned conditionals inside pinmux_map_to_settingJohn Crispin1-7/+8
2012-04-22pinctrl: Add SPEAr3xx pinctrl driversViresh Kumar7-0/+5311
2012-04-22pinctrl: Add SPEAr pinctrl driversViresh Kumar6-0/+517
2012-04-18pinctrl: tegra: debugfs enhancementsStephen Warren1-6/+69
2012-04-18pinctrl: tegra: refactor probe handlingStephen Warren4-94/+89
2012-04-18ARM: tegra: Switch to new pinctrl driverStephen Warren1-3/+3
2012-04-18pinctrl: show pin name for pingroups in sysfsDong Aisheng2-4/+29
2012-04-18pinctrl: show pin name when request pinsDong Aisheng1-2/+3
2012-04-18pinctrl: implement devm_pinctrl_get()/put()Stephen Warren1-0/+56
2012-04-18pinctrl: a minor fix of pin config debug informationDong Aisheng1-2/+2
2012-04-18pinctrl: pinconf: fix compilation error if PINCONF is not selectedViresh Kumar1-1/+1
2012-04-18pinctrl: allow pctldevs to decode pin config in debugfsStephen Warren1-4/+27
2012-04-18pinctrl: ifdef CONFIG_DEBUG_FS cleanupStephen Warren2-11/+24