ARM: S3C24XX: integrate special s3c2412 eint handling
From: Heiko Stuebner <heiko@...> Date: Mon, 11 Feb 2013 23:55:29 +0100
This series is meant to go on top of the recent basic integration of the s3c2412, s3c2440 and s3c2442 and implements the last necessary change by making the overrides of the eints 0 to 3 on the s3c2412 unnecessary. After this everything is handled using the new structure. Heiko Stuebner (3): ARM: S3C24XX: include first 4 bits of the eint register in irq mapping ARM: S3C24XX: add soc_is_s3c2412 option ARM: S3C24XX: handle s3c2412 eints using new infrastructure arch/arm/mach-s3c24xx/include/mach/irqs.h | 58 +++++++------ arch/arm/mach-s3c24xx/irq.c | 127 +++++++++-------------------- arch/arm/plat-samsung/include/plat/cpu.h | 10 +++ drivers/gpio/gpio-samsung.c | 5 +- 4 files changed, 83 insertions(+), 117 deletions(-) -- 1.7.2.3
Patches in this set
- [0001] ARM: S3C24XX: include first 4 bits of the eint register in irq mapping (raw)
- [0002] ARM: S3C24XX: add soc_is_s3c2412 option (raw)
- [0003] ARM: S3C24XX: handle s3c2412 eints using new infrastructure (raw)
Statistics
- 3 individual patches
- 83 lines added
- 117 lines removed