[U-Boot] [PATCH v1 3/5] test: clk: Update tests to also check the managed API

Simon Glass sjg at chromium.org
Wed Oct 30 01:48:41 UTC 2019


On Mon, 30 Sep 2019 at 06:29, Jean-Jacques Hiblot <jjhiblot at ti.com> wrote:
>
> Add a few more clocks the clk_sandbox clock provider and get them using
> the managed API.
> Make sure they are released when the device is removed.
>
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot at ti.com>
> ---
>
>  arch/sandbox/dts/test.dts      |  6 ++--
>  arch/sandbox/include/asm/clk.h | 33 +++++++++++++++++
>  drivers/clk/clk_sandbox.c      | 34 ++++++++++++++++++
>  drivers/clk/clk_sandbox_test.c | 66 +++++++++++++++++++++++++++++-----
>  test/dm/clk.c                  | 36 ++++++++++++++++++-
>  5 files changed, 163 insertions(+), 12 deletions(-)

+Stephen Warren

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list