From: Linus Walleij Date: Mon, 3 Feb 2014 23:35:56 +0000 (+0100) Subject: mfd: dbx500/abx500: root out hardcoded IRQ assignments X-Git-Tag: v3.15-rc1~77^2~28^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f864c46aae4cb6aed09e98615c427fcc4f1de104;p=pandora-kernel.git 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 Cc: Samuel Ortiz Acked-by: Lee Jones Signed-off-by: Linus Walleij --- Reading git-diff-tree failed