From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.ferre@atmel.com (Nicolas Ferre) Date: Fri, 20 Mar 2015 11:58:00 +0100 Subject: [PATCH v2] clocksource: atmel-st: select MFD_SYSCON In-Reply-To: <550ACE6A.4000705@linaro.org> References: <1426771068-9657-1-git-send-email-alexandre.belloni@free-electrons.com> <550ACE6A.4000705@linaro.org> Message-ID: <550BFD38.6080008@atmel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Le 19/03/2015 14:26, Daniel Lezcano a ?crit : > On 03/19/2015 02:17 PM, Alexandre Belloni wrote: >> Enforce MFD_SYSCON selection as the driver needs it. Else, it will still >> compile with some warning about X1, x2 or sr being used uninitialized. >> >> Reported-by: fengguang.wu at intel.com >> Signed-off-by: Alexandre Belloni >> --- >> Daniel, >> >> I think this should go through the at91 tree as the patch introducing that issue >> went there. > > Ok. > > Acked-by: Daniel Lezcano I take it: thanks! Acked-by: Nicolas Ferre >> drivers/clocksource/Kconfig | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig >> index 168035883afa..55aef6f89074 100644 >> --- a/drivers/clocksource/Kconfig >> +++ b/drivers/clocksource/Kconfig >> @@ -146,6 +146,7 @@ config ATMEL_PIT >> config ATMEL_ST >> bool >> select CLKSRC_OF >> + select MFD_SYSCON >> >> config CLKSRC_METAG_GENERIC >> def_bool y if METAG >> > > -- Nicolas Ferre From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751489AbbCTK6H (ORCPT ); Fri, 20 Mar 2015 06:58:07 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:37935 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750870AbbCTK6E (ORCPT ); Fri, 20 Mar 2015 06:58:04 -0400 Message-ID: <550BFD38.6080008@atmel.com> Date: Fri, 20 Mar 2015 11:58:00 +0100 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Daniel Lezcano , Alexandre Belloni CC: Boris Brezillon , , Subject: Re: [PATCH v2] clocksource: atmel-st: select MFD_SYSCON References: <1426771068-9657-1-git-send-email-alexandre.belloni@free-electrons.com> <550ACE6A.4000705@linaro.org> In-Reply-To: <550ACE6A.4000705@linaro.org> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 19/03/2015 14:26, Daniel Lezcano a écrit : > On 03/19/2015 02:17 PM, Alexandre Belloni wrote: >> Enforce MFD_SYSCON selection as the driver needs it. Else, it will still >> compile with some warning about X1, x2 or sr being used uninitialized. >> >> Reported-by: fengguang.wu@intel.com >> Signed-off-by: Alexandre Belloni >> --- >> Daniel, >> >> I think this should go through the at91 tree as the patch introducing that issue >> went there. > > Ok. > > Acked-by: Daniel Lezcano I take it: thanks! Acked-by: Nicolas Ferre >> drivers/clocksource/Kconfig | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig >> index 168035883afa..55aef6f89074 100644 >> --- a/drivers/clocksource/Kconfig >> +++ b/drivers/clocksource/Kconfig >> @@ -146,6 +146,7 @@ config ATMEL_PIT >> config ATMEL_ST >> bool >> select CLKSRC_OF >> + select MFD_SYSCON >> >> config CLKSRC_METAG_GENERIC >> def_bool y if METAG >> > > -- Nicolas Ferre