Re: [PATCH 03/31] dm: core: Allow getting some basic stats

2021-11-01 Thread Ilias Apalodimas
Hi Simon, How is this related to the bloblist patchset? Is it required or it can split of? Regards /Ilias On Mon, 1 Nov 2021 at 03:19, Simon Glass wrote: > > Add a function that returns some basic stats about driver model. For now > we only have two. > > Signed-off-by: Simon Glass > --- > >

[PATCH 03/31] dm: core: Allow getting some basic stats

2021-10-31 Thread Simon Glass
Add a function that returns some basic stats about driver model. For now we only have two. Signed-off-by: Simon Glass --- drivers/core/device.c| 11 ++ drivers/core/root.c | 7 ++ drivers/core/uclass.c| 13 include/dm/device.h | 11