Re: Re: [PATCH 06/12] clk: mmp: add mmp private gate clock

2014-09-03 Thread Chen-Yu Tsai
On Thu, Sep 4, 2014 at 12:02 PM, Chao Xie wrote: > > > At 2014-09-04 01:55:37, "Mike Turquette" wrote: >>Quoting Chao Xie (2014-08-25 21:38:18) >>> From: Chao Xie >>> >>> Some SOCes have this kind of the gate clock >>> 1. There are some bits to control the gate not only one bit. >>> 2. Some cloc

Re:Re: [PATCH 06/12] clk: mmp: add mmp private gate clock

2014-09-03 Thread Chao Xie
At 2014-09-04 01:55:37, "Mike Turquette" wrote: >Quoting Chao Xie (2014-08-25 21:38:18) >> From: Chao Xie >> >> Some SOCes have this kind of the gate clock >> 1. There are some bits to control the gate not only one bit. >> 2. Some clocks has operations of "out of reset" and "enable". >>To

Re: [PATCH 06/12] clk: mmp: add mmp private gate clock

2014-09-03 Thread Mike Turquette
Quoting Chao Xie (2014-08-25 21:38:18) > From: Chao Xie > > Some SOCes have this kind of the gate clock > 1. There are some bits to control the gate not only one bit. > 2. Some clocks has operations of "out of reset" and "enable". >To enable clock, we need do "out of reset" and "enable". >

[PATCH 06/12] clk: mmp: add mmp private gate clock

2014-08-25 Thread Chao Xie
From: Chao Xie Some SOCes have this kind of the gate clock 1. There are some bits to control the gate not only one bit. 2. Some clocks has operations of "out of reset" and "enable". To enable clock, we need do "out of reset" and "enable". To disable clock, we may not need "set to reset". It

[PATCH 06/12] clk: mmp: add mmp private gate clock

2014-06-09 Thread Chao Xie
From: Chao Xie Some SOCes have this kind of the gate clock 1. There are some bits to control the gate not only one bit. 2. Some clocks has operations of "out of reset" and "enable". To enable clock, we need do "out of reset" and "enable". To disable clock, we may not need "set to reset". It