commit | 6761dcfe8c42b55076753bc8bea7b5dcbfb445c0 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Wed Apr 10 15:17:47 2013 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Apr 19 23:00:40 2013 +0200 |
tree | 1fff09aea689b937c15ac5f6178d173ac3f062c5 | |
parent | 30269ddff13f417677a27e37086c97a57f1cf2da [diff] |
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 <arnd@arndb.de> Cc: Thomas Gleixner <tglx@linutronix.de>