summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: pinmux: Don't free pins requested by other devices in pinmux_disable...Sonic Zhang2013-08-141-5/+5
* pinctrl: nomadik: delete ancient pin control APILinus Walleij2013-08-071-295/+0Star
* pinctrl: sirf: add missing __iomem annotationJingoo Han2013-08-071-1/+1
* pinctrl: pinconf: fix comparison of different typesJingoo Han2013-08-071-1/+1
* pinctrl: at91: choose appropriate handler for level interruptsBoris BREZILLON2013-08-071-2/+14
* pinctrl: st: Staticize local symbolsSachin Kamat2013-08-071-4/+4
* pinctrl: st: Convert to use devm_ioremap_resourceSachin Kamat2013-08-071-5/+3Star
* pinctrl: imx: work around select input quirkShawn Guo2013-08-071-2/+32
* pinctrl: sunxi: Fix incorrect NULL checkSachin Kamat2013-08-071-1/+1
* pinctrl: shut up a couple of pinctrl warningsRussell King - ARM Linux2013-08-071-18/+11Star
* drivers/pinctrl: don't check resource with devm_ioremap_resourceWolfram Sang2013-08-072-8/+0Star
* pinctrl: rockchip: include correct clk headerHeiko Stübner2013-08-071-1/+1
* Merge branch 'pinmux/next/fixes' of git://linuxtv.org/pinchartl/fbdev into develLinus Walleij2013-07-296-629/+1093
|\
| * sh-pfc: r8a7790: Add VIN pin groups and functionsShinobu Uehara2013-07-291-0/+106
| * sh-pfc: r8a7790: Add USB pin groups and functionsShinobu Uehara2013-07-291-0/+42
| * sh-pfc: r8a7790: Add SCIF2 pin groups and functionsLaurent Pinchart2013-07-291-0/+32
| * sh-pfc: r8a7790: Add MSIOF pin groups and functionsKunihito Higashiyama2013-07-291-0/+236
| * sh-pfc: r8a7790: Sort pin groups and functions alphabeticallyLaurent Pinchart2013-07-291-265/+265
| * sh-pfc: r8a7790: Fix miscellaneous pinmux configuration tables mistakesShinya Kuribayashi2013-07-291-16/+15Star
| * 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/+3Star
| * sh-pfc: r8a7790: Remove deprecated RDS pinsShinya Kuribayashi2013-07-291-51/+33Star
| * sh-pfc: r8a7790: Remove deprecated Ethernet MII/RMII pinsShinya Kuribayashi2013-07-291-130/+94Star
| * 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/+32Star
| * sh-pfc: sh7372: Replace <mach/irqs.h> with <linux/sh_intc.h>Laurent Pinchart2013-07-291-2/+1Star
| * sh-pfc: Remove unneeded mach/<soc>.h includesLaurent Pinchart2013-07-293-3/+0Star
* | Merge branch 'pinmux/next/pin-no-gpio' of git://linuxtv.org/pinchartl/fbdev i...Linus Walleij2013-07-2924-3673/+3275Star
|\ \
| * | sh-pfc: Support pins not associated with a GPIO portLaurent Pinchart2013-07-295-18/+49
| * | sh-pfc: Compute pin ranges automaticallyLaurent Pinchart2013-07-297-88/+88
| * | sh-pfc: Rename struct sh_pfc nr_pins field to nr_gpio_pinsLaurent Pinchart2013-07-293-4/+4
| * | sh-pfc: Add pin number to struct sh_pfc_pinLaurent Pinchart2013-07-291-8/+12
| * | sh-pfc: Pass the pin number down to the port function macroLaurent Pinchart2013-07-291-3/+3
| * | sh-pfc: Add port numbers to the CPU_ALL_PORT macroLaurent Pinchart2013-07-295-114/+114
| * | sh-pfc: Don't duplicate argument to PINMUX_GPIO macroLaurent Pinchart2013-07-2912-1420/+1418Star
| * | sh-pfc: shx3: Remove shx3_ prefix from static symbolsLaurent Pinchart2013-07-291-14/+14
| * | sh-pfc: sh7734: Use the common GP port style macrosLaurent Pinchart2013-07-292-51/+22Star
| * | sh-pfc: Consolidate pin definition macrosLaurent Pinchart2013-07-295-56/+36Star
| * | sh-pfc: Consolidate PFC SoC data macrosLaurent Pinchart2013-07-299-214/+140Star
| * | sh-pfc: Rename gpio arguments to be consistent with the rest of the codeLaurent Pinchart2013-07-291-5/+5
| * | sh-pfc: Replace pinmux_enum_id typedef with u16Laurent Pinchart2013-07-2921-46/+37Star
| * | sh-pfc: Don't overallocate memory for the GPIO chip pins arrayLaurent Pinchart2013-07-291-2/+2
| * | sh-pfc: Remove unused GPIO_PORT_ALL macroLaurent Pinchart2013-07-293-16/+0Star
| * | sh-pfc: Remove unneeded const keywordsLaurent Pinchart2013-07-291-2/+2
| * | sh-pfc: Remove unused macro and enum entriesLaurent Pinchart2013-07-291-7/+0Star
| * | sh-pfc: Remove unused PORT_DATA_* macrosLaurent Pinchart2013-07-291-30/+0Star