]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip: s3c24xx: fix irqlist of second s3c2416 controller
authorHeiko Stuebner <heiko@sntech.de>
Thu, 4 Apr 2013 05:53:41 +0000 (14:53 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 4 Apr 2013 05:56:02 +0000 (14:56 +0900)
commit34e92a8cc19c886a6adb14cfb9d64fd7d600f577
tree19083ba4896b7ad2eb53c4a9cdc1b5005d30c391
parent80bfe7f59167c197e7ac5a5a4ef5973f979df7db
irqchip: s3c24xx: fix irqlist of second s3c2416 controller

The list in used was from the s3c2450, a close cousin of the s3c2416.
As it's not possible to distinguish between the s3c2416 and s3c2450
the additional interrupts of the s3c2450 will only be available thru
devicetree later.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
drivers/irqchip/irq-s3c24xx.c