Re: [U-Boot] [PATCH v2 03/18] dm: Add a No-op uclass

2019-05-18 Thread Simon Glass
On Mon, 13 May 2019 at 08:30, Jean-Jacques Hiblot wrote: > > This uclass is intended for devices that do not need any features from the > uclass, including binding children. > This will typically be used by devices that are used to bind child devices > but do not use dm_scan_fdt_dev() to do it. Th

[U-Boot] [PATCH v2 03/18] dm: Add a No-op uclass

2019-05-13 Thread Jean-Jacques Hiblot
This uclass is intended for devices that do not need any features from the uclass, including binding children. This will typically be used by devices that are used to bind child devices but do not use dm_scan_fdt_dev() to do it. That is for example the case of several USB wrappers that have 2 child