
18 Jul
2015
18 Jul
'15
1:58 a.m.
On 6 July 2015 at 12:54, Simon Glass sjg@chromium.org wrote:
Add tests of each API call using a sandbox clock device.
Signed-off-by: Simon Glass sjg@chromium.org
arch/sandbox/dts/test.dts | 4 ++ arch/sandbox/include/asm/test.h | 11 ++++++ configs/sandbox_defconfig | 1 + drivers/clk/Makefile | 1 + drivers/clk/clk_sandbox.c | 85 +++++++++++++++++++++++++++++++++++++++++ test/dm/Makefile | 1 + test/dm/clk.c | 59 ++++++++++++++++++++++++++++ 7 files changed, 162 insertions(+) create mode 100644 drivers/clk/clk_sandbox.c create mode 100644 test/dm/clk.c
Applied to u-boot-dm.