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

Add a test to confirm that we can probe this device. Since there is no
MMC stack support in sandbox at present, this is as far as the test goes.

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