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-rockchip.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