]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: OMAP1: Change interrupt numbering for sparse IRQ
authorTony Lindgren <tony@atomide.com>
Wed, 20 May 2015 16:01:21 +0000 (09:01 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 20 May 2015 16:01:21 +0000 (09:01 -0700)
commit685e2d08c54b1a1bf31bbe6562f06db089d31c7b
tree5076e95abb7ebdf6c23dc44a446c49d14dc404b9
parentb694331cfb2ec3bc2225a0ea9fddbb7e24d81c37
ARM: OMAP1: Change interrupt numbering for sparse IRQ

Change interrupt numbering for sparse IRQ. We do this using
a fixed offset until we can drop irqs.h once all it's users
have been updated.

Note that this depends on the GPIO fix for the MPUIO IRQs
"gpio: omap: Fix regression for MPUIO interrupts".

Also note that this patch adds some extra irq alloc warnings
that will go away when we stop calling irq_alloc_descs
in gpio-omap.c with a follow-up patch.

Cc: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/Kconfig
arch/arm/mach-omap1/ams-delta-fiq-handler.S
arch/arm/mach-omap1/dma.c
arch/arm/mach-omap1/i2c.c
arch/arm/mach-omap1/include/mach/irqs.h
arch/arm/mach-omap1/include/mach/soc.h
arch/arm/mach-omap1/irq.c
arch/arm/mach-omap1/timer.c
arch/arm/plat-omap/dma.c