[U-Boot] [PATCH v4 05/11] clk: add clk_disable_all()
Simon Glass
sjg at chromium.org
Thu Jun 1 03:10:44 UTC 2017
On 24 May 2017 at 07:07, <patrice.chotard at st.com> wrote:
> From: Patrice Chotard <patrice.chotard at 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 at 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 at chromium.org>
More information about the U-Boot
mailing list