Re: [U-Boot] [PATCH v7 03/10] clk: add clk_disable_all()

2017-06-20 Thread Patrice CHOTARD
Hi Lothar On 06/20/2017 02:11 PM, Lothar Waßmann wrote: > Hi, > > On Tue, 20 Jun 2017 11:59:04 +0200 patrice.chot...@st.com wrote: >> From: Patrice Chotard >> >> Add clk_disable_all() method which Request/Disable/Free an >> array of clocks that has been previously requested by >> clk_request/get

Re: [U-Boot] [PATCH v7 03/10] clk: add clk_disable_all()

2017-06-20 Thread Lothar Waßmann
Hi, On Tue, 20 Jun 2017 11:59:04 +0200 patrice.chot...@st.com wrote: > From: Patrice Chotard > > Add clk_disable_all() method which Request/Disable/Free an > array of clocks that has been previously requested by > clk_request/get_by_*() > > Signed-off-by: Patrice Chotard > Reviewed-by: Simon G

[U-Boot] [PATCH v7 03/10] clk: add clk_disable_all()

2017-06-20 Thread patrice.chotard
From: Patrice Chotard Add clk_disable_all() method which Request/Disable/Free an array of clocks that has been previously requested by clk_request/get_by_*() Signed-off-by: Patrice Chotard Reviewed-by: Simon Glass --- v7: _ none v6: _ none v5: _ none v4: _ none v3: _ add c