summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile (follow)
Commit message (Expand)AuthorAgeFilesLines
* fbdev: sh_mobile_lcdc: Support FOURCC-based format APILaurent Pinchart2011-12-193-5/+5
* Merge commit 'v3.2-rc6' into fbdev-nextFlorian Tobias Schandinat2011-12-171-7/+26
|\
| * Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-11-201-7/+26
| |\
| | * PM / shmobile: Fix build of sh7372_pm_init() for CONFIG_PM unsetRafael J. Wysocki2011-11-171-5/+14
| | * PM / shmobile: Avoid restoring the INTCS state during initializationRafael J. Wysocki2011-11-141-4/+8
| | * ARM: mach-shmobile: sh7372 A3SP no_suspend_console fixMagnus Damm2011-11-101-0/+6
| | * PM / shmobile: Don't skip debugging output in pd_power_up()Guennadi Liakhovetski2011-11-101-2/+2
* | | fbdev: sh_mipi_dsi: add HSxxCLK supportKuninori Morimoto2011-11-222-3/+5
* | | fbdev: sh_mipi_dsi: add set_dot_clock() for each platformKuninori Morimoto2011-11-222-5/+56
* | | fbdev: sh_mipi_dsi: add sync_pulses/sync_events/burst modeKuninori Morimoto2011-11-222-1/+3
* | | fbdev: sh_mipi_dsi: add lane control supportKuninori Morimoto2011-11-222-0/+2
* | | fbdev: sh_mipi_dsi: tidyup dsip_clkKuninori Morimoto2011-11-222-4/+4
|/ /
* | Merge branch 'rmobile-fixes-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2011-11-1412-523/+324
|\ \
| * | ARM: mach-shmobile: cpuidle single/global and last_state fixesMagnus Damm2011-11-113-40/+30
| * | ARM: mach-shmobile: move helper macro PORTCR to sh_pfc.hKuninori Morimoto2011-11-114-61/+0
| * | ARM: mach-shmobile: move helper macro PORT_xx to sh_pfc.hKuninori Morimoto2011-11-114-197/+117
| * | ARM: mach-shmobile: move helper macro PORT_DATA_xx to sh_pfc.hKuninori Morimoto2011-11-114-212/+115
| * | ARM: mach-shmobile: ap4evb: remove white space from end of lineKuninori Morimoto2011-11-111-1/+1
| * | ARM: mach-shmobile: clock-sh7372: remove un-necessary indexKuninori Morimoto2011-11-111-4/+4
| * | ARM: mach-shmobile: kota2: add comment out separatorKuninori Morimoto2011-11-111-0/+7
| * | ARM: mach-shmobile: sh73a0: add MMC data pin pull-upKuninori Morimoto2011-11-113-8/+50
| |/
* / drivers: sh: Generalize runtime PM platform stub.Paul Mundt2011-11-112-68/+1
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\
| * arm: Add export.h to ARM specific files as required.Paul Gortmaker2011-11-011-0/+1
* | Merge branch 'rmobile-latest' of git://github.com/pmundt/linux-shLinus Torvalds2011-11-0714-197/+1062
|\ \
| * | ARM: mach-shmobile: ag5evm needs CONFIG_I2CGuennadi Liakhovetski2011-11-041-0/+1
| * | ARM: mach-shmobile: sh73a0 and AG5EVM PINT supportMagnus Damm2011-11-043-15/+71
| * | ARM: mach-shmobile: Add support for PINT though INTC macrosMagnus Damm2011-11-041-0/+51
| * | ARM: mach-shmobile: SDHI0 GPIO hotplug for AG5EVMMagnus Damm2011-11-041-0/+19
| * | ARM: mach-shmobile: Use common INTC IRQ code on sh73a0Magnus Damm2011-11-042-33/+157
| * | ARM: mach-shmobile: Use common INTC IRQ code on sh7372Magnus Damm2011-11-041-64/+8
| * | ARM: mach-shmobile: Use common INTC IRQ code on sh7377Magnus Damm2011-11-041-61/+6
| * | ARM: mach-shmobile: Use common INTC IRQ code on sh7367Magnus Damm2011-11-041-34/+6
| * | ARM: mach-shmobile: sh73a0 GPIO IRQ supportMagnus Damm2011-11-041-0/+41
| * | ARM: sh7372 ap4evb NOR Flash USB boot fixBastian Hecht2011-11-041-2/+2
| * | ARM: mach-shmobile: sh7372 Mackerel NOR Flash USB boot fixMagnus Damm2011-11-041-2/+2
| * | ARM: mach-shmobile: Break out INTC IRQ codeMagnus Damm2011-11-041-0/+195
| * | Merge branch 'rmobile/kota2' into rmobile-latestPaul Mundt2011-11-044-4/+461
| |\ \
| | * | ARM: mach-shmobile: Kota2 SDHI0 and SDHI1 supportMagnus Damm2011-08-291-0/+93
| | * | ARM: mach-shmobile: Kota2 SCIFA4 and SCIFB supportMagnus Damm2011-08-291-0/+13
| | * | ARM: mach-shmobile: Kota2 MMCIF supportMagnus Damm2011-08-291-0/+49
| | * | ARM: mach-shmobile: Kota2 GPIO LEDs supportMagnus Damm2011-08-291-0/+27
| | * | ARM: mach-shmobile: Kota2 GPIO Keys supportMagnus Damm2011-08-291-0/+32
| | * | ARM: mach-shmobile: Kota2 KEYSC supportMagnus Damm2011-08-291-0/+65
| | * | ARM: mach-shmobile: Kota2 SCIFA2 and SMSC911X supportMagnus Damm2011-08-294-4/+182
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2011-11-0419-296/+455
| |\ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2011-09-053-0/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'rmobile-fixes-for-linus' into rmobile-latestPaul Mundt2011-08-295-9/+173
| |\ \ \ \ \
| * | | | | | ARM: mach-shmobile: sh73a0 PFC pull-up support for SDHI0+2Magnus Damm2011-08-292-15/+75
* | | | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-11-042-4/+5
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |