]> git.dujemihanovic.xyz Git - u-boot.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)
commit53c20bebb2215caaadc58b2eee2c80c61456b93d
tree8bedcb50eb2ef1ef4e4f21d9c7d21bf0d85d6935
parentd32f62f49d338e68c2d793a9e2412677a740c89f
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