From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from co9ehsobe005.messaging.microsoft.com ([207.46.163.28]:29558 "EHLO co9outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755672Ab3HFP4f (ORCPT ); Tue, 6 Aug 2013 11:56:35 -0400 Message-ID: <1375804615.14255.3.camel@linux-builds1> Subject: Re: [RESEND PATCH 1/4] arm: socfpga: Enable ARM_TWD for socfpga From: Dinh Nguyen Date: Tue, 6 Aug 2013 10:56:55 -0500 In-Reply-To: <20130806133509.GD25383@e106331-lin.cambridge.arm.com> References: <1375739925-9110-1-git-send-email-dinguyen@altera.com> <1375739925-9110-2-git-send-email-dinguyen@altera.com> <20130806133509.GD25383@e106331-lin.cambridge.arm.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org To: Mark Rutland Cc: "dinh.linux@gmail.com" , Arnd Bergmann , Olof Johansson , "rob.herring@calxeda.com" , Pawel Moll , Stephen Warren , Ian Campbell , "devicetree@vger.kernel.org" , Pavel Machek , Jack Mitchell , Stephen Boyd List-ID: On Tue, 2013-08-06 at 14:35 +0100, Mark Rutland wrote: > On Mon, Aug 05, 2013 at 10:58:42PM +0100, dinguyen@altera.com wrote: > > From: Dinh Nguyen > > > > Update Kconfig to enable TWD. > > > > Signed-off-by: Dinh Nguyen > > Tested-by: Jack Mitchell > > Reviewed-by: Pavel Machek > > CC: Arnd Bergmann > > CC: Olof Johansson > > Cc: Rob Herring > > Cc: Pawel Moll > > Cc: Mark Rutland > > Cc: Stephen Warren > > Cc: Ian Campbell > > Cc: devicetree@vger.kernel.org > > Cc: Pavel Machek > > Cc: Jack Mitchell > > --- > > arch/arm/mach-socfpga/Kconfig | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig > > index dd86db4..efad818 100644 > > --- a/arch/arm/mach-socfpga/Kconfig > > +++ b/arch/arm/mach-socfpga/Kconfig > > @@ -11,6 +11,7 @@ config ARCH_SOCFPGA > > select GENERIC_CLOCKEVENTS > > select GPIO_PL061 if GPIOLIB > > select HAVE_ARM_SCU > > + select HAVE_ARM_TWD if LOCAL_TIMERS > > With Stephen Boyd's local timer API removal [1], LOCAL_TIMERS is > disappearing. I believe that you should just select HAVE_ARM_TWD. Thanks Mark, will fix. Dinh > > Thanks, > Mark. > > [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2013-June/179983.html >