From: Arnd Bergmann Date: Thu, 21 Mar 2013 21:51:07 +0000 (+0100) Subject: ARM: ux500: split out prcmu initialization X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~31^2~60^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55b175d7e6327939df82592ef279c534da323354;p=pandora-kernel.git ARM: ux500: split out prcmu initialization This untangles the final bits of the prcmu code from the platform code: * The IRQ_PRCMU_* definitions move from irqs-db8500.h into prcmu.c because they are only of local significance. * u8500_thsens_device goes into the prcmu, because it uses a PRCMU IRQ that the platform does not see. * IRQ_DB8500_AB8500 and IRQ_PRCMU_BASE go into the platform data because the PRCMU does not see it. Acked-by: Samuel Ortiz Signed-off-by: Arnd Bergmann [Fixed a oneliner bug] Signed-off-by: Linus Walleij --- Reading git-diff-tree failed