]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP1: Amstrad Delta: Fix wrong IRQ base in FIQ handler
authorJanusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Mon, 30 Apr 2012 17:26:09 +0000 (19:26 +0200)
committerTony Lindgren <tony@atomide.com>
Fri, 4 May 2012 16:53:09 +0000 (09:53 -0700)
commit1e75443ed5b660c1f4553e828b520ebd5cca2102
tree855005238f275cf168e423be49648c629c897355
parent4eef5766f65daf1741a7f346ba2469bd2c376574
ARM: OMAP1: Amstrad Delta: Fix wrong IRQ base in FIQ handler

Commit dcbf17d8a880cb8a7ad96ffcdef1dd5281c977b4, "gpio/omap: Add DT
support to GPIO driver", introduced dynamic IRQ numbering of OMAP GPIO
interrupts, breaking all IH_GPIO_BASE based IRQ number calculations.
This issue was corrected in the OMAP GPIO driver and the related header
file with commit af038dbfa4b53c2ba6450686f4ab28302669381f, "gpio/omap:
Fix IRQ handling for SPARSE_IRQ".

However, the Amstrad Delta FIQ handler, which replaces the gpio-omap
driver in serving GPIO interrupts on this board, still uses that
outdated method. Fix it.

Signed-off-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/ams-delta-fiq.c