On 6 July 2015 at 12:54, Simon Glass <[email protected]> wrote: > Add a test to confirm that we can access system controllers and find their > driver data. > > Signed-off-by: Simon Glass <[email protected]> > --- > > arch/sandbox/dts/test.dts | 10 ++++++++++ > arch/sandbox/include/asm/test.h | 8 ++++++++ > configs/sandbox_defconfig | 1 + > drivers/misc/Makefile | 1 + > drivers/misc/syscon_sandbox.c | 27 +++++++++++++++++++++++++++ > test/dm/Makefile | 1 + > test/dm/syscon.c | 31 +++++++++++++++++++++++++++++++ > 7 files changed, 79 insertions(+) > create mode 100644 drivers/misc/syscon_sandbox.c > create mode 100644 test/dm/syscon.c >
Applied to u-boot-dm. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

