Re: [PATCH v2 14/18] dm: core: Add function to access uclass priv

2020-12-28 Thread Simon Glass
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 --- (no changes since v1) drivers/core/uclass.c| 10 ++ include/dm/uclass-internal.h | 14 ++ include/dm/

[PATCH v2 14/18] dm: core: Add function to access uclass priv

2020-12-22 Thread Simon Glass
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 --- (no changes since v1) drivers/core/uclass.c| 10 ++ include/dm/uclass-internal.h | 14 ++ include/dm/