summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2013-03-15sh-pfc: r8a7779: Add USB pin groups and functionsLaurent Pinchart1-0/+42
2013-03-15sh-pfc: r8a7779: Add USB0 and USB1 PENC pinmux supportLaurent Pinchart1-1/+5
2013-03-15sh-pfc: r8a7779: Add HSPI pin groups and functionsLaurent Pinchart1-1/+78
2013-03-15sh-pfc: r8a7779: Add SCIF pin groups and functionsLaurent Pinchart1-0/+490
2013-03-15sh-pfc: r8a7779: Add SDHI and MMCIF pin groups and functionsLaurent Pinchart1-0/+284
2013-03-15sh-pfc: r8a7779: Add DU pin groups and functionsLaurent Pinchart1-47/+236
2013-03-15sh-pfc: r8a7740: Add SDHI and MMCIF pin groups and functionsGuennadi Liakhovetski1-0/+248
2013-03-15sh-pfc: r8a7740: Add LCDC0 and LCDC1 pin groups and functionsLaurent Pinchart1-0/+276
2013-03-15sh-pfc: sh73a0: Add IrDA pin groups and functionsLaurent Pinchart1-0/+23
2013-03-15sh-pfc: sh73a0: Add USB pin groups and functionsLaurent Pinchart1-0/+14
2013-03-15sh-pfc: sh73a0: Add BSC pin groups and functionsLaurent Pinchart1-0/+124
2013-03-15sh-pfc: sh73a0: Add KEYSC pin groups and functionsLaurent Pinchart1-0/+213
2013-03-15sh-pfc: sh73a0: Add SDHI and MMCIF pin groups and functionsGuennadi Liakhovetski1-0/+194
2013-03-15sh-pfc: sh73a0: Add FSI pin groups and functionsLaurent Pinchart1-0/+244
2013-03-15sh-pfc: sh73a0: Add I2C2 and I2C3 pin groups and functionsLaurent Pinchart1-0/+64
2013-03-15sh-pfc: sh73a0: Add SCIFA and SCIFB pin groups and functionsLaurent Pinchart1-0/+351
2013-03-15sh-pfc: sh73a0: Add LCD and LCD2 pin groups and functionsLaurent Pinchart1-0/+254
2013-03-15sh-pfc: sh73a0: Add bias (pull-up/down) pinconf supportLaurent Pinchart1-1/+350
2013-03-15sh-pfc: sh7372: Add SDHCI and MMCIF pin groups and functionsGuennadi Liakhovetski1-0/+206
2013-03-15sh-pfc: Return an error if a pin doesn't support the requested directionLaurent Pinchart1-0/+10
2013-03-15sh-pfc: Convert message printing from pr_* to dev_*Laurent Pinchart3-15/+20
2013-03-15sh-pfc: Clean up pin configuration type handlingLaurent Pinchart1-28/+46
2013-03-15sh-pfc: Merge sh_pfc_reconfig_pin() into sh_pfc_gpio_set_direction()Laurent Pinchart1-39/+32
2013-03-15sh-pfc: Implement generic pinconf supportLaurent Pinchart3-30/+110
2013-03-15sh-pfc: Use proper error codesLaurent Pinchart3-31/+25
2013-03-15sh-pfc: Constify all SoC dataLaurent Pinchart21-123/+125
2013-03-15sh-pfc: Remove configuration dry-run and freeLaurent Pinchart5-108/+12
2013-03-15sh-pfc: Don't modify sh_pfc_pin SoC dataLaurent Pinchart5-61/+68
2013-03-15sh-pfc: Don't modify pinmux_data_reg SoC dataLaurent Pinchart2-19/+41
2013-03-15sh-pfc: Drop unused support for 1:1 physical to virtual memory mappingsLaurent Pinchart1-9/+6
2013-03-15sh-pfc: Don't map data registers individuallyLaurent Pinchart4-53/+82
2013-03-15sh-pfc: Move GPIO registers access functions to gpio.cLaurent Pinchart3-116/+97
2013-03-15sh-pfc: Fix return value check in sh_pfc_register_pinctrl()Wei Yongjun1-2/+2
2013-03-15sh-pfc: Expose real groups and functions in pinctrl/pinmux operationsLaurent Pinchart2-56/+93
2013-03-15ARM: shmobile: sh73a0: Support sparse GPIO numbersGuennadi Liakhovetski1-33/+42
2013-03-15sh-pfc: Add support for sparse pin numbersLaurent Pinchart5-27/+91
2013-03-15sh-pfc: Replace pinctrl_add_gpio_range() with gpiochip_add_pin_range()Laurent Pinchart2-9/+6
2013-03-15sh-pfc: Add function to retrieve a pin instance from its pin numberLaurent Pinchart4-12/+22
2013-03-15sh-pfc: Simplify the sh_pfc_gpio_is_pin() logicLaurent Pinchart3-32/+22
2013-03-15sh-pfc: Use pinmux identifiers in the pin muxing APILaurent Pinchart4-41/+21
2013-03-15sh-pfc: Share the PORT_10_REV, PORT_32 and PORT_32_REV definitionsLaurent Pinchart3-50/+32
2013-03-15sh-pfc: Look up IRQ table entries by GPIO numberLaurent Pinchart7-119/+108
2013-03-15sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pinLaurent Pinchart19-23/+22
2013-03-15sh-pfc: Split pins and functions into separate gpio_chip instancesLaurent Pinchart3-100/+132
2013-03-15sh-pfc: Split pins and functions definition tablesLaurent Pinchart20-106/+193
2013-03-15sh-pfc: Don't needlessly check GPIO type in sh_gpio_free()Laurent Pinchart1-4/+1
2013-03-15sh-pfc: Shrink the pinctrl GPIO range to include real GPIOs onlyLaurent Pinchart4-28/+59
2013-03-15sh-pfc: Make struct pinmux_gpio enum_id field constLaurent Pinchart1-1/+1
2013-03-15sh-pfc: Initialize pinmux_gpio flags staticallyLaurent Pinchart2-20/+15
2013-03-15sh-pfc: Remove unused sh_pfc_soc_info reserved_id fieldLaurent Pinchart17-17/+0