commit | 6211d76de1788986e3d9959af4253783c3699e2e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 19 10:40:10 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:24:41 2021 -0700 |
tree | 75fc6fcb0fccdc942c810fd4b44efc50e1845175 | |
parent | 5e34992b8b92ef656c1a86af9a9b4208b09595f8 [diff] |
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>