commit | 2543b16007a4545a1858f3462ee4c7ee8b331a94 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Dec 22 19:30:29 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:24:40 2021 -0700 |
tree | e71f9263d0c27163d49e78157963de130393e148 | |
parent | 9558862dde84e1e0488c51413f5a5daedbe51ce8 [diff] |
dm: core: Use access methods for dev/uclass private data Use these functions in the core code as much as possible. With this, there are only two places where each priv/plat pointer is accessed, one for read and one for write. Signed-off-by: Simon Glass <sjg@chromium.org>