From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941569AbcKOKa4 (ORCPT ); Tue, 15 Nov 2016 05:30:56 -0500 Received: from mail-wm0-f41.google.com ([74.125.82.41]:37882 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S941393AbcKOKaz (ORCPT ); Tue, 15 Nov 2016 05:30:55 -0500 Subject: Re: [PATCH v4 8/8] clocksource: import ARC timer driver To: Vineet Gupta References: <1478900332-24279-1-git-send-email-vgupta@synopsys.com> <1478900332-24279-9-git-send-email-vgupta@synopsys.com> <20161111231132.GA4186@mai> <0385e24e-b118-7243-fbee-4bad052b1eb2@synopsys.com> Cc: Noam Camus , LKML , Alexey.Brodkin@synopsys.com, tglx@linutronix.de, linux-snps-arc@lists.infradead.org From: Daniel Lezcano Message-ID: <9c03641f-b6a4-9e3b-53ee-03788771dbeb@linaro.org> Date: Tue, 15 Nov 2016 11:30:52 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/11/2016 11:19, Daniel Lezcano wrote: > Yes. > > > Le 12 nov. 2016 1:53 AM, "Vineet Gupta" > a écrit : > > On 11/11/2016 03:11 PM, Daniel Lezcano wrote: > > On Fri, Nov 11, 2016 at 01:38:52PM -0800, Vineet Gupta wrote: > >> This adds support for > >> > >> - CONFIG_ARC_TIMERS : legacy 32-bit TIMER0 and TIMER1 which count UP > >> from @CNT to @LIMIT, before optionally triggering an interrupt. > >> These are programmed using ARC auxiliary register interface. > >> These are present in all ARC cores (ARC700 and ARC HS38) > >> TIMER0 serves as clockevent for all ARC linux builds. > >> TIMER1 is used for clocksource in arc700 builds. > >> > >> - CONFIG_ARC_TIMERS_64BIT: 64-bit counters, RTC and GFRC found in > >> ARC HS38 cores. These are independnet IP blocks with different > >> programming model respectively. > >> > >> Signed-off-by: Vineet Gupta > > >> --- > > > > Acked-by: Daniel Lezcano > > > > > > Thx Daniel. So I suppose for 4.10, I will get these merged, > including the > driver/clocksource bits. OK ? Hi Vineet, I just want to clarify. Do you want the entire series to go through my tree ? Or through your tree ? -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog From mboxrd@z Thu Jan 1 00:00:00 1970 From: daniel.lezcano@linaro.org (Daniel Lezcano) Date: Tue, 15 Nov 2016 11:30:52 +0100 Subject: [PATCH v4 8/8] clocksource: import ARC timer driver In-Reply-To: References: <1478900332-24279-1-git-send-email-vgupta@synopsys.com> <1478900332-24279-9-git-send-email-vgupta@synopsys.com> <20161111231132.GA4186@mai> <0385e24e-b118-7243-fbee-4bad052b1eb2@synopsys.com> List-ID: Message-ID: <9c03641f-b6a4-9e3b-53ee-03788771dbeb@linaro.org> To: linux-snps-arc@lists.infradead.org On 12/11/2016 11:19, Daniel Lezcano wrote: > Yes. > > > Le 12 nov. 2016 1:53 AM, "Vineet Gupta" > a ?crit : > > On 11/11/2016 03:11 PM, Daniel Lezcano wrote: > > On Fri, Nov 11, 2016@01:38:52PM -0800, Vineet Gupta wrote: > >> This adds support for > >> > >> - CONFIG_ARC_TIMERS : legacy 32-bit TIMER0 and TIMER1 which count UP > >> from @CNT to @LIMIT, before optionally triggering an interrupt. > >> These are programmed using ARC auxiliary register interface. > >> These are present in all ARC cores (ARC700 and ARC HS38) > >> TIMER0 serves as clockevent for all ARC linux builds. > >> TIMER1 is used for clocksource in arc700 builds. > >> > >> - CONFIG_ARC_TIMERS_64BIT: 64-bit counters, RTC and GFRC found in > >> ARC HS38 cores. These are independnet IP blocks with different > >> programming model respectively. > >> > >> Signed-off-by: Vineet Gupta > > >> --- > > > > Acked-by: Daniel Lezcano > > > > > > Thx Daniel. So I suppose for 4.10, I will get these merged, > including the > driver/clocksource bits. OK ? Hi Vineet, I just want to clarify. Do you want the entire series to go through my tree ? Or through your tree ? -- Linaro.org ? Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog