This series is an effort to reduce the code in error path and need of remove callback by using the devm_mfd_add_devices() and devm_regmap_add_irq_chip() or devm_request_threaded_irq APIs for interrupt support. This is tested with build and comiplation only with arm64 defconfig and enabling the required MFD CONFIGs. Laxman Dewangan (7): mfd: as3722: Use devm_mfd_add_devices and devm_regmap_add_irq_chip mfd: lp8788: Use devm_mfd_add_devices and devm_regmap_add_irq_chip mfd: max77686: Use devm_mfd_add_devices and devm_regmap_add_irq_chip mfd: rc5t583: Use devm_mfd_add_devices and devm_request_threaded_irq mfd: sec: Use devm_mfd_add_devices and devm_regmap_add_irq_chip mfd: tps65910: Use devm_mfd_add_devices and devm_regmap_add_irq_chip mfd: wl1273-core: Use devm_mfd_add_devices() for mfd_device registration drivers/mfd/as3722.c | 31 +++++++++---------------------- drivers/mfd/lp8788-irq.c | 12 +++--------- drivers/mfd/lp8788.c | 10 ---------- drivers/mfd/max77686.c | 31 ++++++++----------------------- drivers/mfd/rc5t583-irq.c | 11 ++--------- drivers/mfd/rc5t583.c | 24 +++--------------------- drivers/mfd/sec-core.c | 20 +++----------------- drivers/mfd/sec-irq.c | 14 +++++--------- drivers/mfd/tps65910.c | 25 ++++--------------------- drivers/mfd/wl1273-core.c | 14 ++------------ 10 files changed, 39 insertions(+), 153 deletions(-) -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html