summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: sh-pfc: Improve core and user API separationGeert Uytterhoeven2016-06-211-1/+0Star
* pinctrl: sh-pfc: r8a7740: Correct comment for LCD1 data pinsGeert Uytterhoeven2015-12-081-1/+1
* pinctrl: sh-pfc: Rename .gpio_data[] to .pinmux_data[]Geert Uytterhoeven2015-10-201-2/+2
* pinctrl: sh-pfc: Remove hardcoded IRQ numbersLaurent Pinchart2015-10-021-32/+32
* pinctrl: sh-pfc: r8a7740: Remove obsolete multi-platform checkGeert Uytterhoeven2015-07-161-4/+0Star
* pinctrl: sh-pfc: r8a7740: Fix typo SCIFAB in commentGeert Uytterhoeven2015-05-121-1/+1
* pinctrl: sh-pfc: rename confusing pinmux ops variableLinus Walleij2014-09-041-2/+2
* pinctrl: sh-pfc: r8a7740: Allow Multiplatform BuildMagnus Damm2014-05-231-0/+2
* Merge tag 'pinctrl-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-01-211-13/+2Star
|\
| * pinctrl: sh-pfc: ARM: Constify pins and cfg_regs arraysLaurent Pinchart2013-12-201-1/+1
| * sh-pfc: Rename sh_pfc window field to windowsLaurent Pinchart2013-12-121-1/+1
| * sh-pfc: Share common PORTCR macro definitionLaurent Pinchart2013-12-101-11/+0Star
* | sh-pfc: r8a7740: Fix pin bias setupLaurent Pinchart2013-12-031-1/+1
|/
* Merge branch 'pinmux/next/fixes' of git://linuxtv.org/pinchartl/fbdev into develLinus Walleij2013-07-291-1/+0Star
|\
| * sh-pfc: Remove unneeded mach/<soc>.h includesLaurent Pinchart2013-07-291-1/+0Star
* | sh-pfc: Add port numbers to the CPU_ALL_PORT macroLaurent Pinchart2013-07-291-4/+4
* | sh-pfc: Consolidate pin definition macrosLaurent Pinchart2013-07-291-16/+9Star
* | sh-pfc: Consolidate PFC SoC data macrosLaurent Pinchart2013-07-291-4/+1Star
* | sh-pfc: Replace pinmux_enum_id typedef with u16Laurent Pinchart2013-07-291-1/+1
* | sh-pfc: Remove unused GPIO_PORT_ALL macroLaurent Pinchart2013-07-291-7/+0Star
|/
* sh-pfc: r8a7740: Add TPU pin groups and functionsLaurent Pinchart2013-06-051-0/+50
* sh-pfc: r8a7740: Add bias (pull-up/down) pinconf supportLaurent Pinchart2013-06-051-145/+220
* sh-pfc: r8a7740: Replace GPIO_PORTx enum with GPIO port numbersLaurent Pinchart2013-06-051-32/+39
* sh-pfc: r8a7740: Remove function GPIOsLaurent Pinchart2013-06-051-205/+0Star
* sh-pfc: r8a7740: Remove HDMI function GPIOSLaurent Pinchart2013-06-041-4/+0Star
* sh-pfc: r8a7740: Remove FSI function GPIOSLaurent Pinchart2013-06-041-12/+0Star
* sh-pfc: r8a7740: Remove CEU function GPIOSLaurent Pinchart2013-06-041-28/+0Star
* sh-pfc: r8a7740: Remove GETHER function GPIOSLaurent Pinchart2013-06-041-20/+0Star
* sh-pfc: r8a7740: Remove BSC function GPIOSLaurent Pinchart2013-06-041-24/+2Star
* sh-pfc: r8a7740: Remove INTC function GPIOSLaurent Pinchart2013-06-041-34/+0Star
* sh-pfc: r8a7740: Remove SCIF function GPIOSLaurent Pinchart2013-06-041-72/+0Star
* sh-pfc: r8a7740: Hardcode the LCDC0 outputLaurent Pinchart2013-06-041-13/+1Star
* sh-pfc: r8a7740: Add HDMI pin groups and functionsLaurent Pinchart2013-06-041-0/+14
* sh-pfc: r8a7740: Add FSI pin groups and functionsLaurent Pinchart2013-06-041-0/+118
* sh-pfc: r8a7740: Add CEU pin groups and functionsLaurent Pinchart2013-06-041-0/+124
* sh-pfc: r8a7740: Add GETHER pin groups and functionsLaurent Pinchart2013-06-041-0/+82
* sh-pfc: r8a7740: Add BSC pin groups and functionsLaurent Pinchart2013-06-041-0/+155
* sh-pfc: r8a7740: Declare missing INTC functionLaurent Pinchart2013-06-041-0/+1
* sh-pfc: r8a7740: Add SCIF pin groups and functionsLaurent Pinchart2013-06-041-0/+346
* sh-pfc: r8a7740: Add SCIFA1 data groupBastian Hecht2013-06-041-0/+14
* sh-pfc: Add entries for INTC external IRQsBastian Hecht2013-06-041-0/+174
* Merge branch 'soc' into pinmux-baseSimon Horman2013-04-021-32/+32
|\
| * ARM: shmobile: r8a7740: Migrate from INTC to GICBastian Hecht2013-04-021-32/+32
* | sh-pfc: r8a7740: Remove SDHI and MMCIF function GPIOSLaurent Pinchart2013-03-151-35/+0Star
* | sh-pfc: r8a7740: Remove LCD0 and LCD1 function GPIOSLaurent Pinchart2013-03-151-37/+0Star
* | 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: Constify all SoC dataLaurent Pinchart2013-03-151-6/+6
* | sh-pfc: Look up IRQ table entries by GPIO numberLaurent Pinchart2013-03-151-32/+32
* | sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pinLaurent Pinchart2013-03-151-1/+1