commit | 82a8a669b4f7159f1f3c3251c2fcb36965896290 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Tue Jul 18 11:57:07 2017 +0200 |
committer | Marek Vasut <marex@denx.de> | Fri Jul 28 23:34:08 2017 +0200 |
tree | 6b52c69f258d57d59a86c76def7adeb2457bca51 | |
parent | 3b9d1bdd4e5fe0c44e5d4d0a0916dbccc558749d [diff] |
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>