From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752005AbbKKR5b (ORCPT ); Wed, 11 Nov 2015 12:57:31 -0500 Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:51685 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751152AbbKKR53 (ORCPT ); Wed, 11 Nov 2015 12:57:29 -0500 Message-ID: <1447264647.7169.2.camel@pengutronix.de> Subject: Re: [PATCH] reset: remove redundant $(CONFIG_RESET_CONTROLLER) from Makefile From: Philipp Zabel To: Masahiro Yamada Cc: Linux Kernel Mailing List Date: Wed, 11 Nov 2015 18:57:27 +0100 In-Reply-To: References: <1446711452-14665-1-git-send-email-yamada.masahiro@socionext.com> <1446716039.3894.7.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 Mittwoch, den 11.11.2015, 10:52 +0900 schrieb Masahiro Yamada: > Hi Philipp, > > 2015-11-05 18:33 GMT+09:00 Philipp Zabel : > > Am Donnerstag, den 05.11.2015, 17:17 +0900 schrieb Masahiro Yamada: > >> The directory drivers/reset/ is guarded by CONFIG_RESET_CONTROLLER > >> in driver/Makefile. > >> > >> CONFIG_RESET_CONTROLLER is boolean, so it always evaluates to 'y' > >> in drivers/reset/Makefile. > >> > >> Signed-off-by: Masahiro Yamada > > > > Applied, thanks. > > > > Thanks. > > Where did you apply it, btw? > I have not seen it in linux-next yet. git://git.pengutronix.de/git/pza/linux.git reset/next That branch is not stable. I'll rebase it onto v4.4-rc1 and send a pull request to the arm-soc maintainers next week. regards Philipp