]> git.baikalelectronics.ru Git - uboot.git/commit
clk: add clk_release_all()
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 18 Jul 2017 09:57:07 +0000 (11:57 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 28 Jul 2017 21:34:08 +0000 (23:34 +0200)
commitc54711c58123fbd7bd3b1c267c5d84bded4cb619
tree6b52c69f258d57d59a86c76def7adeb2457bca51
parentc55ba7ae51238eff2f566953af9548be711b49a6
clk: add clk_release_all()

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 <patrice.chotard@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/clk/clk-uclass.c
include/clk.h