From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Fri, 10 Jan 2020 03:57:34 -0500 Subject: [PATCH 16/19] dm: test: Add a test driver for devres In-Reply-To: <20191229211913.16.I4a1626811f9900113b66d5d12671bf86f9b00839@changeid> References: <20191229211913.16.I4a1626811f9900113b66d5d12671bf86f9b00839@changeid> <20191230041928.74874-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Add a driver which does devres allocations so that we can write tests for devres. Signed-off-by: Simon Glass --- arch/sandbox/dts/test.dts | 4 ++++ include/dm/uclass-id.h | 1 + include/test/test.h | 9 ++++++++ test/dm/test-fdt.c | 47 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 61 insertions(+) Applied to u-boot-dm, thanks!