Re: [U-Boot] [PATCH v9 03/10] clk: add clk_release_all()

2017-07-05 Thread Simon Glass
On 21 June 2017 at 06:42, wrote: > From: Patrice Chotard > > Add clk_release_all() method which Disable/Free an > array of clocks that has been previously requested by > clk_request/get_by_*() > > Signed-off-by: Patrice Chotard

[U-Boot] [PATCH v9 03/10] clk: add clk_release_all()

2017-06-21 Thread patrice.chotard
From: Patrice Chotard Add clk_release_all() method which Disable/Free an array of clocks that has been previously requested by clk_request/get_by_*() Signed-off-by: Patrice Chotard --- v9: _ to avoid confusion, rename clk_disable_all() in