summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-06-05sh-pfc: r8a7778: Fix outdated GPIO_FN commentsLaurent Pinchart1-13/+13
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: sh7372: Add bias (pull-up/down) pinconf supportLaurent Pinchart1-130/+211
2013-06-04sh-pfc: sh7372: Remove function GPIOsLaurent Pinchart1-247/+0
2013-06-04sh-pfc: sh7372: Replace GPIO_PORTx enum with GPIO port numbersLaurent Pinchart1-32/+39
2013-06-04sh-pfc: sh7372: Add USB pin groups and functionsLaurent Pinchart1-0/+82
2013-06-04sh-pfc: sh7372: Add SCIF pin groups and functionsLaurent Pinchart1-0/+197
2013-06-04sh-pfc: sh7372: Add LCDC pin groups and functionsLaurent Pinchart1-0/+121
2013-06-04sh-pfc: sh7372: Add KEYSC pin groups and functionsLaurent Pinchart1-0/+91
2013-06-04sh-pfc: sh7372: Add INTC pin groups and functionsLaurent Pinchart1-0/+161
2013-06-04sh-pfc: sh7372: Add HDMI pin groups and functionsLaurent Pinchart1-0/+14
2013-06-04sh-pfc: sh7372: Add FSI pin groups and functionsLaurent Pinchart1-0/+91
2013-06-04sh-pfc: sh7372: Add FLCTL pin groups and functionsLaurent Pinchart1-0/+44
2013-06-04sh-pfc: sh7372: Add CEU pin groups and functionsLaurent Pinchart1-0/+70
2013-06-04sh-pfc: sh7372: Add BSC pin groups and functionsLaurent Pinchart1-0/+124
2013-06-04sh-pfc: r8a7778: add SDHI supportKuninori Morimoto1-0/+141
2013-06-04sh-pfc: r8a7778: add common PFC macro helperKuninori Morimoto1-8/+18
2013-06-04sh-pfc: r8a7779: add VIN pin groupsVladimir Barinov1-1/+146
2013-06-04sh-pfc: r8a7779: use RCAR_GP_PIN() on _GP_GPIO() macroKuninori Morimoto1-1/+1
2013-06-04sh-pfc: r8a7779: Replace hardcoded pin numbers with RCAR_GP_PIN macroLaurent Pinchart1-133/+167
2013-06-04sh-pfc: r8a7740: Add SCIFA1 data groupBastian Hecht1-0/+14
2013-06-04sh-pfc: Add r8a7778 pinmux supportKuninori Morimoto5-0/+2379
2013-06-04sh-pfc: r8a7790: Don't use GPIO enum entriesLaurent Pinchart1-30/+60
2013-06-04sh-pfc: r8a7790: Remove function GPIOsLaurent Pinchart1-350/+0
2013-06-04sh-pfc: r8a7790: Remove GPIO dataLaurent Pinchart1-132/+1
2013-06-04sh-pfc: r8a7790: Add SCIF, SCIFA and SCIFB pin groups and functionsLaurent Pinchart1-0/+617
2013-06-04sh-pfc: r8a7790: Add INTC pin groups and functionsLaurent Pinchart1-0/+40
2013-06-04sh-pfc: r8a7790: Add ETH pin groups and functionsLaurent Pinchart1-0/+58
2013-06-04sh-pfc: Remove dependency on GPIOLIBLaurent Pinchart3-3/+2
2013-06-04sh-pfc: Add entries for INTC external IRQsBastian Hecht1-0/+174
2013-06-04sh-pfc: Initial r8a7790 PFC supportKoji Matsuoka5-0/+3248
2013-06-04gpio-rcar: Add support for IRQ_TYPE_EDGE_BOTHSimon Horman1-5/+21
2013-06-04gpio-rcar: R-Car GPIO IRQ share interruptKuninori Morimoto1-1/+1