Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: shmobile: Remove include <mach/hardware.h> | Magnus Damm | 2013-07-24 | 1 | -4/+0 |
| | | | | | | | Now when no one is using this file, remove <mach/hardware.h>. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au> | ||||
* | ARM: mach-shmobile: Rely on run-time IRQ handlers | Magnus Damm | 2011-01-07 | 1 | -3/+0 |
| | | | | | | | | | Remove now unused IRQ demux code. All R-Mobile and SH-Mobile processors should register IRQ demux handlers during run-time. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org> | ||||
* | ARM: mach-shmobile: SH-Mobile G3 support. | Magnus Damm | 2010-02-08 | 1 | -0/+7 |
This adds preliminary support for the SH-Mobile G-series. The SH-Mobile G-series is a series of ARM/SH multi-core CPUs that aside from the ARM MPU are primarily composed of existing SH IP blocks. This includes initial support for the SH7367 (SH-Mobile G3) CPU and the G3EVM reference board. Only timer, serial console, and NOR flash are supported at this point. Patches for the interrupt controller, pinmux support, clock framework and runtime pm will be submitted as feature patches on top of this. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org> |