[U-Boot] [PATCH v5 05/11] clk: add clk_disable_all()
Simon Glass
sjg at chromium.org
Fri Jun 2 02:56:22 UTC 2017
On 1 June 2017 at 05:36, <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>
> ---
> v5: _ none
> 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