Searched hist:f1d11f394f6e3fc0368e72244fb5ddc4142e804b (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/mfd/ |
H A D | ab8500-core.c | diff f1d11f394f6e3fc0368e72244fb5ddc4142e804b Thu Oct 18 11:18:44 CDT 2012 Linus Walleij <linus.walleij@linaro.org> mfd/ab8500-core: use irq_domain_add_simple()
To be able to use SPARSE_IRQ while yet not using device tree, we need to use irq_domain_add_simple() that will allocate descriptors for the IRQs in the non-DT case, and fall back to using the linear irqdomain in the DT case.
Cc: Lee Jones <lee.jones@linaro.org> Cc: Samuel Ortiz <sameo@linux.intel.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|