
1 Jun
2017
1 Jun
'17
5:10 a.m.
On 24 May 2017 at 07:07, patrice.chotard@st.com wrote:
From: Patrice Chotard patrice.chotard@st.com
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 patrice.chotard@st.com
v4: _ add clk_disable_all() method as suggested by Marek Vasut and Simon Glass
drivers/clk/clk-uclass.c | 22 ++++++++++++++++++++++ include/clk.h | 10 ++++++++++ 2 files changed, 32 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org