]> git.baikalelectronics.ru Git - uboot.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)
commit35a344fe06aa7f4562740e9a587c1ebe44fc16a0
tree75fc6fcb0fccdc942c810fd4b44efc50e1845175
parentafbfa1455956bccc1a9c6933059a50c0b615c708
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