aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sh-pfc/pfc-r8a7740.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-12pinctrl: sh-pfc: r8a7740: Fix typo SCIFAB in commentGeert Uytterhoeven1-1/+1
2014-09-04pinctrl: sh-pfc: rename confusing pinmux ops variableLinus Walleij1-2/+2
2014-05-23pinctrl: sh-pfc: r8a7740: Allow Multiplatform BuildMagnus Damm1-0/+2
2014-01-21Merge tag 'pinctrl-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-13/+2
2013-12-20pinctrl: sh-pfc: ARM: Constify pins and cfg_regs arraysLaurent Pinchart1-1/+1
2013-12-12sh-pfc: Rename sh_pfc window field to windowsLaurent Pinchart1-1/+1
2013-12-10sh-pfc: Share common PORTCR macro definitionLaurent Pinchart1-11/+0
2013-12-03sh-pfc: r8a7740: Fix pin bias setupLaurent Pinchart1-1/+1
2013-07-29Merge branch 'pinmux/next/fixes' of git://linuxtv.org/pinchartl/fbdev into develLinus Walleij1-1/+0
2013-07-29sh-pfc: Remove unneeded mach/<soc>.h includesLaurent Pinchart1-1/+0
2013-07-29sh-pfc: Add port numbers to the CPU_ALL_PORT macroLaurent Pinchart1-4/+4
2013-07-29sh-pfc: Consolidate pin definition macrosLaurent Pinchart1-16/+9
2013-07-29sh-pfc: Consolidate PFC SoC data macrosLaurent Pinchart1-4/+1
2013-07-29sh-pfc: Replace pinmux_enum_id typedef with u16Laurent Pinchart1-1/+1
2013-07-29sh-pfc: Remove unused GPIO_PORT_ALL macroLaurent Pinchart1-7/+0
2013-06-05sh-pfc: r8a7740: Add TPU pin groups and functionsLaurent Pinchart1-0/+50
2013-06-05sh-pfc: r8a7740: Add bias (pull-up/down) pinconf supportLaurent Pinchart1-145/+220
2013-06-05sh-pfc: r8a7740: Replace GPIO_PORTx enum with GPIO port numbersLaurent Pinchart1-32/+39
2013-06-05sh-pfc: r8a7740: Remove function GPIOsLaurent Pinchart1-205/+0
2013-06-04sh-pfc: r8a7740: Remove HDMI function GPIOSLaurent Pinchart1-4/+0
2013-06-04sh-pfc: r8a7740: Remove FSI function GPIOSLaurent Pinchart1-12/+0
2013-06-04sh-pfc: r8a7740: Remove CEU function GPIOSLaurent Pinchart1-28/+0
2013-06-04sh-pfc: r8a7740: Remove GETHER function GPIOSLaurent Pinchart1-20/+0
2013-06-04sh-pfc: r8a7740: Remove BSC function GPIOSLaurent Pinchart1-24/+2
2013-06-04sh-pfc: r8a7740: Remove INTC function GPIOSLaurent Pinchart1-34/+0
2013-06-04sh-pfc: r8a7740: Remove SCIF function GPIOSLaurent Pinchart1-72/+0
2013-06-04sh-pfc: r8a7740: Hardcode the LCDC0 outputLaurent Pinchart1-13/+1
2013-06-04sh-pfc: r8a7740: Add HDMI pin groups and functionsLaurent Pinchart1-0/+14
2013-06-04sh-pfc: r8a7740: Add FSI pin groups and functionsLaurent Pinchart1-0/+118
2013-06-04sh-pfc: r8a7740: Add CEU pin groups and functionsLaurent Pinchart1-0/+124
2013-06-04sh-pfc: r8a7740: Add GETHER pin groups and functionsLaurent Pinchart1-0/+82
2013-06-04sh-pfc: r8a7740: Add BSC pin groups and functionsLaurent Pinchart1-0/+155
2013-06-04sh-pfc: r8a7740: Declare missing INTC functionLaurent Pinchart1-0/+1
2013-06-04sh-pfc: r8a7740: Add SCIF pin groups and functionsLaurent Pinchart1-0/+346
2013-06-04sh-pfc: r8a7740: Add SCIFA1 data groupBastian Hecht1-0/+14
2013-06-04sh-pfc: Add entries for INTC external IRQsBastian Hecht1-0/+174
2013-04-02Merge branch 'soc' into pinmux-baseSimon Horman1-32/+32
2013-04-02ARM: shmobile: r8a7740: Migrate from INTC to GICBastian Hecht1-32/+32
2013-03-15sh-pfc: r8a7740: Remove SDHI and MMCIF function GPIOSLaurent Pinchart1-35/+0
2013-03-15sh-pfc: r8a7740: Remove LCD0 and LCD1 function GPIOSLaurent Pinchart1-37/+0
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: Constify all SoC dataLaurent Pinchart1-6/+6
2013-03-15sh-pfc: Look up IRQ table entries by GPIO numberLaurent Pinchart1-32/+32
2013-03-15sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pinLaurent Pinchart1-1/+1
2013-03-15sh-pfc: Split pins and functions definition tablesLaurent Pinchart1-6/+9
2013-03-15sh-pfc: Remove unused sh_pfc_soc_info reserved_id fieldLaurent Pinchart1-1/+0
2013-03-15sh-pfc: Replace SoC info data and mark ranges with a number of pinsLaurent Pinchart1-4/+1
2013-03-15sh-pfc: Replace first_gpio and last_gpio with nr_gpiosLaurent Pinchart1-3/+2
2013-01-25sh-pfc: Move sh_pfc.h from include/linux/ to driver directoryLaurent Pinchart1-1/+2