From mboxrd@z Thu Jan 1 00:00:00 1970 From: robert.jarzmik@free.fr (Robert Jarzmik) Date: Fri, 26 Sep 2014 19:08:45 +0200 Subject: [PATCH v3 4/4] arm: pxa: add non device-tree timer link to clocksource In-Reply-To: <54251B27.909@linaro.org> (Daniel Lezcano's message of "Fri, 26 Sep 2014 09:52:07 +0200") References: <1405356724-32207-1-git-send-email-robert.jarzmik@free.fr> <1405356724-32207-4-git-send-email-robert.jarzmik@free.fr> <53CD25A4.7030606@linaro.org> <87oawivarv.fsf@free.fr> <54251B27.909@linaro.org> Message-ID: <87lhp6paw2.fsf@free.fr> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Daniel Lezcano writes: > On 07/21/2014 08:15 PM, Robert Jarzmik wrote: >> Daniel Lezcano writes: >> >>> On 07/14/2014 06:52 PM, Robert Jarzmik wrote: >>>> As clocksource pxa_timer was moved to clocksource framework, the >>>> pxa_timer initialization needs to be a bit amended, to pass the >>>> necessary informations to clocksource, ie : >>>> - the timer interrupt (mach specific) >>>> - the timer registers base (ditto) >>>> - the timer clockrate >>>> >>>> Signed-off-by: Robert Jarzmik >>>> >>>> --- >>>> Since V2: Arnd's comment : moved extern declaration into .h file >>>> --- >>> > Hi, > > May be I missed it but I don't see the Haojian's ack. > > Thanks > -- Daniel You're right, I scanned through my mail and didn't find the ack. Haojian, would you review this one please ? It's here : http://lists.infradead.org/pipermail/linux-arm-kernel/2014-July/272311.html Cheers. -- Robert From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Jarzmik Subject: Re: [PATCH v3 4/4] arm: pxa: add non device-tree timer link to clocksource Date: Fri, 26 Sep 2014 19:08:45 +0200 Message-ID: <87lhp6paw2.fsf@free.fr> References: <1405356724-32207-1-git-send-email-robert.jarzmik@free.fr> <1405356724-32207-4-git-send-email-robert.jarzmik@free.fr> <53CD25A4.7030606@linaro.org> <87oawivarv.fsf@free.fr> <54251B27.909@linaro.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <54251B27.909-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> (Daniel Lezcano's message of "Fri, 26 Sep 2014 09:52:07 +0200") Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Haojian Zhuang , Daniel Lezcano Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Thomas Gleixner List-Id: devicetree@vger.kernel.org Daniel Lezcano writes: > On 07/21/2014 08:15 PM, Robert Jarzmik wrote: >> Daniel Lezcano writes: >> >>> On 07/14/2014 06:52 PM, Robert Jarzmik wrote: >>>> As clocksource pxa_timer was moved to clocksource framework, the >>>> pxa_timer initialization needs to be a bit amended, to pass the >>>> necessary informations to clocksource, ie : >>>> - the timer interrupt (mach specific) >>>> - the timer registers base (ditto) >>>> - the timer clockrate >>>> >>>> Signed-off-by: Robert Jarzmik >>>> >>>> --- >>>> Since V2: Arnd's comment : moved extern declaration into .h file >>>> --- >>> > Hi, > > May be I missed it but I don't see the Haojian's ack. > > Thanks > -- Daniel You're right, I scanned through my mail and didn't find the ack. Haojian, would you review this one please ? It's here : http://lists.infradead.org/pipermail/linux-arm-kernel/2014-July/272311.html Cheers. -- Robert -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755565AbaIZRI4 (ORCPT ); Fri, 26 Sep 2014 13:08:56 -0400 Received: from smtp06.smtpout.orange.fr ([80.12.242.128]:53803 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754858AbaIZRIy (ORCPT ); Fri, 26 Sep 2014 13:08:54 -0400 X-ME-Helo: beldin X-ME-Date: Fri, 26 Sep 2014 19:08:53 +0200 X-ME-IP: 90.16.208.226 From: Robert Jarzmik To: Haojian Zhuang , Daniel Lezcano Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Thomas Gleixner Subject: Re: [PATCH v3 4/4] arm: pxa: add non device-tree timer link to clocksource References: <1405356724-32207-1-git-send-email-robert.jarzmik@free.fr> <1405356724-32207-4-git-send-email-robert.jarzmik@free.fr> <53CD25A4.7030606@linaro.org> <87oawivarv.fsf@free.fr> <54251B27.909@linaro.org> X-URL: http://belgarath.falguerolles.org/ Date: Fri, 26 Sep 2014 19:08:45 +0200 In-Reply-To: <54251B27.909@linaro.org> (Daniel Lezcano's message of "Fri, 26 Sep 2014 09:52:07 +0200") Message-ID: <87lhp6paw2.fsf@free.fr> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Daniel Lezcano writes: > On 07/21/2014 08:15 PM, Robert Jarzmik wrote: >> Daniel Lezcano writes: >> >>> On 07/14/2014 06:52 PM, Robert Jarzmik wrote: >>>> As clocksource pxa_timer was moved to clocksource framework, the >>>> pxa_timer initialization needs to be a bit amended, to pass the >>>> necessary informations to clocksource, ie : >>>> - the timer interrupt (mach specific) >>>> - the timer registers base (ditto) >>>> - the timer clockrate >>>> >>>> Signed-off-by: Robert Jarzmik >>>> >>>> --- >>>> Since V2: Arnd's comment : moved extern declaration into .h file >>>> --- >>> > Hi, > > May be I missed it but I don't see the Haojian's ack. > > Thanks > -- Daniel You're right, I scanned through my mail and didn't find the ack. Haojian, would you review this one please ? It's here : http://lists.infradead.org/pipermail/linux-arm-kernel/2014-July/272311.html Cheers. -- Robert