On Mon, Apr 1, 2013 at 3:32 PM, Axel Lin wrote:
> 2013/4/1 Eric Miao :
>> On Sun, Mar 31, 2013 at 11:04 PM, Axel Lin wrote:
>>> clk_enable/clk_disable maintain an enable_count, clk_prepare and
>>> clk_unprepare
>>> also maintain a prepare_count. These APIs will do prepare/enable when the
>>> fi
2013/4/1 Eric Miao :
> On Sun, Mar 31, 2013 at 11:04 PM, Axel Lin wrote:
>> clk_enable/clk_disable maintain an enable_count, clk_prepare and
>> clk_unprepare
>> also maintain a prepare_count. These APIs will do prepare/enable when the
>> first
>> user calling these APIs, and do disable/unprepare
On Sun, Mar 31, 2013 at 11:04 PM, Axel Lin wrote:
> clk_enable/clk_disable maintain an enable_count, clk_prepare and clk_unprepare
> also maintain a prepare_count. These APIs will do prepare/enable when the
> first
> user calling these APIs, and do disable/unprepare when the corresponding
> coun
clk_enable/clk_disable maintain an enable_count, clk_prepare and clk_unprepare
also maintain a prepare_count. These APIs will do prepare/enable when the first
user calling these APIs, and do disable/unprepare when the corresponding counter
reach 0. Thus We don't need to maintain a clk_enabled count
4 matches
Mail list logo