Re: [PATCH v3 03/10] clk: iproc: Add PWRCTRL support

2015-10-21 Thread Stephen Boyd
On 10/15, Jon Mason wrote: > Some iProc SoC clocks use a different way to control clock power, via > the PWRDWN bit in the PLL control register. Since the PLL control > register is used to access the PWRDWN bit, there is no need for the > pwr_base when this is being used. A new flag, IPROC_CLK_EM

[PATCH v3 03/10] clk: iproc: Add PWRCTRL support

2015-10-15 Thread Jon Mason
Some iProc SoC clocks use a different way to control clock power, via the PWRDWN bit in the PLL control register. Since the PLL control register is used to access the PWRDWN bit, there is no need for the pwr_base when this is being used. A new flag, IPROC_CLK_EMBED_PWRCTRL, has been added to iden