summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-v3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-04-037-263/+126
|\
| * pinctrl: coh901: convert driver to use gpiolib irqchipLinus Walleij2014-03-262-151/+54
| * pinctrl: nomadik: convert driver to use gpiolib irqchipLinus Walleij2014-03-262-90/+36
| * pinctrl: nomadik: factor in platform data containerLinus Walleij2014-03-251-30/+9
| * pinctrl: nomadik: rename secondary to latentLinus Walleij2014-03-251-14/+14
| * pinctrl: coh901: move irq line locking to resource callbacksLinus Walleij2014-03-181-5/+23
| * gpio: switch drivers to use new callbackLinus Walleij2014-03-185-24/+41
* | Merge tag 'pinctrl-v3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-0140-4653/+3167
|\ \ | |/ |/|
| * pinctrl: tegra: add some missing Tegra114 entriesStephen Warren2014-03-141-29/+90
| * pinctrl: tegra: fix some mistakes in Tegra124Stephen Warren2014-03-141-5/+5
| * pinctrl: msm: fix up out-of-order merge conflictLinus Walleij2014-03-141-1/+0
| * pinctrl: st: Fix error check for of_irq_to_resource usageSrinivas Kandagatla2014-03-121-1/+1
| * pinctrl: tegra: consistency cleanupStephen Warren2014-03-123-98/+93
| * pinctrl: tegra: dynamically calculate function list of groupsStephen Warren2014-03-126-3900/+44
| * pinctrl: tegra: init Tegra20/30 at module_init timeStephen Warren2014-03-122-24/+2
| * pinctrl: st: Use ARRAY_SIZE instead of raw value for number of delaysMaxime COQUELIN2014-03-121-2/+2
| * pinctrl: st: add pinctrl support for the STiH407 SoCGiuseppe Cavallaro2014-03-121-0/+17
| * pinctrl: st: Enhance the controller to manage unavailable registersGiuseppe Cavallaro2014-03-121-43/+61
| * pinctrl: msm: Simplify msm_config_reg() and callersStephen Boyd2014-03-121-24/+5
| * pinctrl: msm: Remove impossible WARN_ON()sStephen Boyd2014-03-121-16/+0
| * pinctrl: msm: Replace lookup tables with mathStephen Boyd2014-03-121-6/+8
| * pinctrl: msm: Drop OF_IRQ dependencyStephen Boyd2014-03-121-1/+1
| * pinctrl: msm: Drop unused includesStephen Boyd2014-03-123-6/+1
| * pinctrl: msm: Check for ngpios > MAX_NR_GPIOStephen Boyd2014-03-121-1/+5
| * pinctrl: msm: Silence recursive lockdep warningStephen Boyd2014-03-121-0/+7
| * pinctrl: mvebu: silence WARN to dev_warnSebastian Hesselbarth2014-03-121-1/+2
| * pinctrl: msm: drop wake_irqs bitmapJosh Cartwright2014-03-121-13/+1
| * pinctrl-baytrail: add function mux checking in gpio pin requestChew, Kean Ho2014-03-111-3/+39
| * pinctrl: tegra: fix some typos and inconsistenciesStephen Warren2014-03-112-29/+17
| * pinctrl: sh-pfc: r8a7791: Add alternative MSIOF pin groupsGeert Uytterhoeven2014-03-051-0/+469
| * pinctrl: sh-pfc: r8a7790: Add alternative MSIOF pin groupsGeert Uytterhoeven2014-03-051-0/+129
| * Merge branch 'pinctrl-mvebu' into develLinus Walleij2014-03-0310-290/+1291
| |\
| | * Merge tag 'tags/for-mvebu-pinctrl-3xx' into mvebu/pinctrlJason Cooper2014-03-014-0/+931
| | |\
| | | * pinctrl: mvebu: add pin-muxing driver for the Marvell Armada 380/385Thomas Petazzoni2014-02-253-0/+467
| | | * pinctrl: mvebu: add pin-muxing driver for the Marvell Armada 375Thomas Petazzoni2014-02-253-0/+464
| | * | pinctrl: mvebu: dove: use global register regmapSebastian Hesselbarth2014-02-251-66/+58
| | * | pinctrl: mvebu: dove: use remapped pmu_mpp registersSebastian Hesselbarth2014-02-251-5/+7
| | * | pinctrl: mvebu: dove: use remapped mpp4 registerSebastian Hesselbarth2014-02-251-26/+27
| | * | pinctrl: mvebu: dove: use remapped mpp base registersSebastian Hesselbarth2014-02-251-13/+14
| | * | pinctrl: mvebu: dove: request syscon regmap for global registersSebastian Hesselbarth2014-02-252-0/+28
| | * | pinctrl: mvebu: dove: request additional resourcesSebastian Hesselbarth2014-02-251-3/+42
| | |/
| | * pinctrl: mvebu: dove: reuse mpp_{set,get} in pmu callbacksSebastian Hesselbarth2014-02-251-20/+17
| | * pinctrl: mvebu: dove: consolidate auto-numbered pmu mpp rangesSebastian Hesselbarth2014-02-251-16/+1
| | * pinctrl: mvebu: remove MPP_REG_CTRL macroThomas Petazzoni2014-02-251-16/+3
| | * pinctrl: mvebu: remove common get/set functionsSebastian Hesselbarth2014-02-251-47/+2
| | * pinctrl: mvebu: move resource allocation to SoC specific driversSebastian Hesselbarth2014-02-255-16/+33
| | * pinctrl: mvebu: armada-xp: provide generic mpp callbacksSebastian Hesselbarth2014-02-251-0/+12
| | * pinctrl: mvebu: armada-370: provide generic mpp callbacksSebastian Hesselbarth2014-02-251-0/+12
| | * pinctrl: mvebu: kirkwood: provide generic mpp callbacksSebastian Hesselbarth2014-02-251-0/+12
| | * pinctrl: mvebu: dove: provide generic mpp callbacksSebastian Hesselbarth2014-02-251-14/+22