From: Arnd Bergmann Date: Fri, 12 Apr 2013 13:27:09 +0000 (+0200) Subject: irqchip: exynos: pass irq_base from platform X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~6^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=863a08dc8bc7ce32ecc9136671610a93a0dd68b1;p=pandora-kernel.git irqchip: exynos: pass irq_base from platform The platform code knows the IRQ base, while the irqchip driver should really not. This is a littly hacky because we still hardwire the IRQ base to 160 for the combiner in the DT case, when we should really use -1. Removing that line will cause a linear IRQ domain to be use, as we should. Signed-off-by: Arnd Bergmann Cc: Thomas Gleixner --- Reading git-diff-tree failed