aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/sh-pfc/pfc-sh73a0.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-20pinctrl: sh-pfc: ARM: Constify pins and cfg_regs arraysGravatar Laurent Pinchart 1-1/+1
2013-12-12sh-pfc: Rename sh_pfc window field to windowsGravatar Laurent Pinchart 1-4/+4
2013-12-12sh-pfc: sh73a0: Sort IRQ entries by IRQ numberGravatar Laurent Pinchart 1-24/+23
2013-12-12sh-pfc: sh73a0: Add missing IRQ15Gravatar Laurent Pinchart 1-0/+1
2013-12-10sh-pfc: Share common PORTCR macro definitionGravatar Laurent Pinchart 1-10/+0
2013-08-29Merge tag 'v3.11-rc7' into develGravatar Linus Walleij 1-0/+1
2013-07-29Merge branch 'pinmux/next/fixes' of git://linuxtv.org/pinchartl/fbdev into develGravatar Linus Walleij 1-36/+32
2013-07-29sh-pfc: sh73a0: Remove EXT_IRQ16L and EXT_IRQ16H macrosGravatar Laurent Pinchart 1-36/+32
2013-07-29sh-pfc: Support pins not associated with a GPIO portGravatar Laurent Pinchart 1-6/+9
2013-07-29sh-pfc: Compute pin ranges automaticallyGravatar Laurent Pinchart 1-9/+0
2013-07-29sh-pfc: Add port numbers to the CPU_ALL_PORT macroGravatar Laurent Pinchart 1-26/+26
2013-07-29sh-pfc: Consolidate pin definition macrosGravatar Laurent Pinchart 1-15/+8
2013-07-29sh-pfc: Consolidate PFC SoC data macrosGravatar Laurent Pinchart 1-4/+1
2013-07-29sh-pfc: Replace pinmux_enum_id typedef with u16Gravatar Laurent Pinchart 1-1/+1
2013-07-22pinctrl: sh-pfc: fix SDHI0 VccQ regulator on sh73a0 with DTGravatar Guennadi Liakhovetski 1-0/+1
2013-06-05sh-pfc: sh73a0: Remove function GPIOsGravatar Laurent Pinchart 1-395/+0
2013-06-05sh-pfc: sh73a0: Add TPU pin groups and functionsGravatar Laurent Pinchart 1-0/+213
2013-06-05sh-pfc: sh73a0: Add VCCQ MC0 regulatorGravatar Laurent Pinchart 1-0/+134
2013-05-04Merge tag 'renesas-pinctrl-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-742/+1914
2013-03-18ARM: shmobile: INTC External IRQ pin driver on sh73a0Gravatar Magnus Damm 1-3/+3
2013-03-15sh-pfc: sh73a0: Remove IrDA function GPIOSGravatar Laurent Pinchart 1-6/+0
2013-03-15sh-pfc: sh73a0: Remove USB function GPIOSGravatar Laurent Pinchart 1-2/+1
2013-03-15sh-pfc: sh73a0: Remove BSC function GPIOSGravatar Laurent Pinchart 1-27/+0
2013-03-15sh-pfc: sh73a0: Remove KEYSC function GPIOSGravatar Laurent Pinchart 1-30/+0
2013-03-15sh-pfc: sh73a0: Remove pull-up function GPIOSGravatar Laurent Pinchart 1-442/+23
2013-03-15sh-pfc: sh73a0: Remove FSI function GPIOSGravatar Laurent Pinchart 1-36/+0
2013-03-15sh-pfc: sh73a0: Remove I2C function GPIOSGravatar Laurent Pinchart 1-12/+0
2013-03-15sh-pfc: sh73a0: Remove SCIFA and SCIFB function GPIOSGravatar Laurent Pinchart 1-58/+0
2013-03-15sh-pfc: sh73a0: Remove LCD and LCD2 function GPIOSGravatar Laurent Pinchart 1-76/+0
2013-03-15sh-pfc: sh73a0: Add IrDA pin groups and functionsGravatar Laurent Pinchart 1-0/+23
2013-03-15sh-pfc: sh73a0: Add USB pin groups and functionsGravatar Laurent Pinchart 1-0/+14
2013-03-15sh-pfc: sh73a0: Add BSC pin groups and functionsGravatar Laurent Pinchart 1-0/+124
2013-03-15sh-pfc: sh73a0: Add KEYSC pin groups and functionsGravatar Laurent Pinchart 1-0/+213
2013-03-15sh-pfc: sh73a0: Add SDHI and MMCIF pin groups and functionsGravatar Guennadi Liakhovetski 1-0/+194
2013-03-15sh-pfc: sh73a0: Add FSI pin groups and functionsGravatar Laurent Pinchart 1-0/+244
2013-03-15sh-pfc: sh73a0: Add I2C2 and I2C3 pin groups and functionsGravatar Laurent Pinchart 1-0/+64
2013-03-15sh-pfc: sh73a0: Add SCIFA and SCIFB pin groups and functionsGravatar Laurent Pinchart 1-0/+351
2013-03-15sh-pfc: sh73a0: Add LCD and LCD2 pin groups and functionsGravatar Laurent Pinchart 1-0/+254
2013-03-15sh-pfc: sh73a0: Add bias (pull-up/down) pinconf supportGravatar Laurent Pinchart 1-1/+350
2013-03-15sh-pfc: Constify all SoC dataGravatar Laurent Pinchart 1-7/+7
2013-03-15ARM: shmobile: sh73a0: Support sparse GPIO numbersGravatar Guennadi Liakhovetski 1-33/+42
2013-03-15sh-pfc: Look up IRQ table entries by GPIO numberGravatar Laurent Pinchart 1-32/+32
2013-03-15sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pinGravatar Laurent Pinchart 1-1/+1
2013-03-15sh-pfc: Split pins and functions definition tablesGravatar Laurent Pinchart 1-4/+9
2013-03-15sh-pfc: Remove unused sh_pfc_soc_info reserved_id fieldGravatar Laurent Pinchart 1-1/+0
2013-03-15sh-pfc: Replace SoC info data and mark ranges with a number of pinsGravatar Laurent Pinchart 1-2/+1
2013-03-15sh-pfc: Replace first_gpio and last_gpio with nr_gpiosGravatar Laurent Pinchart 1-3/+2
2013-03-15sh-pfc: Fix a typo and simplify a definition on sh73a0Gravatar Guennadi Liakhovetski 1-6/+2
2013-01-25sh-pfc: Move sh_pfc.h from include/linux/ to driver directoryGravatar Laurent Pinchart 1-1/+2
2013-01-25sh-pfc: Add sh73a0 pinmux supportGravatar Laurent Pinchart 1-0/+2797