commit | 96fc03db4a425d7db19752f5584248ec96119a7e | [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 | e4d368ed41bf994a8ea9348166f62bab6acc0aa7 [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>