From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Brugger Subject: Re: [PATCH 13/23] clocksource/drivers: Rename clocksource_probe to timer_probe Date: Thu, 15 Jun 2017 18:02:00 +0200 Message-ID: References: <20170614123800.GH2261@mai> <1497443984-12371-1-git-send-email-daniel.lezcano@linaro.org> <1497443984-12371-13-git-send-email-daniel.lezcano@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1497443984-12371-13-git-send-email-daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+glpam-linux-mediatek=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Daniel Lezcano , tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org Cc: "open list:MIPS" , Kefeng Wang , Rich Felker , Heiko Stuebner , "open list:SUPERH" , Tony Lindgren , Catalin Marinas , Linus Walleij , Will Deacon , "moderated list:NIOS2 ARCHITECTURE" , Michal Simek , Max Filippov , Rob Herring , Yoshinori Sato , Viresh Kumar , Magnus Damm , Russell King , "open list:ARM/Rockchip SoC..." , Chen-Yu Tsai , Noam Camus , "moderated list:ARM PORT" List-Id: linux-omap@vger.kernel.org On 14/06/17 14:39, Daniel Lezcano wrote: > 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 > Acked-by: Viresh Kumar > Acked-by: Heiko Stuebner > Reviewed-by: Linus Walleij > --- [...] > diff --git a/arch/arm/mach-mediatek/mediatek.c b/arch/arm/mach-mediatek/mediatek.c > index a6e3c98..c3cf215 100644 > --- a/arch/arm/mach-mediatek/mediatek.c > +++ b/arch/arm/mach-mediatek/mediatek.c > @@ -41,7 +41,7 @@ static void __init mediatek_timer_init(void) > } > > of_clk_init(NULL); > - clocksource_probe(); > + timer_probe(); > }; Acked-by: Matthias Brugger