linux/arch/arm/plat-s5p
Marek Szyprowski 1131379b48 ARM: SAMSUNGy: fix broken timer irq base
Timer interrupts range was defined as 43-47, what overlaps with VIC0 range
(32-64). This was caused probably by a typo while the common interrupts
definition was refactored. This patch moves timer interrupt range to safe
area of 11-15 (just before uart range).

This fixes the commit 87aef30eb3
("ARM: S5P: Change S5P_TIMER_IRQ based to 11 for SAMSUNG S5P series.")
which meant to move these into the old (and previously reserved)
ISA space.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
[ben-linux@fluff.org: update description]
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
2010-05-19 18:01:25 +09:00
..
include/plat ARM: SAMSUNGy: fix broken timer irq base 2010-05-19 18:01:25 +09:00
clock.c ARM: S5PV210: Add clock support for S5PV210 2010-02-24 22:47:22 +00:00
cpu.c ARM: S5PV210: Add Samsung S5PV210 CPU support 2010-02-24 22:47:21 +00:00
dev-uart.c ARM: S5P6442: Add serial port support 2010-02-24 01:52:19 +00:00
irq.c ARM: S5P6442: Add IRQ support 2010-02-24 01:52:16 +00:00
Kconfig ARM: S5PV210: Update Kconfig and Makefiles 2010-02-24 22:47:23 +00:00
Makefile ARM: S5P6440: Move CPU specific code in plat-s5p to machine directory 2010-01-27 09:50:11 +09:00
setup-i2c0.c ARM: S5P6440: Add new CPU initialization support 2010-01-15 19:16:08 +09:00