From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756091AbcECOUu (ORCPT ); Tue, 3 May 2016 10:20:50 -0400 Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:60445 "EHLO metis.ext.4.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756048AbcECOUt (ORCPT ); Tue, 3 May 2016 10:20:49 -0400 Message-ID: <1462285242.3617.74.camel@pengutronix.de> Subject: Re: [PATCH 1/7] reset: add devm_reset_controller_register API From: Philipp Zabel To: Masahiro Yamada Cc: Jonathan Corbet , linux-doc@vger.kernel.org, Stephen Boyd , Linux Kernel Mailing List , Laxman Dewangan , linux-arm-kernel Date: Tue, 03 May 2016 16:20:42 +0200 In-Reply-To: References: <1462099023-11819-1-git-send-email-yamada.masahiro@socionext.com> <1462099023-11819-2-git-send-email-yamada.masahiro@socionext.com> <1462270670.3617.49.camel@pengutronix.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.9-1+b1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 2001:67c:670:100:96de:80ff:fec2:9969 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Dienstag, den 03.05.2016, 20:41 +0900 schrieb Masahiro Yamada: > 2016-05-03 19:26 GMT+09:00 Masahiro Yamada : > > 2016-05-03 19:17 GMT+09:00 Philipp Zabel : > >> Hi Masahiro, > >> > >> Am Sonntag, den 01.05.2016, 19:36 +0900 schrieb Masahiro Yamada: > >>> 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 > >> > >> Thank you for these patches. Except for the issue with the lpc18xx patch > >> they all look good to me. > >> If you don't mind, I'll drop the lpc18xx patch for now and apply the > >> others. > >> > > > > It is OK with me, but I do not understand what is the problem. > > > > Could you answer my question in the 3/7 thread? > > Now I am convinced. > > I leave 3/7 to your decision. Ok, I applied all but 3/7 to my reset/next branch. thanks Philipp