Re: [PATCH v5 02/15] dm: treewide: Do not opencode uclass_probe_all()

2022-09-29 Thread Simon Glass
On Tue, 27 Sept 2022 at 15:38, Michal Suchanek wrote: > > We already have a function for probing all devices of a specific class, > use it. > > Signed-off-by: Michal Suchanek > --- > drivers/cpu/cpu-uclass.c | 20 > drivers/virtio/virtio-uclass.c | 15 +-- >

[PATCH v5 02/15] dm: treewide: Do not opencode uclass_probe_all()

2022-09-27 Thread Michal Suchanek
We already have a function for probing all devices of a specific class, use it. Signed-off-by: Michal Suchanek --- drivers/cpu/cpu-uclass.c | 20 drivers/virtio/virtio-uclass.c | 15 +-- test/dm/core.c | 17 +++-- test/test-main.