From mboxrd@z Thu Jan 1 00:00:00 1970 From: ldewangan@nvidia.com (Laxman Dewangan) Date: Tue, 3 May 2016 15:37:47 +0530 Subject: [PATCH 1/7] reset: add devm_reset_controller_register API In-Reply-To: <1462099023-11819-2-git-send-email-yamada.masahiro@socionext.com> References: <1462099023-11819-1-git-send-email-yamada.masahiro@socionext.com> <1462099023-11819-2-git-send-email-yamada.masahiro@socionext.com> Message-ID: <57287873.7040504@nvidia.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sunday 01 May 2016 04:06 PM, Masahiro Yamada wrote: > Add a device managed API for reset_controller_register(). > > This helps in reducing code in .remove callbacks and sometimes > dropping .remove callbacks entirely. > > Signed-off-by: Masahiro Yamada > I liked it. Acked-by: Laxman Dewangan From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755968AbcECKUC (ORCPT ); Tue, 3 May 2016 06:20:02 -0400 Received: from hqemgate16.nvidia.com ([216.228.121.65]:8912 "EHLO hqemgate16.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755462AbcECKT7 (ORCPT ); Tue, 3 May 2016 06:19:59 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Tue, 03 May 2016 03:19:23 -0700 Message-ID: <57287873.7040504@nvidia.com> Date: Tue, 3 May 2016 15:37:47 +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: Masahiro Yamada , Philipp Zabel CC: , , Stephen Boyd , Jonathan Corbet , Subject: Re: [PATCH 1/7] reset: add devm_reset_controller_register API References: <1462099023-11819-1-git-send-email-yamada.masahiro@socionext.com> <1462099023-11819-2-git-send-email-yamada.masahiro@socionext.com> In-Reply-To: <1462099023-11819-2-git-send-email-yamada.masahiro@socionext.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="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sunday 01 May 2016 04:06 PM, Masahiro Yamada wrote: > Add a device managed API for reset_controller_register(). > > This helps in reducing code in .remove callbacks and sometimes > dropping .remove callbacks entirely. > > Signed-off-by: Masahiro Yamada > I liked it. Acked-by: Laxman Dewangan