RE: [PATCH v2] dm: core: Move "/chosen" and "/firmware" node scan

2020-02-18 Thread Patrick DELAUNAY
Hi, > From: Simon Glass > Sent: lundi 17 février 2020 04:56 > > Hi Patrick, > > On Thu, 13 Feb 2020 at 11:48, Patrick Delaunay > wrote: > > > > Use the new function dm_scan_fdt_ofnode_path() to scan all the nodes > > which aren't devices themselves but may contain some: > > - "/chosen" > > -

Re: [PATCH v2] dm: core: Move "/chosen" and "/firmware" node scan

2020-02-16 Thread Simon Glass
Hi Patrick, On Thu, 13 Feb 2020 at 11:48, Patrick Delaunay wrote: > > Use the new function dm_scan_fdt_ofnode_path() to scan all the nodes > which aren't devices themselves but may contain some: > - "/chosen" > - "/clocks" > - "/firmware" > > The patch removes the strcmp call in recursive

Re: [PATCH v2] dm: core: Move "/chosen" and "/firmware" node scan

2020-02-14 Thread Michal Simek
čt 13. 2. 2020 v 19:48 odesílatel Patrick Delaunay napsal: > > Use the new function dm_scan_fdt_ofnode_path() to scan all the nodes > which aren't devices themselves but may contain some: > - "/chosen" > - "/clocks" > - "/firmware" > > The patch removes the strcmp call in recursive function

[PATCH v2] dm: core: Move "/chosen" and "/firmware" node scan

2020-02-13 Thread Patrick Delaunay
Use the new function dm_scan_fdt_ofnode_path() to scan all the nodes which aren't devices themselves but may contain some: - "/chosen" - "/clocks" - "/firmware" The patch removes the strcmp call in recursive function dm_scan_fdt_live() and also corrects a conflict with the 2 applied patches in