Re: [PATCH 03/12] ARM: normalize clk API for older platforms

2017-07-21 Thread Sekhar Nori
On Friday 21 July 2017 01:47 PM, Arnd Bergmann wrote: > On Fri, Jul 21, 2017 at 10:05 AM, Sekhar Nori wrote: > >>> diff --git a/arch/arm/mach-davinci/clock.c b/arch/arm/mach-davinci/clock.c >>> index f5dce9b4e617..89586779526c 100644 >>> --- a/arch/arm/mach-davinci/clock.c >>>

Re: [PATCH 03/12] ARM: normalize clk API for older platforms

2017-07-21 Thread Sekhar Nori
On Friday 21 July 2017 01:47 PM, Arnd Bergmann wrote: > On Fri, Jul 21, 2017 at 10:05 AM, Sekhar Nori wrote: > >>> diff --git a/arch/arm/mach-davinci/clock.c b/arch/arm/mach-davinci/clock.c >>> index f5dce9b4e617..89586779526c 100644 >>> --- a/arch/arm/mach-davinci/clock.c >>> +++

Re: [PATCH 03/12] ARM: normalize clk API for older platforms

2017-07-21 Thread Arnd Bergmann
On Fri, Jul 21, 2017 at 10:05 AM, Sekhar Nori wrote: >> diff --git a/arch/arm/mach-davinci/clock.c b/arch/arm/mach-davinci/clock.c >> index f5dce9b4e617..89586779526c 100644 >> --- a/arch/arm/mach-davinci/clock.c >> +++ b/arch/arm/mach-davinci/clock.c >> @@ -218,6 +218,12 @@ int

Re: [PATCH 03/12] ARM: normalize clk API for older platforms

2017-07-21 Thread Arnd Bergmann
On Fri, Jul 21, 2017 at 10:05 AM, Sekhar Nori wrote: >> diff --git a/arch/arm/mach-davinci/clock.c b/arch/arm/mach-davinci/clock.c >> index f5dce9b4e617..89586779526c 100644 >> --- a/arch/arm/mach-davinci/clock.c >> +++ b/arch/arm/mach-davinci/clock.c >> @@ -218,6 +218,12 @@ int

Re: [PATCH 03/12] ARM: normalize clk API for older platforms

2017-07-21 Thread Sekhar Nori
Hi Arnd, On Thursday 20 July 2017 09:20 PM, Arnd Bergmann wrote: > Six ARM platforms still provide their own variant of the clk API > rather than using the generic COMMON_CLK API. This generally works, > but it causes some link errors with drivers using the clk_set_rate, > clk_get_parent,

Re: [PATCH 03/12] ARM: normalize clk API for older platforms

2017-07-21 Thread Sekhar Nori
Hi Arnd, On Thursday 20 July 2017 09:20 PM, Arnd Bergmann wrote: > Six ARM platforms still provide their own variant of the clk API > rather than using the generic COMMON_CLK API. This generally works, > but it causes some link errors with drivers using the clk_set_rate, > clk_get_parent,

[PATCH 03/12] ARM: normalize clk API for older platforms

2017-07-20 Thread Arnd Bergmann
Six ARM platforms still provide their own variant of the clk API rather than using the generic COMMON_CLK API. This generally works, but it causes some link errors with drivers using the clk_set_rate, clk_get_parent, clk_set_parent or clk_round_rate functions when a platform lacks those

[PATCH 03/12] ARM: normalize clk API for older platforms

2017-07-20 Thread Arnd Bergmann
Six ARM platforms still provide their own variant of the clk API rather than using the generic COMMON_CLK API. This generally works, but it causes some link errors with drivers using the clk_set_rate, clk_get_parent, clk_set_parent or clk_round_rate functions when a platform lacks those