]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: test: Add tests for the clk uclass
authorSimon Glass <sjg@chromium.org>
Mon, 6 Jul 2015 18:54:24 +0000 (12:54 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Jul 2015 23:39:30 +0000 (17:39 -0600)
commit6a1c7cef14a41ade84bccdded1fd87b908b6958c
treef411334af8078f63b3767ba6bccc1e1167e4b463
parentc02790ce12f3bf01a49fbef71da64322fde863e6
dm: test: Add tests for the clk uclass

Add tests of each API call using a sandbox clock device.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/test.dts
arch/sandbox/include/asm/test.h
configs/sandbox_defconfig
drivers/clk/Makefile
drivers/clk/clk_sandbox.c [new file with mode: 0644]
test/dm/Makefile
test/dm/clk.c [new file with mode: 0644]