]> git.ipfire.org Git - thirdparty/u-boot.git/commit
dm: core: Access device flags through functions
authorSimon Glass <sjg@chromium.org>
Sat, 19 Dec 2020 17:40:10 +0000 (10:40 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:41 +0000 (12:24 -0700)
commit73466df3e214f6ff1966e69df351f273eec1a029
tree75fc6fcb0fccdc942c810fd4b44efc50e1845175
parent2462139fdd4f1f5eb50427e287a802b9c9eef097
dm: core: Access device flags through functions

At present flags are stored as part of the device. In preparation for
storing them separately, change the access to go through inline functions.

Signed-off-by: Simon Glass <sjg@chromium.org>
16 files changed:
cmd/remoteproc.c
drivers/clk/clk.c
drivers/core/device-remove.c
drivers/core/device.c
drivers/core/devres.c
drivers/core/dump.c
drivers/mtd/nand/raw/octeontx_nand.c
drivers/remoteproc/rproc-uclass.c
drivers/serial/serial-uclass.c
include/dm/device.h
include/virtio.h
test/dm/bus.c
test/dm/core.c
test/dm/cpu.c
test/dm/test-fdt.c
test/dm/virtio.c