summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl (follow)
Commit message (Expand)AuthorAgeFilesLines
* sh-pfc: r8a7790: Fix miscellaneous pinmux configuration tables mistakesShinya Kuribayashi2013-07-291-16/+15
* sh-pfc: r8a7790: Add SCIF2 pins configuration supportShinya Kuribayashi2013-07-291-17/+23
* sh-pfc: r8a7790: Add TCLK1 pin configuration supportShinya Kuribayashi2013-07-291-3/+4
* sh-pfc: r8a7790: Swap SCIFA2_RXD_B and HRX0_C configurationsShinya Kuribayashi2013-07-291-8/+8
* sh-pfc: r8a7790: Remove deprecated SPV_EVEN pinShinya Kuribayashi2013-07-291-4/+3
* sh-pfc: r8a7790: Remove deprecated RDS pinsShinya Kuribayashi2013-07-291-51/+33
* sh-pfc: r8a7790: Remove deprecated Ethernet MII/RMII pinsShinya Kuribayashi2013-07-291-130/+94
* sh-pfc: r8a7790: Remove trailing '_TANS' string from RTS/CTS pinsShinya Kuribayashi2013-07-291-10/+10
* sh-pfc: r8a7790: Rename I2C SDA/SCL pinsShinya Kuribayashi2013-07-291-104/+104
* sh-pfc: r8a7779: Add I2C pin groupsPhil Edworthy2013-07-291-0/+105
* sh-pfc: sh73a0: Remove EXT_IRQ16L and EXT_IRQ16H macrosLaurent Pinchart2013-07-291-36/+32
* sh-pfc: sh7372: Replace <mach/irqs.h> with <linux/sh_intc.h>Laurent Pinchart2013-07-291-2/+1
* sh-pfc: Remove unneeded mach/<soc>.h includesLaurent Pinchart2013-07-293-3/+0
* Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-0337-2683/+11177
|\
| * pinctrl: vt8500: wmt: remove redundant dev_err call in wmt_pinctrl_probe()Wei Yongjun2013-06-271-3/+1
| * pinctrl: remove bindings for pinconf options needing more thoughtHeiko Stübner2013-06-251-3/+0
| * pinctrl: remove slew-rate parameter from tz1090Heiko Stübner2013-06-252-10/+0
| * pinctrl: set unit for debounce time pinconfig to usecHeiko Stübner2013-06-251-1/+1
| * pinctrl: rip out the direct pinconf APILinus Walleij2013-06-251-174/+0
| * pinctrl-tz1090-pdc: add TZ1090 PDC pinctrl driverJames Hogan2013-06-243-0/+1036
| * pinctrl-tz1090: add TZ1090 pinctrl driverJames Hogan2013-06-243-0/+2084
| * pinctrl: samsung: Staticize drvdata_listSachin Kamat2013-06-241-1/+1
| * pinctrl: rockchip: Add missing irq_gc_unlock() call before return errorAxel Lin2013-06-241-0/+1
| * pinctrl: abx500: rework error pathPatrice Chotard2013-06-241-27/+87
| * pinctrl: abx500: suppress hardcoded valuePatrice Chotard2013-06-241-4/+17
| * pinctrl: abx500: factorize codePatrice Chotard2013-06-241-17/+15
| * pinctrl: abx500: fix abx500_gpio_get()Patrice Chotard2013-06-241-2/+15
| * pinctrl: abx500: fix abx500_pin_config_set()Patrice Chotard2013-06-241-6/+25
| * pinctrl: abx500: Add device tree supportPatrice Chotard2013-06-241-0/+184
| * sh-pfc: Guard DT parsing with #ifdef CONFIG_OFLaurent Pinchart2013-06-241-0/+4
| * pinctrl: add Intel BayTrail GPIO/pinctrl supportMathias Nyman2013-06-183-0/+556
| * pinctrl: Staticize local symbolsSachin Kamat2013-06-181-2/+2
| * pinctrl: spear/plgpio: Staticize spear310_o2pSachin Kamat2013-06-181-1/+1
| * pinctrl: nomadik: Staticize local symbolsSachin Kamat2013-06-181-3/+3
| * pinctrl: bcm2835: Staticize bcm2835_gpio_pinsSachin Kamat2013-06-181-1/+1
| * sh-pfc: Add pinconf support to DT bindingsLaurent Pinchart2013-06-181-12/+97
| * sh-pfc: Add DT supportLaurent Pinchart2013-06-182-1/+179
| * sh-pfc: Remove support for platform dataLaurent Pinchart2013-06-181-2/+1
| * pinctrl: core: fix missing unlock on error in pinctrl_find_gpio_range_from_pin()Wei Yongjun2013-06-181-8/+7
| * pinctrl: exynos: ack level-triggered interrupts before unmaskingDoug Anderson2013-06-171-0/+22
| * pinctrl: export pinctrl_pm_select_*_stateArnd Bergmann2013-06-171-1/+3
| * pinctrl: rockchip: correctly handle arguments of pinconf optionsHeiko Stübner2013-06-171-4/+37
| * pinctrl: single: adopt pinctrl sleep mode managementHebbar Gururaja2013-06-171-0/+27
| * pinctrl: sunxi: Add Allwinner A10s pinsMaxime Ripard2013-06-172-0/+646
| * pinctrl: sunxi: Move the pins definitions to a separate headerMaxime Ripard2013-06-172-1360/+1379
| * pinctrl: dynamically alloc temp array when parsing dt pinconf optionsHeiko Stübner2013-06-171-6/+18
| * pinctrl: handle zero found dt pinconfig properties betterHeiko Stübner2013-06-171-0/+7
| * pinctrl: clarify some dt pinconfig optionsHeiko Stübner2013-06-171-4/+5
| * pinctrl: add pin list based GPIO rangesChristian Ruppert2013-06-171-10/+49
| * pinctrl: exynos: reorder xyz_irq_unmask() so future patch can ackDoug Anderson2013-06-161-26/+26