From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753395AbcITHaX (ORCPT ); Tue, 20 Sep 2016 03:30:23 -0400 Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:48527 "EHLO metis.ext.4.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753312AbcITHaV (ORCPT ); Tue, 20 Sep 2016 03:30:21 -0400 Message-ID: <1474356608.4030.7.camel@pengutronix.de> Subject: Re: [PATCH] ARM: uniphier: select ARCH_HAS_RESET_CONTROLLER From: Philipp Zabel To: Masahiro Yamada Cc: linux-arm-kernel@lists.infradead.org, Arnd Bergmann , Russell King , linux-kernel@vger.kernel.org Date: Tue, 20 Sep 2016 09:30:08 +0200 In-Reply-To: <1474346599-29925-1-git-send-email-yamada.masahiro@socionext.com> References: <1474346599-29925-1-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 Dienstag, den 20.09.2016, 13:43 +0900 schrieb Masahiro Yamada: > The UniPhier reset driver (drivers/reset/reset-uniphier.c) has been > merged. Select ARCH_HAS_RESET_CONTROLLER from the SoC Kconfig. > > Signed-off-by: Masahiro Yamada > --- > > Philipp, > > IIRC, you mentioned that you were planning to consolidate the double > gurad by CONFIG_RESET_CONTROLLER and CONFIG_ARCH_HAS_RESET_CONTROLLER. > > I have not seen it in the ML, so I am sending this. > > Please let me know if you have some updates. I had started to doodle a bit, see git fetch git://git.pengutronix.de/git/pza/linux.git refs/heads/reset/kconfig but I haven't found time for cleanup and testing. regards Philipp