From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932993AbcECKS0 (ORCPT ); Tue, 3 May 2016 06:18:26 -0400 Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:45708 "EHLO metis.ext.4.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932688AbcECKSE (ORCPT ); Tue, 3 May 2016 06:18:04 -0400 Message-ID: <1462270670.3617.49.camel@pengutronix.de> Subject: Re: [PATCH 1/7] reset: add devm_reset_controller_register API From: Philipp Zabel To: Masahiro Yamada Cc: linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, Stephen Boyd , Jonathan Corbet , linux-kernel@vger.kernel.org, Laxman Dewangan Date: Tue, 03 May 2016 12:17:50 +0200 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> 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 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. regards Philipp