Re: [PATCH 3/7] clocksource: Rename clocksource_probe

2017-05-31 Thread James Hartley
On 27/05/17 10:58, 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 > --- > arch/arc/kernel/setup.c | 2 +- > arch/arm/kernel/time.c

Re: [PATCH 3/7] clocksource: Rename clocksource_probe

2017-05-29 Thread Heiko Stübner
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

Re: [PATCH 3/7] clocksource: Rename clocksource_probe

2017-05-28 Thread Viresh Kumar
On 27-05-17, 11:58, Daniel Lezcano wrote: > arch/arm/mach-spear/spear13xx.c | 2 +- > diff --git a/arch/arm/mach-spear/spear13xx.c b/arch/arm/mach-spear/spear13xx.c > index ca2f6a8..31c43ca 100644 > --- a/arch/arm/mach-spear/spear13xx.c > +++ b/arch/arm/mach-spear/spear13xx.c > @@ -124,5

Re: [PATCH 3/7] clocksource: Rename clocksource_probe

2017-05-28 Thread Linus Walleij
On Sat, May 27, 2017 at 11:58 AM, 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 Reviewed-by: Linus Walleij Yours, Linus Walleij

[PATCH 3/7] clocksource: Rename clocksource_probe

2017-05-27 Thread 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 --- arch/arc/kernel/setup.c | 2 +- arch/arm/kernel/time.c | 2 +- arch/arm/mach-mediatek/mediatek.c