From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 29 May 2017 09:38:49 +0200 (CEST) Received: from gloria.sntech.de ([95.129.55.99]:44520 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23990601AbdE2HilXQc9g (ORCPT ); Mon, 29 May 2017 09:38:41 +0200 Received: from ip9234b3c2.dynamic.kabel-deutschland.de ([146.52.179.194] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.1:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1dFFEe-0000cB-8W; Mon, 29 May 2017 09:37:04 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Daniel Lezcano Cc: tglx@linutronix.de, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Vineet Gupta , Russell King , Matthias Brugger , Tony Lindgren , Simon Horman , Magnus Damm , Viresh Kumar , Shiraz Hashim , Maxime Ripard , Chen-Yu Tsai , Linus Walleij , Michal Simek , =?ISO-8859-1?Q?S=F6ren?= Brinkmann , Catalin Marinas , Will Deacon , Yoshinori Sato , Ralf Baechle , James Hartley , Ionela Voinescu , John Crispin , Ley Foon Tan , Rich Felker , Chris Zankel , Max Filippov , John Stultz , Stephen Boyd , Noam Camus , Rob Herring , Kefeng Wang , Andrea Gelmini , Icenowy Zheng , Paul Burton , Marcin Nowakowski , Matt Redfearn , Eric Anholt , Ray Jui , Arnd Bergmann , Joerg Roedel , "open list:SYNOPSYS ARC ARCHITECTURE" , "moderated list:ARM/Mediatek SoC support" , "open list:OMAP2+ SUPPORT" , "open list:ARM/Rockchip SoC support" , "open list:ARM/SHMOBILE ARM ARCHITECTURE" , "moderated list:H8/300 ARCHITECTURE" , "open list:MIPS" , "moderated list:NIOS2 ARCHITECTURE" , "open list:SUPERH" , "open list:TENSILICA XTENSA PORT (xtensa)" Subject: Re: [PATCH 3/7] clocksource: Rename clocksource_probe Date: Mon, 29 May 2017 09:37:03 +0200 Message-ID: <1764361.KSI3GRbcNJ@diego> User-Agent: KMail/5.2.3 (Linux/4.8.0-2-amd64; KDE/5.27.0; x86_64; ; ) In-Reply-To: <1495879129-28109-3-git-send-email-daniel.lezcano@linaro.org> References: <1495879129-28109-1-git-send-email-daniel.lezcano@linaro.org> <1495879129-28109-3-git-send-email-daniel.lezcano@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 58058 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: heiko@sntech.de Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips Am Samstag, 27. Mai 2017, 11:58:44 CEST schrieb Daniel Lezcano: > The function name is now renamed to 'timer_probe' for consistency with > the CLOCKSOURCE_OF_DECLARE => TIMER_OF_DECLARE change. > > Signed-off-by: Daniel Lezcano > --- [...] > diff --git a/arch/arm/mach-rockchip/rockchip.c > b/arch/arm/mach-rockchip/rockchip.c index ef0500a..5ab834e 100644 > --- a/arch/arm/mach-rockchip/rockchip.c > +++ b/arch/arm/mach-rockchip/rockchip.c > @@ -55,7 +55,7 @@ static void __init rockchip_timer_init(void) > } > > of_clk_init(NULL); > - clocksource_probe(); > + timer_probe(); > } > > static void __init rockchip_dt_init(void) Acked-by: Heiko Stuebner From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?ISO-8859-1?Q?St=FCbner?= Subject: Re: [PATCH 3/7] clocksource: Rename clocksource_probe Date: Mon, 29 May 2017 09:37:03 +0200 Message-ID: <1764361.KSI3GRbcNJ@diego> References: <1495879129-28109-1-git-send-email-daniel.lezcano@linaro.org> <1495879129-28109-3-git-send-email-daniel.lezcano@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1495879129-28109-3-git-send-email-daniel.lezcano@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-snps-arc" Errors-To: linux-snps-arc-bounces+gla-linux-snps-arc=m.gmane.org@lists.infradead.org To: Daniel Lezcano Cc: "open list:MIPS" , Kefeng Wang , Rich Felker , "open list:SUPERH" , Tony Lindgren , Catalin Marinas , Linus Walleij , Will Deacon , "moderated list:NIOS2 ARCHITECTURE" , Russell King , Max Filippov , Ray Jui , Icenowy Zheng , Andrea Gelmini , Rob Herring , Yoshinori Sato , Viresh Kumar , Magnus Damm , Michal Simek , "open list:ARM/Rockchip SoC support" , Chen-Yu Tsai , Noam Camus List-Id: linux-omap@vger.kernel.org Am Samstag, 27. Mai 2017, 11:58:44 CEST schrieb Daniel Lezcano: > The function name is now renamed to 'timer_probe' for consistency with > the CLOCKSOURCE_OF_DECLARE => TIMER_OF_DECLARE change. > > Signed-off-by: Daniel Lezcano > --- [...] > diff --git a/arch/arm/mach-rockchip/rockchip.c > b/arch/arm/mach-rockchip/rockchip.c index ef0500a..5ab834e 100644 > --- a/arch/arm/mach-rockchip/rockchip.c > +++ b/arch/arm/mach-rockchip/rockchip.c > @@ -55,7 +55,7 @@ static void __init rockchip_timer_init(void) > } > > of_clk_init(NULL); > - clocksource_probe(); > + timer_probe(); > } > > static void __init rockchip_dt_init(void) Acked-by: Heiko Stuebner From mboxrd@z Thu Jan 1 00:00:00 1970 From: heiko@sntech.de (Heiko =?ISO-8859-1?Q?St=FCbner?=) Date: Mon, 29 May 2017 09:37:03 +0200 Subject: [PATCH 3/7] clocksource: Rename clocksource_probe In-Reply-To: <1495879129-28109-3-git-send-email-daniel.lezcano@linaro.org> References: <1495879129-28109-1-git-send-email-daniel.lezcano@linaro.org> <1495879129-28109-3-git-send-email-daniel.lezcano@linaro.org> List-ID: Message-ID: <1764361.KSI3GRbcNJ@diego> To: linux-snps-arc@lists.infradead.org Am Samstag, 27. Mai 2017, 11:58:44 CEST schrieb Daniel Lezcano: > The function name is now renamed to 'timer_probe' for consistency with > the CLOCKSOURCE_OF_DECLARE => TIMER_OF_DECLARE change. > > Signed-off-by: Daniel Lezcano > --- [...] > diff --git a/arch/arm/mach-rockchip/rockchip.c > b/arch/arm/mach-rockchip/rockchip.c index ef0500a..5ab834e 100644 > --- a/arch/arm/mach-rockchip/rockchip.c > +++ b/arch/arm/mach-rockchip/rockchip.c > @@ -55,7 +55,7 @@ static void __init rockchip_timer_init(void) > } > > of_clk_init(NULL); > - clocksource_probe(); > + timer_probe(); > } > > static void __init rockchip_dt_init(void) Acked-by: Heiko Stuebner