RE: [PATCH 1/7] PM / OPP: Add platform specific set_clk function

2017-09-20 Thread A.s. Dong
aurora.org; > vire...@kernel.org; n...@ti.com; r...@rjwysocki.net; shawn...@kernel.org; > Anson Huang; Jacky Bai > Subject: Re: [PATCH 1/7] PM / OPP: Add platform specific set_clk function > > On 20-09-17, 15:03, Dong Aisheng wrote: > > I've been thinking of that before. > >

RE: [PATCH 1/7] PM / OPP: Add platform specific set_clk function

2017-09-20 Thread A.s. Dong
aurora.org; > vire...@kernel.org; n...@ti.com; r...@rjwysocki.net; shawn...@kernel.org; > Anson Huang; Jacky Bai > Subject: Re: [PATCH 1/7] PM / OPP: Add platform specific set_clk function > > On 20-09-17, 15:03, Dong Aisheng wrote: > > I've been thinking of that before. > >

Re: [PATCH 1/7] PM / OPP: Add platform specific set_clk function

2017-09-20 Thread Viresh Kumar
On 20-09-17, 15:03, Dong Aisheng wrote: > I've been thinking of that before. > Actually IMX already does some similar thing for MX5 (no for MX6). > See: clk_cpu_set_rate() in drivers/clk/imx/clk-cpu.c. > > After some diggings, it seems MX7ULP is a bit more complicated than before > mainly due to

Re: [PATCH 1/7] PM / OPP: Add platform specific set_clk function

2017-09-20 Thread Viresh Kumar
On 20-09-17, 15:03, Dong Aisheng wrote: > I've been thinking of that before. > Actually IMX already does some similar thing for MX5 (no for MX6). > See: clk_cpu_set_rate() in drivers/clk/imx/clk-cpu.c. > > After some diggings, it seems MX7ULP is a bit more complicated than before > mainly due to

Re: [PATCH 1/7] PM / OPP: Add platform specific set_clk function

2017-09-20 Thread Dong Aisheng
Hi Viresh, On Tue, Sep 19, 2017 at 03:58:40PM -0700, Viresh Kumar wrote: > On 24-08-17, 00:10, Dong Aisheng wrote: > > This is useful to support platforms which only the clk setting is > > different from the generic OPP set rate but others like voltage > > setting are still the same. > > > >

Re: [PATCH 1/7] PM / OPP: Add platform specific set_clk function

2017-09-20 Thread Dong Aisheng
Hi Viresh, On Tue, Sep 19, 2017 at 03:58:40PM -0700, Viresh Kumar wrote: > On 24-08-17, 00:10, Dong Aisheng wrote: > > This is useful to support platforms which only the clk setting is > > different from the generic OPP set rate but others like voltage > > setting are still the same. > > > >

Re: [PATCH 1/7] PM / OPP: Add platform specific set_clk function

2017-09-19 Thread Viresh Kumar
On 24-08-17, 00:10, Dong Aisheng wrote: > This is useful to support platforms which only the clk setting is > different from the generic OPP set rate but others like voltage > setting are still the same. > > Users can use this function to register a custom OPP set clk helper > working in place of

Re: [PATCH 1/7] PM / OPP: Add platform specific set_clk function

2017-09-19 Thread Viresh Kumar
On 24-08-17, 00:10, Dong Aisheng wrote: > This is useful to support platforms which only the clk setting is > different from the generic OPP set rate but others like voltage > setting are still the same. > > Users can use this function to register a custom OPP set clk helper > working in place of

[PATCH 1/7] PM / OPP: Add platform specific set_clk function

2017-08-23 Thread Dong Aisheng
This is useful to support platforms which only the clk setting is different from the generic OPP set rate but others like voltage setting are still the same. Users can use this function to register a custom OPP set clk helper working in place of the default simple clk setting in the generic

[PATCH 1/7] PM / OPP: Add platform specific set_clk function

2017-08-23 Thread Dong Aisheng
This is useful to support platforms which only the clk setting is different from the generic OPP set rate but others like voltage setting are still the same. Users can use this function to register a custom OPP set clk helper working in place of the default simple clk setting in the generic