
25 May
2017
25 May
'17
2:06 a.m.
Adjust this function to use an ofnode instead of an offset, so it can be used with livetree. This involves updating all callers.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v3: None Changes in v2: None
drivers/core/lists.c | 12 ++++++------ drivers/core/root.c | 2 +- drivers/serial/serial-uclass.c | 3 ++- drivers/timer/timer-uclass.c | 3 ++- include/dm/lists.h | 7 +++---- 5 files changed, 14 insertions(+), 13 deletions(-)
Applied to u-boot-dm