From: Felipe Balbi <hidden> Date: 2011-02-02 16:32:17
The following two patches are simple fixes,
the first one fixes a mistake on a previous
commit and the second one lets OMAP use sparse
IRQ numbering scheme.
Boot tested on pandaboard. Note that this is a
rebased version of older patchset [1] which was
resent later [2] but nobody took action on those.
Andrew, would you take care of these two patches
for me provided Tony and Russell are ok with them ?
[1] http://marc.info/?l=linux-omap&m=129414258508740&w=2
[2] http://marc.info/?l=linux-omap&m=129550582206489&w=2
Felipe Balbi (2):
arm: Kconfig: select correct HAVE_SPARSE_IRQ symbol
arm: Kconfig: allow OMAP to use sparse IRQ numbering
arch/arm/Kconfig | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
--
1.7.4.rc2
From: Felipe Balbi <hidden> Date: 2011-02-02 16:32:22
commit e2a93ecc7fc469dab52323c11a2d8ceaa62aac7b
(ARM: Use genirq definitions from kernel/irq/Kconfig)
made ARM Kconfig use the generic Kconfig symbols from
kernel/irq/Kconfig but did not fix the boards which
were using the older symbols, fix them.
Signed-off-by: Felipe Balbi <redacted>
---
arch/arm/Kconfig | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
From: Felipe Balbi <hidden> Date: 2011-02-02 16:32:25
Select HAVE_SPARSE_IRQ to allow OMAP to use
sparse IRQ numbering scheme. The main difference
is that irq_descs will be added to a radix tree
instead of a static array.
Signed-off-by: Felipe Balbi <redacted>
---
arch/arm/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
From: Tony Lindgren <tony@atomide.com> Date: 2011-02-02 20:20:41
* Felipe Balbi [off-list ref] [110202 08:31]:
Select HAVE_SPARSE_IRQ to allow OMAP to use
sparse IRQ numbering scheme. The main difference
is that irq_descs will be added to a radix tree
instead of a static array.
Signed-off-by: Felipe Balbi <redacted>
Assuming these two will go through Russell's tree:
Acked-by: Tony Lindgren <tony@atomide.com>