From: Janusz Krzysztofik Date: Mon, 30 Apr 2012 17:26:09 +0000 (+0200) Subject: ARM: OMAP1: Amstrad Delta: Fix wrong IRQ base in FIQ handler X-Git-Tag: omap-fixes-for-v3.4-rc6-take-2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6392bd5b11d694a5d563d2ad1d88137d2cde036;p=pandora-kernel.git ARM: OMAP1: Amstrad Delta: Fix wrong IRQ base in FIQ handler Commit 384ebe1c2849160d040df3e68634ec506f13d9ff, "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 25db711df3258d125dc1209800317e5c0ef3c870, "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 Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed