summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sh-pinmux' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds2013-02-211-0/+2
|\
| * sh-pfc: Move driver from drivers/sh/ to drivers/pinctrl/Laurent Pinchart2013-01-251-0/+2
* | Merge branch 'allwinner-sunxi' into develLinus Walleij2013-02-081-0/+1
|\ \
| * | ARM: sunxi: Add pinctrl driver for Allwinner SoCsMaxime Ripard2013-01-221-0/+1
| |/
* | pinctrl/abx500: add AB8540 sub-driverPatrice Chotard2013-02-051-0/+1
* | pinctrl/abx500: add AB9540 sub-driverPatrice Chotard2013-02-051-0/+1
* | pinctrl/abx500: add AB8505 sub-driverPatrice Chotard2013-02-051-0/+1
* | pinctrl/abx500: add AB8500 sub-driverPatrice Chotard2013-01-301-0/+1
* | pinctrl: add abx500 pinctrl driver corePatrice Chotard2013-01-301-0/+1
* | pinctrl: exynos: change PINCTRL_EXYNOS optionKukjin Kim2013-01-181-1/+1
* | pinctrl: tegra114: add pinctrl driver for NVIDIA's Tegra114 SoCPritesh Raithatha2013-01-181-0/+1
|/
* Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-0/+1
|\
| * pinctrl: exynos5440: add pinctrl driver for Samsung EXYNOS5440 SoCThomas Abraham2012-11-221-0/+1
* | Merge branch 'at91' into develLinus Walleij2012-11-111-0/+1
|\ \
| * | ARM: at91: add pinctrl supportJean-Christophe PLAGNIOL-VILLARD2012-10-131-0/+1
| |/
* / pinctrl: mvebu: move to its own directoryThomas Petazzoni2012-11-111-5/+1
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-10-091-0/+3
|\
| * OF: pinctrl: MIPS: lantiq: adds support for FALCON SoCJohn Crispin2012-09-131-0/+1
| * OF: pinctrl: MIPS: lantiq: implement lantiq/xway pinctrl supportJohn Crispin2012-09-131-0/+2
* | Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-10-071-0/+5
|\ \
| * | pinctrl: mvebu: add pinctrl driver for Armada XPThomas Petazzoni2012-09-221-0/+1
| * | pinctrl: mvebu: add pinctrl driver for Armada 370Thomas Petazzoni2012-09-221-0/+1
| * | pinctrl: mvebu: kirkwood pinctrl driverSebastian Hesselbarth2012-09-221-0/+1
| * | pinctrl: mvebu: dove pinctrl driverSebastian Hesselbarth2012-09-221-0/+1
| * | pinctrl: mvebu: pinctrl driver coreSebastian Hesselbarth2012-09-221-0/+1
| |/
* | Merge tag 'pinctrl-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-10-021-0/+4
|\ \
| * | pinctrl: add bcm2835 driverSimon Arlott2012-10-011-0/+1
| * | pinctrl: pinctrl-imx: add imx35 pinctrl driverUwe Kleine-König2012-09-031-0/+1
| * | pinctrl/nomadik: add STn8815 ASIC supportLinus Walleij2012-09-031-0/+1
| * | pinctrl/nomadik: add ASIC DB8450 pinctrl driverPatrice Chotard2012-09-031-0/+1
| |/
* | pinctrl: add exynos4210 specific extensions for samsung pinctrl driverThomas Abraham2012-09-071-0/+1
* | pinctrl: add samsung pinctrl and gpiolib driverThomas Abraham2012-09-071-0/+1
|/
* pinctrl: Add one-register-per-pin type device tree based pinctrl driverTony Lindgren2012-07-141-0/+1
* Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-221-0/+4
|\
| * Merge tag 'ux500-gpio-pins-for-3.5' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-05-121-0/+2
| |\
| | * pinctrl/nomadik: basic Nomadik pinctrl interfaceLinus Walleij2012-05-111-1/+2
| | * gpio: move the Nomadik GPIO driver to pinctrlLinus Walleij2012-05-111-0/+1
| | |
| | \
| *-. \ Merge branches 'depends/pinctrl/devel' and 'depends/rmk/clkdev' into spear/pi...Arnd Bergmann2012-05-121-0/+8
| |\ \ \
| * | | | pinctrl: Add SPEAr pinctrl driversViresh Kumar2012-04-221-0/+2
| | |/ / | |/| |
* | | | pinctrl: pinctrl-imx: add imx51 pinctrl driverDong Aisheng2012-05-201-0/+1
* | | | pinctrl: pinctrl-imx: add imx53 pinctrl driverDong Aisheng2012-05-201-0/+1
| |/ / |/| |
* | | pinctrl: add pinctrl-mxs supportShawn Guo2012-05-021-0/+3
* | | pinctrl: pinctrl-imx: add imx6q pinctrl driverDong Aisheng2012-05-021-0/+1
* | | pinctrl: pinctrl-imx: add imx pinctrl core driverDong Aisheng2012-05-021-0/+1
| |/ |/|
* | pinctrl: fix build when CONFIG_OF && !CONFIG_PINCTRLStephen Warren2012-04-181-1/+3
* | pinctrl: core device tree mapping table parsing supportStephen Warren2012-04-181-0/+1
|/
* pinctrl: introduce generic pin configLinus Walleij2012-03-121-0/+1
* Merge branch 'pinctrl-tegra-for-next-diet' into for-nextLinus Walleij2012-03-061-0/+3
|\
| * pinctrl: add a driver for NVIDIA TegraStephen Warren2012-03-061-0/+3
* | pinctrl: enable pinmux for mmp seriesHaojian Zhuang2012-02-011-0/+4
|/