]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP2+: board-omap4-*: Do not use anymore TWL6030_IRQ_BASE in board files
authorBenoit Cousson <b-cousson@ti.com>
Fri, 2 Mar 2012 15:20:01 +0000 (16:20 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 22 Mar 2012 12:02:51 +0000 (13:02 +0100)
commitdb353fdfe7c07ca4d24988d5da5fb518eb11bc83
tree51549f9c8611754de79b0a265cea2bb257942a64
parent6fe3090e6cf6ddc1faf5fe6d339bc75cd2d53a2c
ARM: OMAP2+: board-omap4-*: Do not use anymore TWL6030_IRQ_BASE in board files

With the introduction of dynamically allocated IRQ in the twl6030 driver,
the board files can no longer rely of static IRQ defines like before.

Retrieve the value dynamically allocated from the mmc -> twl6030 init
callback.

Note: The Panda board does not seems to use the card detect IRQ.

Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
arch/arm/mach-omap2/board-4430sdp.c
arch/arm/mach-omap2/board-omap4panda.c