[U-Boot] [PATCH v3 0/2] dm: core: add clocks node scan
patrice.chotard at st.com
patrice.chotard at st.com
Mon Sep 4 12:55:55 UTC 2017
From: Patrice Chotard <patrice.chotard at st.com>
v3: _ rename dm_extended_scan_dt() to dm_extended_scan_fdt() to insure
function naming consistency
_ update dm_extended_scan_fdt() description
v2: _ implement this feature in dm_extended_scan_dt() which can be called
from test/dm/test-main.c to insure that test scan DT clocks
sub-nodes
_ replace fdt_path_offset() by ofnode_path()
_ update sandbox dedicated test
Patrice Chotard (2):
dm: core: add clocks node scan
dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in
dm_do_test
arch/sandbox/dts/test.dts | 10 ++++++----
drivers/core/root.c | 34 ++++++++++++++++++++++++++++++++--
include/dm/root.h | 14 ++++++++++++++
test/dm/test-main.c | 2 +-
4 files changed, 53 insertions(+), 7 deletions(-)
--
1.9.1
More information about the U-Boot
mailing list