Re: [PATCH 04/22] clk: sunxi: move "ahb_sdram" to protected clock list

2014-05-26 Thread Chen-Yu Tsai
On Mon, May 26, 2014 at 2:51 AM, Maxime Ripard wrote: > On Fri, May 23, 2014 at 03:51:07PM +0800, Chen-Yu Tsai wrote: >> With sunxi_gates clocks registered with clkdev, we can use the >> protected clocks list to enable the "ahb_sdram" clock, instead >> of looking for it and adding CLK_IGNORE_UNUSE

Re: [PATCH 04/22] clk: sunxi: move "ahb_sdram" to protected clock list

2014-05-25 Thread Maxime Ripard
On Fri, May 23, 2014 at 03:51:07PM +0800, Chen-Yu Tsai wrote: > With sunxi_gates clocks registered with clkdev, we can use the > protected clocks list to enable the "ahb_sdram" clock, instead > of looking for it and adding CLK_IGNORE_UNUSED inline in the > clock setup code. > > Signed-off-by: Chen

[PATCH 04/22] clk: sunxi: move "ahb_sdram" to protected clock list

2014-05-23 Thread Chen-Yu Tsai
With sunxi_gates clocks registered with clkdev, we can use the protected clocks list to enable the "ahb_sdram" clock, instead of looking for it and adding CLK_IGNORE_UNUSED inline in the clock setup code. Signed-off-by: Chen-Yu Tsai --- drivers/clk/sunxi/clk-sunxi.c | 10 -- 1 file chang