]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: test: Add a test for the system controller uclass
authorSimon Glass <sjg@chromium.org>
Mon, 6 Jul 2015 18:54:35 +0000 (12:54 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:48:55 +0000 (13:48 +0200)
commit2416824ab36ccfe460bade1eaa1f75dcaa72d7cd
treea75da147971a8a391e9fce2196eda559b700ba8d
parent92821bddbd7c4d05472e1476e6789fc7523da97e
dm: test: Add a test for the system controller uclass

Add a test to confirm that we can access system controllers and find their
driver data.

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