Re: [PATCH v5 07/29] dm: pci: Allow disabling auto-config for a device

2020-04-15 Thread Bin Meng
On Thu, Apr 9, 2020 at 6:58 AM Simon Glass wrote: > > Add a means to avoid configuring a device when needed. Add an explanation > of why this is useful to the binding file. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v5: None > Changes in v4: None > Changes in v3:

[PATCH v5 07/29] dm: pci: Allow disabling auto-config for a device

2020-04-08 Thread Simon Glass
Add a means to avoid configuring a device when needed. Add an explanation of why this is useful to the binding file. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v5: None Changes in v4: None Changes in v3: Drop acpi,name in example Changes in v2: None doc/device-tree-bindi