]> git.ipfire.org Git - people/ms/u-boot.git/commit
test: Add a test for regmap
authorSimon Glass <sjg@chromium.org>
Mon, 6 Jul 2015 18:54:39 +0000 (12:54 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Jul 2015 23:39:33 +0000 (17:39 -0600)
commit86075bab27b44bfa3748daa5fec137ec534dab99
treefce94eaf61b7754a7a3111f5fd102141e5da2051
parent9f4629be8a9a06211e392ff0eccbff76603488b2
test: Add a test for regmap

We use syscon to test that the regmap functions work as expected.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/dm/Makefile
test/dm/regmap.c [new file with mode: 0644]