Re: [PATCH v4 5/7] clk: Introduce davinci clocks

2018-01-04 Thread David Lechner
On 1/4/18 6:43 AM, Sekhar Nori wrote: Hi David, On Monday 01 January 2018 05:09 AM, David Lechner wrote: + /* TODO: old davinci clocks for da850 set MDCTL_FORCE bit for sata and +* dsp here. Is this really needed? +*/ The commit that introduced this flag suggests so.

Re: [PATCH v4 5/7] clk: Introduce davinci clocks

2018-01-04 Thread David Lechner
On 1/4/18 6:43 AM, Sekhar Nori wrote: Hi David, On Monday 01 January 2018 05:09 AM, David Lechner wrote: + /* TODO: old davinci clocks for da850 set MDCTL_FORCE bit for sata and +* dsp here. Is this really needed? +*/ The commit that introduced this flag suggests so.

Re: [PATCH v4 5/7] clk: Introduce davinci clocks

2018-01-04 Thread David Lechner
On 1/4/18 6:28 AM, Sekhar Nori wrote: On Wednesday 03 January 2018 03:01 AM, David Lechner wrote: Forgot to cc linux-clk, so doing that now... On 12/31/2017 05:39 PM, David Lechner wrote: This introduces new drivers for arch/arm/mach-davinci. The code is based on the clock drivers from

Re: [PATCH v4 5/7] clk: Introduce davinci clocks

2018-01-04 Thread David Lechner
On 1/4/18 6:28 AM, Sekhar Nori wrote: On Wednesday 03 January 2018 03:01 AM, David Lechner wrote: Forgot to cc linux-clk, so doing that now... On 12/31/2017 05:39 PM, David Lechner wrote: This introduces new drivers for arch/arm/mach-davinci. The code is based on the clock drivers from

Re: [PATCH v4 5/7] clk: Introduce davinci clocks

2018-01-04 Thread Sekhar Nori
Hi David, On Monday 01 January 2018 05:09 AM, David Lechner wrote: > + /* TODO: old davinci clocks for da850 set MDCTL_FORCE bit for sata and > + * dsp here. Is this really needed? > + */ The commit that introduced this flag suggests so. commit

Re: [PATCH v4 5/7] clk: Introduce davinci clocks

2018-01-04 Thread Sekhar Nori
Hi David, On Monday 01 January 2018 05:09 AM, David Lechner wrote: > + /* TODO: old davinci clocks for da850 set MDCTL_FORCE bit for sata and > + * dsp here. Is this really needed? > + */ The commit that introduced this flag suggests so. commit

Re: [PATCH v4 5/7] clk: Introduce davinci clocks

2018-01-04 Thread Sekhar Nori
On Wednesday 03 January 2018 03:01 AM, David Lechner wrote: > Forgot to cc linux-clk, so doing that now... > > > On 12/31/2017 05:39 PM, David Lechner wrote: >> This introduces new drivers for arch/arm/mach-davinci. The code is based >> on the clock drivers from there and adapted to use the

Re: [PATCH v4 5/7] clk: Introduce davinci clocks

2018-01-04 Thread Sekhar Nori
On Wednesday 03 January 2018 03:01 AM, David Lechner wrote: > Forgot to cc linux-clk, so doing that now... > > > On 12/31/2017 05:39 PM, David Lechner wrote: >> This introduces new drivers for arch/arm/mach-davinci. The code is based >> on the clock drivers from there and adapted to use the

Re: [PATCH v4 5/7] clk: Introduce davinci clocks

2018-01-02 Thread David Lechner
Forgot to cc linux-clk, so doing that now... On 12/31/2017 05:39 PM, David Lechner wrote: This introduces new drivers for arch/arm/mach-davinci. The code is based on the clock drivers from there and adapted to use the common clock framework. Signed-off-by: David Lechner

Re: [PATCH v4 5/7] clk: Introduce davinci clocks

2018-01-02 Thread David Lechner
Forgot to cc linux-clk, so doing that now... On 12/31/2017 05:39 PM, David Lechner wrote: This introduces new drivers for arch/arm/mach-davinci. The code is based on the clock drivers from there and adapted to use the common clock framework. Signed-off-by: David Lechner ---

Re: [PATCH v4 5/7] clk: Introduce davinci clocks

2017-12-31 Thread David Lechner
On 12/31/2017 05:39 PM, David Lechner wrote: This introduces new drivers for arch/arm/mach-davinci. The code is based on the clock drivers from there and adapted to use the common clock framework. Signed-off-by: David Lechner --- ... diff --git

Re: [PATCH v4 5/7] clk: Introduce davinci clocks

2017-12-31 Thread David Lechner
On 12/31/2017 05:39 PM, David Lechner wrote: This introduces new drivers for arch/arm/mach-davinci. The code is based on the clock drivers from there and adapted to use the common clock framework. Signed-off-by: David Lechner --- ... diff --git a/drivers/clk/davinci/da8xx-cfgchip-clk.c

[PATCH v4 5/7] clk: Introduce davinci clocks

2017-12-31 Thread David Lechner
This introduces new drivers for arch/arm/mach-davinci. The code is based on the clock drivers from there and adapted to use the common clock framework. Signed-off-by: David Lechner --- drivers/clk/Makefile | 1 + drivers/clk/davinci/Makefile

[PATCH v4 5/7] clk: Introduce davinci clocks

2017-12-31 Thread David Lechner
This introduces new drivers for arch/arm/mach-davinci. The code is based on the clock drivers from there and adapted to use the common clock framework. Signed-off-by: David Lechner --- drivers/clk/Makefile | 1 + drivers/clk/davinci/Makefile | 3 +