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

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 maxime.rip...@free-electrons.com 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

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:

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-Yu

[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

[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 w...@csie.org --- drivers/clk/sunxi/clk-sunxi.c | 10 --