]> git.baikalelectronics.ru Git - uboot.git/commit
dm: core: Switch the testbus driver to use a new struct
authorSimon Glass <sjg@chromium.org>
Sun, 8 May 2022 10:39:23 +0000 (04:39 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 28 Jun 2022 02:09:52 +0000 (03:09 +0100)
commitf1a53d48c71c09fa02214c169769c613738bc30a
tree8bedcb50eb2ef1ef4e4f21d9c7d21bf0d85d6935
parent38a452e404cc0e038a037c43ae45ae638616ead6
dm: core: Switch the testbus driver to use a new struct

At present this driver uses 'priv' struct to hold 'plat' data, which is
confusing. The contents of the strct don't matter, since only dtoc is
using it. Create a new struct with the correct name.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/misc/test_drv.c
include/dm/test.h
tools/dtoc/test_dtoc.py