summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | sh-pfc: r8a73a4: Support sparse GPIO numbersMagnus Damm2013-04-031-1/+1
| * | sh-pfc: Add r8a73a4 pinmux supportMagnus Damm2013-04-031-0/+918
| * | ARM: shmobile: r8a7779: Remove all GPIOsLaurent Pinchart2013-04-021-317/+0
| * | Merge branch 'soc' into pinmux-baseSimon Horman2013-04-0210-62/+139
| |\ \ | | |/
| | * ARM: shmobile: r8a7790 PFC supportMagnus Damm2013-04-021-0/+1
| | * ARM: shmobile: Initial r8a7790 SoC supportMagnus Damm2013-04-021-0/+7
| | * ARM: shmobile: r8a7779: move global functions to r8a7779.hKuninori Morimoto2013-04-022-14/+13
| | * ARM: shmobile: r8a7740: move global functions to r8a7740.hKuninori Morimoto2013-04-022-9/+9
| | * ARM: shmobile: sh73a0: move global functions to sh73a0.hKuninori Morimoto2013-04-022-16/+15
| | * ARM: shmobile: sh7372: move global functions to sh7372.hKuninori Morimoto2013-04-022-15/+12
| | * ARM: shmobile: add struct clk_ratio and fixed ratio clock macroKuninori Morimoto2013-04-021-0/+39
| | * ARM: shmobile: add R8A7778 basis supportKuninori Morimoto2013-04-021-0/+28
| | * ARM: shmobile: r8a73a4 PFC supportMagnus Damm2013-04-021-0/+1
| | * ARM: shmobile: Initial r8a73a4 SoC support V3Magnus Damm2013-04-021-0/+7
* | | Merge tag 'renesas-pinctrl-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-05-044-505/+285
|\ \ \ | |/ /
| * | ARM: shmobile: r8a7779: Remove INTC function GPIOsLaurent Pinchart2013-03-151-8/+8
| * | ARM: shmobile: r8a7779: Remove LBSC function GPIOsLaurent Pinchart2013-03-151-8/+6
| * | ARM: shmobile: r8a7779: Remove USB function GPIOsLaurent Pinchart2013-03-151-4/+4
| * | ARM: shmobile: r8a7779: Remove HSPI function GPIOsLaurent Pinchart2013-03-151-26/+26
| * | ARM: shmobile: r8a7779: Remove SCIF function GPIOsLaurent Pinchart2013-03-151-73/+71
| * | ARM: shmobile: r8a7779: Remove SDHI and MMCIF function GPIOsLaurent Pinchart2013-03-151-52/+52
| * | ARM: shmobile: r8a7779: Remove DU function GPIOsLaurent Pinchart2013-03-151-44/+44
| * | ARM: shmobile: r8a7779: Remove DU1_DOTCLKOUT1 GPIOLaurent Pinchart2013-03-151-1/+1
| * | ARM: shmobile: r8a7740: Remove SDHI and MMCIF function GPIOsLaurent Pinchart2013-03-151-35/+0
| * | ARM: shmobile: r8a7740: Remove LCD0 and LCD1 function GPIOsLaurent Pinchart2013-03-151-39/+0
| * | ARM: shmobile: sh73a0: Remove IrDA function GPIOsLaurent Pinchart2013-03-151-6/+6
| * | ARM: shmobile: sh73a0: Remove USB function GPIOsLaurent Pinchart2013-03-151-2/+1
| * | ARM: shmobile: sh73a0: Remove BSC function GPIOsLaurent Pinchart2013-03-151-25/+4
| * | ARM: shmobile: sh73a0: Remove KEYSC function GPIOsLaurent Pinchart2013-03-151-29/+24
| * | ARM: shmobile: sh73a0: Remove pull-up function GPIOSLaurent Pinchart2013-03-151-41/+0
| * | ARM: shmobile: sh73a0: Remove FSI function GPIOsLaurent Pinchart2013-03-151-22/+9
| * | ARM: shmobile: sh73a0: Remove I2C function GPIOsLaurent Pinchart2013-03-151-10/+8
| * | ARM: shmobile: sh73a0: Remove SCIFA and SCIFB function GPIOsLaurent Pinchart2013-03-151-53/+37
| * | ARM: shmobile: sh73a0: Remove LCDC and LCDC2 function GPIOsLaurent Pinchart2013-03-151-63/+49
| * | ARM: shmobile: sh7372: Remove SDHI and MMCIF function GPIOsLaurent Pinchart2013-03-151-29/+0
| * | ARM: shmobile: sh73a0: Support sparse GPIO numbersGuennadi Liakhovetski2013-03-151-1/+1
* | | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-042-0/+5
|\ \ \ | | |/ | |/|
| * | ARM: shmobile: INTC External IRQ pin driver on r8a7779Magnus Damm2013-03-181-0/+1
| * | ARM: shmobile: irq_pin() for static IRQ pin assignmentMagnus Damm2013-03-181-0/+4
* | | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-05-022-14/+8
|\ \ \ | |/ /
| * | ARM: shmobile: tidyup chip series definition order for r8a7740/r8a7779Kuninori Morimoto2013-03-131-2/+1
| * | ARM: shmobile: add gic_iid macro for ICCIAR / interrupt IDKuninori Morimoto2013-03-131-0/+1
| * | ARM: shmobile: Remove unused hotplug.cMagnus Damm2013-03-131-10/+0
| * | ARM: shmobile: r8a7779: Do not use early devices with DT referenceSimon Horman2013-03-131-1/+1
| * | ARM: shmobile: sh73a0: Do not use early devices with DT referenceSimon Horman2013-03-131-1/+1
| * | ARM: shmobile: Common shmobile_scu_base in headsmp-scu.SMagnus Damm2013-03-131-0/+1
| * | ARM: shmobile: Move headsmp-sh73a0.S to headsmp-scu.SMagnus Damm2013-03-131-1/+1
| * | ARM: mach-shmobile: r8a7779: Minimal setup using DTSimon Horman2013-03-131-0/+2
| * | ARM: mach-shmobile: r8a7779: Allow initialisation of GIC by DTSimon Horman2013-03-131-0/+1
| |/
* | ARM: shmobile: cpuidle: remove shmobile_enter_wfi prototypeDaniel Lezcano2013-04-221-3/+0
|/
OpenPOWER on IntegriCloud