aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/sh-pfc
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-15sh-pfc: Replace SoC info data and mark ranges with a number of pinsLaurent Pinchart18-44/+36
2013-03-15sh-pfc: Replace first_gpio and last_gpio with nr_gpiosLaurent Pinchart20-68/+43
2013-03-15sh-pfc: Use GPIO_FN instead of PINMUX_GPIO where possibleLaurent Pinchart11-2410/+2409
2013-03-15sh-pfc: Don't take the sh_pfc spinlock in sh_pfc_map_gpios()Laurent Pinchart1-5/+0
2013-03-15sh-pfc: Drop the sh_pfc_pinctrl spinlockLaurent Pinchart1-13/+0
2013-03-15sh-pfc: Fix a typo and simplify a definition on sh73a0Guennadi Liakhovetski1-6/+2
2013-03-15sh-pfc: Don't define the per-device pinctrl struct instances as globalLaurent Pinchart1-22/+18
2013-03-15sh-pfc: Declare operation structures as constLaurent Pinchart1-3/+3
2013-02-16sh-pfc: sh_pfc_probe() sizeof() fixMagnus Damm1-1/+1
2013-01-25sh-pfc: Move sh_pfc.h from include/linux/ to driver directoryLaurent Pinchart21-20/+229
2013-01-25sh-pfc: Add shx3 pinmux supportLaurent Pinchart5-0/+592
2013-01-25sh-pfc: Add sh7786 pinmux supportLaurent Pinchart5-0/+847
2013-01-25sh-pfc: Add sh7785 pinmux supportLaurent Pinchart5-0/+1314
2013-01-25sh-pfc: Add sh7757 pinmux supportLaurent Pinchart5-0/+2292
2013-01-25sh-pfc: Add sh7734 pinmux supportLaurent Pinchart5-0/+2485
2013-01-25sh-pfc: Add sh7724 pinmux supportLaurent Pinchart5-0/+2235
2013-01-25sh-pfc: Add sh7723 pinmux supportLaurent Pinchart5-0/+1913