Re: [PATCH v4 04/21] dm: blk: Add probe in blk_first_device/blk_next_device

2022-11-09 Thread Simon Glass
On Mon, 10 Oct 2022 at 16:33, Simon Glass wrote: > > Hi Michal, > > On Mon, 10 Oct 2022 at 15:33, Michal Suchánek wrote: > > > > On Mon, Oct 10, 2022 at 09:49:20PM +0200, Michal Suchánek wrote: > > > On Sun, Oct 02, 2022 at 07:10:40PM -0600, Simon Glass wrote: > > > > Hi Michal, > > > > > > > > O

Re: [PATCH v4 04/21] dm: blk: Add probe in blk_first_device/blk_next_device

2022-10-10 Thread Simon Glass
Hi Michal, On Mon, 10 Oct 2022 at 15:33, Michal Suchánek wrote: > > On Mon, Oct 10, 2022 at 09:49:20PM +0200, Michal Suchánek wrote: > > On Sun, Oct 02, 2022 at 07:10:40PM -0600, Simon Glass wrote: > > > Hi Michal, > > > > > > On Sun, 2 Oct 2022 at 13:34, Michal Suchánek wrote: > > > > > > > > O

Re: [PATCH v4 04/21] dm: blk: Add probe in blk_first_device/blk_next_device

2022-10-10 Thread Michal Suchánek
On Mon, Oct 10, 2022 at 09:49:20PM +0200, Michal Suchánek wrote: > On Sun, Oct 02, 2022 at 07:10:40PM -0600, Simon Glass wrote: > > Hi Michal, > > > > On Sun, 2 Oct 2022 at 13:34, Michal Suchánek wrote: > > > > > > On Thu, Sep 29, 2022 at 04:00:26AM -0600, Simon Glass wrote: > > > > Hi Michal, >

Re: [PATCH v4 04/21] dm: blk: Add probe in blk_first_device/blk_next_device

2022-10-10 Thread Michal Suchánek
On Sun, Oct 02, 2022 at 07:10:40PM -0600, Simon Glass wrote: > Hi Michal, > > On Sun, 2 Oct 2022 at 13:34, Michal Suchánek wrote: > > > > On Thu, Sep 29, 2022 at 04:00:26AM -0600, Simon Glass wrote: > > > Hi Michal, > > > > > > On Sun, 25 Sept 2022 at 02:28, Michal Suchanek wrote: > > > > > > >

Re: [PATCH v4 04/21] dm: blk: Add probe in blk_first_device/blk_next_device

2022-10-02 Thread Simon Glass
Hi Michal, On Sun, 2 Oct 2022 at 13:34, Michal Suchánek wrote: > > On Thu, Sep 29, 2022 at 04:00:26AM -0600, Simon Glass wrote: > > Hi Michal, > > > > On Sun, 25 Sept 2022 at 02:28, Michal Suchanek wrote: > > > > > > The description claims that the device is probed but it isn't. > > > > > > Add

Re: [PATCH v4 04/21] dm: blk: Add probe in blk_first_device/blk_next_device

2022-10-02 Thread Michal Suchánek
On Thu, Sep 29, 2022 at 04:00:26AM -0600, Simon Glass wrote: > Hi Michal, > > On Sun, 25 Sept 2022 at 02:28, Michal Suchanek wrote: > > > > The description claims that the device is probed but it isn't. > > > > Add the device_probe() call. > > > > Also consolidate the iteration into one function.

Re: [PATCH v4 04/21] dm: blk: Add probe in blk_first_device/blk_next_device

2022-09-29 Thread Simon Glass
Hi Michal, On Sun, 25 Sept 2022 at 02:28, Michal Suchanek wrote: > > The description claims that the device is probed but it isn't. > > Add the device_probe() call. > > Also consolidate the iteration into one function. > > Fixes: 8a5cbc065d ("dm: blk: Use uclass_find_first/next_device() in > blk

[PATCH v4 04/21] dm: blk: Add probe in blk_first_device/blk_next_device

2022-09-25 Thread Michal Suchanek
The description claims that the device is probed but it isn't. Add the device_probe() call. Also consolidate the iteration into one function. Fixes: 8a5cbc065d ("dm: blk: Use uclass_find_first/next_device() in blk_first/next_device()") Signed-off-by: Michal Suchanek --- drivers/block/blk-ucla