Re: [PATCH 01/11] clk: imx: clk-pllv3: fix incorrect handle of enet powerdown bit

2016-06-12 Thread Shawn Guo
On Sun, Jun 12, 2016 at 10:56:38PM +0800, Dong Aisheng wrote: > Hi Shawn, > > On Wed, Jun 8, 2016 at 10:33 PM, Dong Aisheng wrote: > > After commit f53947456f98 ("ARM: clk: imx: update pllv3 to support imx7"), > > the former used BM_PLL_POWER bit is not correct anymore for

Re: [PATCH 01/11] clk: imx: clk-pllv3: fix incorrect handle of enet powerdown bit

2016-06-12 Thread Shawn Guo
On Sun, Jun 12, 2016 at 10:56:38PM +0800, Dong Aisheng wrote: > Hi Shawn, > > On Wed, Jun 8, 2016 at 10:33 PM, Dong Aisheng wrote: > > After commit f53947456f98 ("ARM: clk: imx: update pllv3 to support imx7"), > > the former used BM_PLL_POWER bit is not correct anymore for IMX7 ENET. > >

Re: [PATCH 01/11] clk: imx: clk-pllv3: fix incorrect handle of enet powerdown bit

2016-06-12 Thread Dong Aisheng
Hi Shawn, On Wed, Jun 8, 2016 at 10:33 PM, Dong Aisheng wrote: > After commit f53947456f98 ("ARM: clk: imx: update pllv3 to support imx7"), > the former used BM_PLL_POWER bit is not correct anymore for IMX7 ENET. > Instead, pll->powerdown holds the correct bit, so using

Re: [PATCH 01/11] clk: imx: clk-pllv3: fix incorrect handle of enet powerdown bit

2016-06-12 Thread Dong Aisheng
Hi Shawn, On Wed, Jun 8, 2016 at 10:33 PM, Dong Aisheng wrote: > After commit f53947456f98 ("ARM: clk: imx: update pllv3 to support imx7"), > the former used BM_PLL_POWER bit is not correct anymore for IMX7 ENET. > Instead, pll->powerdown holds the correct bit, so using powerdown bit > in

[PATCH 01/11] clk: imx: clk-pllv3: fix incorrect handle of enet powerdown bit

2016-06-08 Thread Dong Aisheng
After commit f53947456f98 ("ARM: clk: imx: update pllv3 to support imx7"), the former used BM_PLL_POWER bit is not correct anymore for IMX7 ENET. Instead, pll->powerdown holds the correct bit, so using powerdown bit in clk_pllv3_{prepare | unprepare} functions. Fixes: f53947456f98 ("ARM: clk:

[PATCH 01/11] clk: imx: clk-pllv3: fix incorrect handle of enet powerdown bit

2016-06-08 Thread Dong Aisheng
After commit f53947456f98 ("ARM: clk: imx: update pllv3 to support imx7"), the former used BM_PLL_POWER bit is not correct anymore for IMX7 ENET. Instead, pll->powerdown holds the correct bit, so using powerdown bit in clk_pllv3_{prepare | unprepare} functions. Fixes: f53947456f98 ("ARM: clk: