Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932546AbcDYNEQ (ORCPT ); Mon, 25 Apr 2016 09:04:16 -0400 Received: from hqemgate15.nvidia.com ([216.228.121.64]:3422 "EHLO hqemgate15.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932174AbcDYNEP (ORCPT ); Mon, 25 Apr 2016 09:04:15 -0400 X-PGP-Universal: processed; by hqnvupgp07.nvidia.com on Mon, 25 Apr 2016 06:03:49 -0700 Message-ID: <571E1305.6070009@nvidia.com> Date: Mon, 25 Apr 2016 18:22:21 +0530 From: Laxman Dewangan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Krzysztof Kozlowski , , , CC: , , , , Subject: Re: [PATCH 0/7] mfd: Use devm_mfd_add_devices and devm_regmap_add_irq_chip References: <1461241558-26983-1-git-send-email-ldewangan@nvidia.com> <571DF7D9.8050500@samsung.com> In-Reply-To: <571DF7D9.8050500@samsung.com> X-Originating-IP: [10.19.65.30] X-ClientProxiedBy: DRHKMAIL102.nvidia.com (10.25.59.16) To bgmail102.nvidia.com (10.25.59.11) Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 928 Lines: 19 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.