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

2020-12-01 Thread Vabhav Sharma (OSS)
; > >> s...@chromium.org; s...@denx.de > >> Cc: u-boot@lists.denx.de; Varun Sethi ; > >> andre.przyw...@arm.com; Vabhav Sharma > >> Subject: Re: [PATCH v4 1/2] dm: core: add function uclass_probe_all() > >> to probe all devices > >> > &g

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

2020-11-23 Thread Sean Anderson
: [PATCH v4 1/2] dm: core: add function uclass_probe_all() to probe all devices On 11/17/20 10:00 AM, 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

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

2020-11-23 Thread Vabhav Sharma (OSS)
> -Original Message- > From: Sean Anderson > Sent: Thursday, November 19, 2020 9:05 AM > To: Vabhav Sharma (OSS) ; > s...@chromium.org; s...@denx.de > Cc: u-boot@lists.denx.de; Varun Sethi ; > andre.przyw...@arm.com; Vabhav Sharma > Subject: Re: [PATCH v4 1/2

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

2020-11-18 Thread Sean Anderson
On 11/17/20 10:00 AM, 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 devices >

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

2020-11-17 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