Re: [PATCH 0/7] mfd: Use devm_mfd_add_devices and devm_regmap_add_irq_chip

From: Laxman Dewangan
Date: Mon Apr 25 2016 - 09:04:19 EST



On Monday 25 April 2016 04:26 PM, Krzysztof Kozlowski wrote:
On 04/21/2016 02:25 PM, Laxman Dewangan wrote:
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.
Please compile it also on ARMv7. The changes look trivial but one
compilation without testing might not be sufficient.
Sure. Thank you very much for testing.

I did build test with the ARMv7 for all patches and testing on actual platform with Jetson-TX1 platform + max77620 which have similar change with bind/unbind. This is what I learn from you for testing the remove callback/unbinding without making =m on RTC patches and this really helps me on my lots of testing.