From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 6 Aug 2018 18:03:44 +0200 Subject: [U-Boot] [PATCH v4 3/4] test: Add tests for misc uclass In-Reply-To: <20180731122415.3796-3-mario.six@gdsys.cc> References: <20180731122415.3796-1-mario.six@gdsys.cc> <20180731122415.3796-3-mario.six@gdsys.cc> Message-ID: <20180806180344.5a1046d9@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 31 Jul 2018 14:24:14 +0200 Mario Six mario.six at gdsys.cc wrote: ... > --- > arch/sandbox/dts/test.dts | 4 ++ > drivers/misc/Makefile | 2 +- > drivers/misc/misc_sandbox.c | 133 ++++++++++++++++++++++++++++++++++++++++++++ > test/dm/Makefile | 1 + > test/dm/misc.c | 83 +++++++++++++++++++++++++++ > 5 files changed, 222 insertions(+), 1 deletion(-) > create mode 100644 drivers/misc/misc_sandbox.c > create mode 100644 test/dm/misc.c Applied to u-boot-staging/agust at denx.de, thanks! -- Anatolij