[U-Boot] [PATCH u-boot] clk: Add get/enable/disable/release for a bulk of clocks

Simon Glass sjg at chromium.org
Sat Mar 31 08:42:08 UTC 2018


On 30 March 2018 at 16:53, 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>
> ---
> This serie and the "reset bulk" serie is necessary and suggested by Marek Vasut
> for the "Add USB Support for Amlogic Meson GXL SoCs" to avoid adding the same
> code to manage a bulk of clocks and resets in another driver.
> I will push a RFC code to update the other drivers having a similar
> code pattern when these patches are merged.
>
>  drivers/clk/clk-uclass.c | 59 +++++++++++++++++++++++++++++++++++++++
>  include/clk.h            | 72 +++++++++++++++++++++++++++++++++++++++++++++++-
>  2 files changed, 130 insertions(+), 1 deletion(-)
>

This looks good. Please can you add a sandbox test?

Regards,
Simon


More information about the U-Boot mailing list