]> git.karo-electronics.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:48:54 +0000 (13:48 +0200)
commit416fc204c9a0275023ad8b4043e336e235d58703
tree3b4ec95c95fb7e6f385e30cd885b6f62896ff45d
parent708920cb9018f2b5db20cce65c81d23efda2ecdd
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]