[U-Boot] [PATCH v2 u-boot 1/2] clk: Add get/enable/disable/release for a bulk of clocks
Simon Glass
sjg at chromium.org
Tue Apr 3 17:53:43 UTC 2018
On 3 April 2018 at 17:44, Neil Armstrong <narmstrong at baylibre.com> wrote:
> 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 at baylibre.com>
> ---
> drivers/clk/clk-uclass.c | 59 +++++++++++++++++++++++++++++++++++++++
> include/clk.h | 72 +++++++++++++++++++++++++++++++++++++++++++++++-
> 2 files changed, 130 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list