From: Arnd Bergmann Date: Wed, 10 Apr 2013 13:17:47 +0000 (+0200) Subject: irqchip: exynos: pass max combiner number to combiner_init X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~6^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6761dcfe8c42b55076753bc8bea7b5dcbfb445c0;p=pandora-kernel.git irqchip: exynos: pass max combiner number to combiner_init We can find out the number of combined IRQs from the device tree, but in case of ATAGS boot, the driver currently uses hardcoded values based on the SoC type. We can't do that in general for a multiplatform kernel, so let's instead pass this information from platform code directly in case of ATAGS boot. Signed-off-by: Arnd Bergmann Cc: Thomas Gleixner --- Reading git-diff-tree failed