summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* sh-pfc: sh73a0: Remove FSI function GPIOSLaurent Pinchart2013-03-151-36/+0
* sh-pfc: sh73a0: Remove I2C function GPIOSLaurent Pinchart2013-03-151-12/+0
* sh-pfc: sh73a0: Remove SCIFA and SCIFB function GPIOSLaurent Pinchart2013-03-151-58/+0
* sh-pfc: sh73a0: Remove LCD and LCD2 function GPIOSLaurent Pinchart2013-03-151-76/+0
* sh-pfc: sh7372: Remove SDHI and MMCIF function GPIOSLaurent Pinchart2013-03-151-25/+0
* sh-pfc: r8a7779: Add INTC pin groups and functionsLaurent Pinchart2013-03-151-0/+77
* sh-pfc: r8a7779: Add LBSC pin groups and functionsLaurent Pinchart2013-03-151-0/+77
* sh-pfc: r8a7779: Add USB pin groups and functionsLaurent Pinchart2013-03-151-0/+42
* sh-pfc: r8a7779: Add USB0 and USB1 PENC pinmux supportLaurent Pinchart2013-03-151-1/+5
* sh-pfc: r8a7779: Add HSPI pin groups and functionsLaurent Pinchart2013-03-151-1/+78
* sh-pfc: r8a7779: Add SCIF pin groups and functionsLaurent Pinchart2013-03-151-0/+490
* sh-pfc: r8a7779: Add SDHI and MMCIF pin groups and functionsLaurent Pinchart2013-03-151-0/+284
* sh-pfc: r8a7779: Add DU pin groups and functionsLaurent Pinchart2013-03-151-47/+236
* sh-pfc: r8a7740: Add SDHI and MMCIF pin groups and functionsGuennadi Liakhovetski2013-03-151-0/+248
* sh-pfc: r8a7740: Add LCDC0 and LCDC1 pin groups and functionsLaurent Pinchart2013-03-151-0/+276
* sh-pfc: sh73a0: Add IrDA pin groups and functionsLaurent Pinchart2013-03-151-0/+23
* sh-pfc: sh73a0: Add USB pin groups and functionsLaurent Pinchart2013-03-151-0/+14
* sh-pfc: sh73a0: Add BSC pin groups and functionsLaurent Pinchart2013-03-151-0/+124
* sh-pfc: sh73a0: Add KEYSC pin groups and functionsLaurent Pinchart2013-03-151-0/+213
* sh-pfc: sh73a0: Add SDHI and MMCIF pin groups and functionsGuennadi Liakhovetski2013-03-151-0/+194
* sh-pfc: sh73a0: Add FSI pin groups and functionsLaurent Pinchart2013-03-151-0/+244
* sh-pfc: sh73a0: Add I2C2 and I2C3 pin groups and functionsLaurent Pinchart2013-03-151-0/+64
* sh-pfc: sh73a0: Add SCIFA and SCIFB pin groups and functionsLaurent Pinchart2013-03-151-0/+351
* sh-pfc: sh73a0: Add LCD and LCD2 pin groups and functionsLaurent Pinchart2013-03-151-0/+254
* sh-pfc: sh73a0: Add bias (pull-up/down) pinconf supportLaurent Pinchart2013-03-151-1/+350
* sh-pfc: sh7372: Add SDHCI and MMCIF pin groups and functionsGuennadi Liakhovetski2013-03-151-0/+206
* sh-pfc: Return an error if a pin doesn't support the requested directionLaurent Pinchart2013-03-151-0/+10
* sh-pfc: Convert message printing from pr_* to dev_*Laurent Pinchart2013-03-153-15/+20
* sh-pfc: Clean up pin configuration type handlingLaurent Pinchart2013-03-151-28/+46
* sh-pfc: Merge sh_pfc_reconfig_pin() into sh_pfc_gpio_set_direction()Laurent Pinchart2013-03-151-39/+32
* sh-pfc: Implement generic pinconf supportLaurent Pinchart2013-03-153-30/+110
* sh-pfc: Use proper error codesLaurent Pinchart2013-03-153-31/+25
* sh-pfc: Constify all SoC dataLaurent Pinchart2013-03-1521-123/+125
* sh-pfc: Remove configuration dry-run and freeLaurent Pinchart2013-03-155-108/+12
* sh-pfc: Don't modify sh_pfc_pin SoC dataLaurent Pinchart2013-03-155-61/+68
* sh-pfc: Don't modify pinmux_data_reg SoC dataLaurent Pinchart2013-03-152-19/+41
* sh-pfc: Drop unused support for 1:1 physical to virtual memory mappingsLaurent Pinchart2013-03-151-9/+6
* sh-pfc: Don't map data registers individuallyLaurent Pinchart2013-03-154-53/+82
* sh-pfc: Move GPIO registers access functions to gpio.cLaurent Pinchart2013-03-153-116/+97
* sh-pfc: Fix return value check in sh_pfc_register_pinctrl()Wei Yongjun2013-03-151-2/+2
* sh-pfc: Expose real groups and functions in pinctrl/pinmux operationsLaurent Pinchart2013-03-152-56/+93
* ARM: shmobile: sh73a0: Support sparse GPIO numbersGuennadi Liakhovetski2013-03-151-33/+42
* sh-pfc: Add support for sparse pin numbersLaurent Pinchart2013-03-155-27/+91
* sh-pfc: Replace pinctrl_add_gpio_range() with gpiochip_add_pin_range()Laurent Pinchart2013-03-152-9/+6
* sh-pfc: Add function to retrieve a pin instance from its pin numberLaurent Pinchart2013-03-154-12/+22
* sh-pfc: Simplify the sh_pfc_gpio_is_pin() logicLaurent Pinchart2013-03-153-32/+22
* sh-pfc: Use pinmux identifiers in the pin muxing APILaurent Pinchart2013-03-154-41/+21
* sh-pfc: Share the PORT_10_REV, PORT_32 and PORT_32_REV definitionsLaurent Pinchart2013-03-153-50/+32
* sh-pfc: Look up IRQ table entries by GPIO numberLaurent Pinchart2013-03-157-119/+108
* sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pinLaurent Pinchart2013-03-1519-23/+22