On Mon, 30 Sep 2019 at 06:29, Jean-Jacques Hiblot <[email protected]> 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 <[email protected]> > --- > > 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 <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

