Re: [U-Boot] [UBOOT PATCH 1/2] dm: core: Move "/clock" node scan into function

2018-08-17 Thread Simon Glass
On 10 August 2018 at 02:45, Rajan Vaja wrote: > Create separate function for scanning node by path and > move "/clock" node scan code into that function. > > This will be usable if scanning of more node is required. > > Signed-off-by: Rajan Vaja > --- > drivers/core/root.c | 33 +

[U-Boot] [UBOOT PATCH 1/2] dm: core: Move "/clock" node scan into function

2018-08-11 Thread Rajan Vaja
Create separate function for scanning node by path and move "/clock" node scan code into that function. This will be usable if scanning of more node is required. Signed-off-by: Rajan Vaja --- drivers/core/root.c | 33 ++--- 1 file changed, 18 insertions(+), 15 deleti