summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2013-08-14pinctrl: pinconf-generic: add generic APIs for mapping pinctrl nodeLaxman Dewangan1-0/+96
2013-08-14pinctrl: add utility functions for add map/configsLaxman Dewangan3-1/+179
2013-08-14pinctrl: pinmux: Don't free pins requested by other devices in pinmux_disable...Sonic Zhang1-5/+5
2013-08-08pinctrl: nomadik: delete ancient pin control APILinus Walleij1-295/+0
2013-08-08pinctrl: sirf: add missing __iomem annotationJingoo Han1-1/+1
2013-08-08pinctrl: pinconf: fix comparison of different typesJingoo Han1-1/+1
2013-08-08pinctrl: at91: choose appropriate handler for level interruptsBoris BREZILLON1-2/+14
2013-08-08pinctrl: st: Staticize local symbolsSachin Kamat1-4/+4
2013-08-08pinctrl: st: Convert to use devm_ioremap_resourceSachin Kamat1-5/+3
2013-08-08pinctrl: imx: work around select input quirkShawn Guo1-2/+32
2013-08-08pinctrl: sunxi: Fix incorrect NULL checkSachin Kamat1-1/+1
2013-08-08pinctrl: shut up a couple of pinctrl warningsRussell King - ARM Linux1-18/+11
2013-08-08drivers/pinctrl: don't check resource with devm_ioremap_resourceWolfram Sang2-8/+0
2013-08-08pinctrl: rockchip: include correct clk headerHeiko Stübner1-1/+1
2013-08-07pinctrl: sunxi: Add spinlocksMaxime Ripard2-3/+54
2013-08-07pinctrl: sunxi: Fix gpio_set behaviourMaxime Ripard1-1/+7
2013-08-07pinctrl: sunxi: Read register before writing to it in irq_set_typeMaxime Ripard1-1/+4
2013-07-29Merge branch 'pinmux/next/fixes' of git://linuxtv.org/pinchartl/fbdev into develLinus Walleij6-629/+1093
2013-07-29Merge branch 'pinmux/next/pin-no-gpio' of git://linuxtv.org/pinchartl/fbdev i...Linus Walleij24-3673/+3275
2013-07-29sh-pfc: r8a7790: Add VIN pin groups and functionsShinobu Uehara1-0/+106
2013-07-29sh-pfc: r8a7790: Add USB pin groups and functionsShinobu Uehara1-0/+42
2013-07-29sh-pfc: r8a7790: Add SCIF2 pin groups and functionsLaurent Pinchart1-0/+32
2013-07-29sh-pfc: r8a7790: Add MSIOF pin groups and functionsKunihito Higashiyama1-0/+236
2013-07-29sh-pfc: r8a7790: Sort pin groups and functions alphabeticallyLaurent Pinchart1-265/+265
2013-07-29sh-pfc: r8a7790: Fix miscellaneous pinmux configuration tables mistakesShinya Kuribayashi1-16/+15
2013-07-29sh-pfc: r8a7790: Add SCIF2 pins configuration supportShinya Kuribayashi1-17/+23
2013-07-29sh-pfc: r8a7790: Add TCLK1 pin configuration supportShinya Kuribayashi1-3/+4
2013-07-29sh-pfc: r8a7790: Swap SCIFA2_RXD_B and HRX0_C configurationsShinya Kuribayashi1-8/+8
2013-07-29sh-pfc: r8a7790: Remove deprecated SPV_EVEN pinShinya Kuribayashi1-4/+3
2013-07-29sh-pfc: r8a7790: Remove deprecated RDS pinsShinya Kuribayashi1-51/+33
2013-07-29sh-pfc: r8a7790: Remove deprecated Ethernet MII/RMII pinsShinya Kuribayashi1-130/+94
2013-07-29sh-pfc: r8a7790: Remove trailing '_TANS' string from RTS/CTS pinsShinya Kuribayashi1-10/+10
2013-07-29sh-pfc: r8a7790: Rename I2C SDA/SCL pinsShinya Kuribayashi1-104/+104
2013-07-29sh-pfc: r8a7779: Add I2C pin groupsPhil Edworthy1-0/+105
2013-07-29sh-pfc: sh73a0: Remove EXT_IRQ16L and EXT_IRQ16H macrosLaurent Pinchart1-36/+32
2013-07-29sh-pfc: sh7372: Replace <mach/irqs.h> with <linux/sh_intc.h>Laurent Pinchart1-2/+1
2013-07-29sh-pfc: Remove unneeded mach/<soc>.h includesLaurent Pinchart3-3/+0
2013-07-29sh-pfc: Support pins not associated with a GPIO portLaurent Pinchart5-18/+49
2013-07-29sh-pfc: Compute pin ranges automaticallyLaurent Pinchart7-88/+88
2013-07-29sh-pfc: Rename struct sh_pfc nr_pins field to nr_gpio_pinsLaurent Pinchart3-4/+4
2013-07-29sh-pfc: Add pin number to struct sh_pfc_pinLaurent Pinchart1-8/+12
2013-07-29sh-pfc: Pass the pin number down to the port function macroLaurent Pinchart1-3/+3
2013-07-29sh-pfc: Add port numbers to the CPU_ALL_PORT macroLaurent Pinchart5-114/+114
2013-07-29sh-pfc: Don't duplicate argument to PINMUX_GPIO macroLaurent Pinchart12-1420/+1418
2013-07-29sh-pfc: shx3: Remove shx3_ prefix from static symbolsLaurent Pinchart1-14/+14
2013-07-29sh-pfc: sh7734: Use the common GP port style macrosLaurent Pinchart2-51/+22
2013-07-29sh-pfc: Consolidate pin definition macrosLaurent Pinchart5-56/+36
2013-07-29sh-pfc: Consolidate PFC SoC data macrosLaurent Pinchart9-214/+140
2013-07-29sh-pfc: Rename gpio arguments to be consistent with the rest of the codeLaurent Pinchart1-5/+5
2013-07-29sh-pfc: Replace pinmux_enum_id typedef with u16Laurent Pinchart21-46/+37