Here we apply some fixes to the way the AB8500 handles IRQs and provide the DB8500 with an IRQ domain. We also handle hwirq to virq conversion slightly differently when registering MFD devices. The other changes pertain to the way IRQs are requested and dealt with by AB8500 child devices.
arch/arm/boot/dts/dbx5x0.dtsi | 3 ++ drivers/input/misc/ab8500-ponkey.c | 4 +-- drivers/mfd/ab8500-core.c | 3 +- drivers/mfd/db8500-prcmu.c | 54 +++++++++++++++++++++++++++--------- drivers/mfd/mfd-core.c | 2 +- include/linux/mfd/db8500-prcmu.h | 2 ++ include/linux/of_irq.h | 5 ++++ kernel/irq/irqdomain.c | 7 +++++ 8 files changed, 63 insertions(+), 17 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

