Re: [PATCH v4 02/21] dm: core: Add note about device_probe idempotence

2022-09-29 Thread Simon Glass
On Sun, 25 Sept 2022 at 02:28, Michal Suchanek wrote: > > device_probe returns early when the device is already activated. > Add a note to the documentation that it can be used on already activated > devices. > > Signed-off-by: Michal Suchanek > --- > include/dm/device-internal.h | 4 ++-- > 1 f

[PATCH v4 02/21] dm: core: Add note about device_probe idempotence

2022-09-25 Thread Michal Suchanek
device_probe returns early when the device is already activated. Add a note to the documentation that it can be used on already activated devices. Signed-off-by: Michal Suchanek --- include/dm/device-internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/dm/de