summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
* pinctrl-nomadik: Allow Device Tree driver probingLee Jones2012-06-011-1/+19
* Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-266-102/+4451
|\
| * pinctrl: SPEAr1310: Fix pin numbers for clcd_high_resViresh Kumar2012-05-141-1/+1
| * pinctrl: Add SPEAr13xx pinctrl driversViresh Kumar2012-05-145-0/+4345
| * pinctrl: SPEAr: Create macro for declaring GPIO PINSViresh Kumar2012-05-142-102/+106
* | Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-2218-126/+8767
|\ \
| * | ARM: nomadik: enable PINCTRL_NOMADIK where neededArnd Bergmann2012-05-151-1/+1
| * | 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
| | |\ \ \
| * | \ \ \ 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
| |\| | | |
| * | | | | 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: pinctrl-imx: add imx51 pinctrl driverDong Aisheng2012-05-203-0/+1331
* | | | pinctrl: pinctrl-imx: add imx53 pinctrl driverDong Aisheng2012-05-203-0/+1658
* | | | pinctrl: pinctrl-pxa3xx: remove empty pinmux disable functionDong Aisheng2012-05-151-6/+0
* | | | pinctrl: pinctrl-mxs: remove empty pinmux disable functionDong Aisheng2012-05-151-7/+0
* | | | pinctrl: pinctrl-imx: remove empty pinmux disable functionDong Aisheng2012-05-151-7/+0
* | | | pinctrl: make pinmux disable function optionalDong Aisheng2012-05-151-3/+3
* | | | pinctrl: a minor error checking improvement for pinconfDong Aisheng2012-05-151-2/+2
* | | | pinctrl: mxs: skip gpio nodes for group creationShawn Guo2012-05-141-0/+7
* | | | pinctrl: mxs: create group for pin config nodeShawn Guo2012-05-141-24/+44
| |_|/ |/| |
* | | 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
| |/ |/|
* | 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