Re: [PATCH v2 2/3] clk: uniphier: add CPU-gear change (cpufreq) support

2016-11-29 Thread Stephen Boyd
On 11/24, Masahiro Yamada wrote: > Core support code for CPU frequency changes, which will be used by > the generic cpufreq driver. > > The register view is different from the generic clk-mux; it has > a separate status register, and an update bit to load the register > setting. > >

Re: [PATCH v2 2/3] clk: uniphier: add CPU-gear change (cpufreq) support

2016-11-29 Thread Stephen Boyd
On 11/24, Masahiro Yamada wrote: > Core support code for CPU frequency changes, which will be used by > the generic cpufreq driver. > > The register view is different from the generic clk-mux; it has > a separate status register, and an update bit to load the register > setting. > >

[PATCH v2 2/3] clk: uniphier: add CPU-gear change (cpufreq) support

2016-11-23 Thread Masahiro Yamada
Core support code for CPU frequency changes, which will be used by the generic cpufreq driver. The register view is different from the generic clk-mux; it has a separate status register, and an update bit to load the register setting. Signed-off-by: Masahiro Yamada

[PATCH v2 2/3] clk: uniphier: add CPU-gear change (cpufreq) support

2016-11-23 Thread Masahiro Yamada
Core support code for CPU frequency changes, which will be used by the generic cpufreq driver. The register view is different from the generic clk-mux; it has a separate status register, and an update bit to load the register setting. Signed-off-by: Masahiro Yamada --- Changes in v2: None