ARM: S5P: Fix the platform external interrupt issues.
authorPannaga Bhushan <p.bhushan@samsung.com>
Mon, 24 May 2010 06:08:31 +0000 (15:08 +0900)
committerBen Dooks <ben-linux@fluff.org>
Wed, 26 May 2010 10:09:50 +0000 (19:09 +0900)
commit5fae405838527c136a920eb7b9a2edfc5d2b6198
tree5d5bdf81c15d383c67632552d0a1f10efd31ee7c
parentb1cdc4670b9508fcd47a15fbd12f70d269880b37
ARM: S5P: Fix the platform external interrupt issues.

This patch does the following:

1. Corrects the common platform code for external interrupts for using the
   VIC mask/unmask bits also.
2. Moves the common defines related to external interrupt for plat-s5p
   to common files.
3. Based on the new common defines, corresponding changes are made in the
   affected platforms (S5P6440, S5P6442 and S5PC100).

Signed-off-by: Pannaga Bhushan <p.bhushan@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s5p6440/include/mach/irqs.h
arch/arm/mach-s5p6442/include/mach/irqs.h
arch/arm/mach-s5pc100/include/mach/irqs.h
arch/arm/mach-s5pv210/include/mach/irqs.h
arch/arm/mach-s5pv210/include/mach/regs-gpio.h
arch/arm/plat-s5p/Kconfig
arch/arm/plat-s5p/include/plat/irqs.h
arch/arm/plat-s5p/irq-eint.c