commit | 8a275a0266053d503425036d9e9a691d8de95cd6 | [log] [tgz] |
---|---|---|
author | Neil Armstrong <narmstrong@baylibre.com> | Tue Apr 03 11:44:18 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 10 11:52:16 2018 -0400 |
tree | e0dfda3432251516b9752cbf05be632331b08c3c | |
parent | 20c633dbe9a82f709b39f1276f576127ec6e6d3e [diff] |
clk: Add get/enable/disable/release for a bulk of clocks This patch adds a "bulk" API to the clock API in order to get/enable/disable /release a group of clocks associated with a device. This bulk API will avoid adding a copy of the same code to manage a group of clocks in drivers. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Simon Glass <sjg@chromium.org>