mfd: dbx500/abx500: root out hardcoded IRQ assignments
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 3 Feb 2014 23:35:56 +0000 (00:35 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 4 Mar 2014 00:58:11 +0000 (08:58 +0800)
commitf864c46aae4cb6aed09e98615c427fcc4f1de104
treee99dfede3907fff672ba55400ede7ab61868c406
parent8cc0071556c18bf3dc036a33fa989d0ebe537e33
mfd: dbx500/abx500: root out hardcoded IRQ assignments

The DBx500 and ABx500 should be getting their IRQs from the
device tree and nowhere else. Get rid of all the static assignments
everywhere, delete it from the driver, platform data and the
board files in one swift strike.

Lots of cross-dependencies in the MFD drivers for PRCMU and
AB8500 makes it necessary to strike everywhere at once to
eradicate IRQs passed as resources and platform data to the left
and right around the platform.

Cc: Mark Brown <broonie@kernel.org>
Cc: Samuel Ortiz <sameo@linux.intel.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ux500/board-mop500-audio.c
arch/arm/mach-ux500/cpu-db8500.c
arch/arm/mach-ux500/irqs-board-mop500.h [deleted file]
arch/arm/mach-ux500/irqs-db8500.h [deleted file]
arch/arm/mach-ux500/irqs.h [deleted file]
drivers/mfd/ab8500-core.c
drivers/mfd/db8500-prcmu.c
include/linux/mfd/abx500/ab8500.h
include/linux/mfd/dbx500-prcmu.h