summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-128-746/+55
|\
| * Merge branch 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/...Olof Johansson2012-11-068-746/+55
| |\
| | * ARM: shmobile: Remove G4EVM machine supportNobuhiro Iwamatsu2012-10-303-393/+1
| | * ARM: shmobile: Remove G3EVM machine supportNobuhiro Iwamatsu2012-10-303-351/+0
| | * ARM: mach-shmobile: Use DT_MACHINE for mackerelNobuhiro Iwamatsu2012-10-302-1/+8
| | * ARM: shmobile: marzen: add HSPI supportKuninori Morimoto2012-10-301-0/+25
| | * ARM: shmobile: armadillo800eva: enable restartKuninori Morimoto2012-10-301-0/+8
| | * ARM: shmobile: kzm9g: enable DMAEngine on SHDI0 and SDHI2Tetsuyuki Kobayashi2012-10-301-0/+4
| | * ARM: shmobile: kzm9g: enable three-axis digital accelerometer ADXL345Tetsuyuki Kobayashi2012-10-301-0/+4
| | * ARM: shmobile: kzm9g: enable magnetometer ak8975.Tetsuyuki Kobayashi2012-10-301-1/+5
* | | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-1227-7059/+204
|\ \ \
| * \ \ Merge branch 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/ren...Arnd Bergmann2012-11-128-95/+64
| |\ \ \
| | * | | ARM: shmobile: add fsi external clock sh7372Kuninori Morimoto2012-11-081-0/+2
| | * | | ARM: shmobile: add fsi external clock on r8a7740Kuninori Morimoto2012-11-081-0/+2
| | * | | ARM: shmobile: r8a7740: add FSI-DVI clocksKuninori Morimoto2012-11-081-0/+16
| | * | | ARM: shmobile: sh7372: use sh_clk_fsidiv_register() for FSI-DIV clocksKuninori Morimoto2012-11-081-84/+10
| | * | | ARM: shmobile: sh7372: sh7372_fsidivX_clk become non-globalKuninori Morimoto2012-11-084-8/+8
| | * | | ARM: shmobile: r8a7779: add USB OHCI clock supportKuninori Morimoto2012-11-071-0/+2
| | * | | ARM: shmobile: r8a7779: add USB EHCI clock supportKuninori Morimoto2012-11-071-0/+5
| | * | | ARM: shmobile: r8a7740: add USB24 clock explainKuninori Morimoto2012-11-071-0/+16
| | * | | ARM: shmobile: r8a7779: PFC rename PENCx -> USB_PENCxKuninori Morimoto2012-11-072-9/+9
| * | | | Merge tag 'calxeda-ecx-2000' of git://sources.calxeda.com/kernel/linux into n...Olof Johansson2012-11-061-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/ren...Olof Johansson2012-11-0621-6964/+140
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | ARM: shmobile: r8a7740: Enable PMUNobuhiro Iwamatsu2012-11-061-0/+16
| | * | | ARM: mach-shmobile: add FLCTL DMA slave definitions for sh7372Bastian Hecht2012-11-062-0/+24
| | * | | ARM: shmobile: r8a7779: add I2C driver supportKuninori Morimoto2012-11-061-0/+77
| | * | | ARM: shmobile: r8a7779: add I2C clock supportKuninori Morimoto2012-11-061-1/+10
| | * | | ARM: shmobile: r8a7779: add HSPI clock supportKuninori Morimoto2012-11-061-0/+5
| | * | | ARM: shmobile: r8a7740: fixup DT machine desc name typoKuninori Morimoto2012-11-061-1/+1
| | * | | ARM: shmobile: r8a7779: Replace modify_scu_cpu_psr with scu_power_modeBastian Hecht2012-11-061-22/+3
| | * | | ARM: shmobile: sh73a0: Replace modify_scu_cpu_psr with scu_power_modeBastian Hecht2012-11-061-21/+2
| | * | | ARM: shmobile: emev2: Replace modify_scu_cpu_psr with scu_power_modeBastian Hecht2012-11-061-20/+2
| | * | | ARM: shmobile: Remove SH7377 supportNobuhiro Iwamatsu2012-11-068-3573/+0
| | * | | ARM: shmobile: Remove SH7367 supportNobuhiro Iwamatsu2012-11-068-3326/+0
| | | |/ | | |/|
* | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-122-12/+0
|\ \ \ \
| * | | | ARM: shmobile: remove obsoleted init_consistent_dma_size()Marek Szyprowski2012-11-132-12/+0
| | |_|/ | |/| |
* | | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-12-111-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | gpio: pcf857x: use client->irq for gpio_to_irq()Kuninori Morimoto2012-12-071-1/+1
| | |/ | |/|
* | | ARM: shmobile: r8a7779: I/O address abuse cleanupKuninori Morimoto2012-10-191-1/+1
| |/ |/|
* | ARM: shmobile: r8a7779: use __iomem pointers for MMIOKuninori Morimoto2012-10-161-11/+11
* | ARM: shmobile: armadillo800eva: __io abuse cleanupKuninori Morimoto2012-10-151-1/+1
|/
* ARM: config: sort select statements alphanumericallyRussell King2012-10-131-21/+21
* ARM: shmobile: mark shmobile_init_late as __initArnd Bergmann2012-10-091-1/+1
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-10-071-1/+1
|\
| *---. Merge branches 'atags', 'cache-l2x0', 'clkdev', 'fixes', 'integrator', 'misc'...Russell King2012-10-046-13/+15
| |\ \ \
| | | | * ARM: 7498/1: mach-shmobile: Use SGI0 to wake secondary CPUsStephen Boyd2012-08-251-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-0218-336/+407
|\ \ \ \
| * \ \ \ Merge branch 'pm-shmobile'Rafael J. Wysocki2012-09-1718-336/+407
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | ARM: shmobile: Add A4S cpuidle state on sh7372Rafael J. Wysocki2012-09-044-12/+50
| | * | | ARM: shmobile: Make sh7372 cpuidle handling more straightforwardRafael J. Wysocki2012-09-043-62/+62