aboutsummaryrefslogtreecommitdiffstats
path: root/Kconfig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-14pinctrl: pinconf-generic: add generic APIs for mapping pinctrl nodeLaxman Dewangan2-0/+102
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_setting.Sonic Zhang1-5/+5
2013-08-07pinctrl: nomadik: delete ancient pin control APILinus Walleij2-319/+0
2013-08-07pinctrl: add generic pins and functions propertiesStephen Warren1-0/+16
2013-08-07pinctrl: sirf: add missing __iomem annotationJingoo Han1-1/+1
2013-08-07pinctrl: pinconf: fix comparison of different typesJingoo Han1-1/+1
2013-08-07pinctrl: clean up pinconfig-generic documentationStephen Warren1-15/+10
2013-08-07pinctrl: at91: choose appropriate handler for level interruptsBoris BREZILLON1-2/+14
2013-08-07pinctrl: st: Staticize local symbolsSachin Kamat1-4/+4
2013-08-07pinctrl: st: Convert to use devm_ioremap_resourceSachin Kamat1-5/+3
2013-08-07pinctrl: imx: work around select input quirkShawn Guo1-2/+32
2013-08-07pinctrl: sunxi: Fix incorrect NULL checkSachin Kamat1-1/+1
2013-08-07pinctrl: shut up a couple of pinctrl warningsRussell King - ARM Linux1-18/+11
2013-08-07drivers/pinctrl: don't check resource with devm_ioremap_resourceWolfram Sang2-8/+0
2013-08-07pinctrl: rockchip: include correct clk headerHeiko Stübner1-1/+1
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
2013-07-29sh-pfc: Don't overallocate memory for the GPIO chip pins arrayLaurent Pinchart1-2/+2
2013-07-29sh-pfc: Remove unused GPIO_PORT_ALL macroLaurent Pinchart3-16/+0
2013-07-29sh-pfc: Remove unneeded const keywordsLaurent Pinchart1-2/+2