commit | 89ba6d553572fe9177ae472170b8373e49f97953 | [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 | 0fd3d91152df5bb6c5f7b9ee68f01a9a1c9a875d [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>