[PATCH v2 14/18] dm: core: Add function to access uclass priv
Simon Glass
sjg at chromium.org
Mon Dec 28 17:25:55 CET 2020
Add functions so this information is not accessed directly. This will be
needed for of-platdata which stores it in a different place.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
drivers/core/uclass.c | 10 ++++++++++
include/dm/uclass-internal.h | 14 ++++++++++++++
include/dm/uclass.h | 8 ++++++++
3 files changed, 32 insertions(+)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list