Re: [PATCH v42 5/6] clk: clk_put WARNs if user has not disabled clk

2016-02-14 Thread Geert Uytterhoeven
Hi Stephen, Mike, On Sat, Feb 13, 2016 at 2:18 AM, Stephen Boyd wrote: > On 02/11, Michael Turquette wrote: >> >From the clk_put kerneldoc in include/linux/clk.h: >> >> """ >> Note: drivers must ensure that all clk_enable calls made on this clock >> source are balanced by clk_disable calls prior

Re: [PATCH v42 5/6] clk: clk_put WARNs if user has not disabled clk

2016-02-12 Thread Stephen Boyd
On 02/11, Michael Turquette wrote: > >From the clk_put kerneldoc in include/linux/clk.h: > > """ > Note: drivers must ensure that all clk_enable calls made on this clock > source are balanced by clk_disable calls prior to calling this function. > """ > > The common clock framework implementation

[PATCH v42 5/6] clk: clk_put WARNs if user has not disabled clk

2016-02-11 Thread Michael Turquette
>From the clk_put kerneldoc in include/linux/clk.h: """ Note: drivers must ensure that all clk_enable calls made on this clock source are balanced by clk_disable calls prior to calling this function. """ The common clock framework implementation of the clk.h api has per-user reference counts for