RE: [PATCH v3 1/2] dm: core: add function uclass_probe_all() to probe all devices

2020-11-17 Thread Vabhav Sharma (OSS)
> -Original Message- > From: Simon Glass > Sent: Tuesday, October 27, 2020 10:22 AM > To: Vabhav Sharma (OSS) > Cc: Stefan Roese ; U-Boot Mailing List ; > Varun Sethi ; Andre Przywara > ; Vabhav Sharma > Subject: Re: [PATCH v3 1/2] dm: core: add function uclas

Re: [PATCH v3 1/2] dm: core: add function uclass_probe_all() to probe all devices

2020-10-26 Thread Simon Glass
On Mon, 19 Oct 2020 at 12:10, Vabhav Sharma wrote: > > From: Vabhav Sharma > > Support a common method to probe all devices associated with uclass. > > This includes data structures and code for finding the first device and > looping for remaining devices associated with uclasses (groups of

[PATCH v3 1/2] dm: core: add function uclass_probe_all() to probe all devices

2020-10-19 Thread Vabhav Sharma
From: Vabhav Sharma Support a common method to probe all devices associated with uclass. This includes data structures and code for finding the first device and looping for remaining devices associated with uclasses (groups of devices with the same purpose, e.g. all SERIAL ports will be in the