Re: [PATCH v2] bus/auxiliary: support cleanup callback

2023-06-06 Thread Thomas Monjalon
17/03/2023 16:24, Xueming Li: > The bus cleanup callback is used to sunset all devices on bus > gracefully. This patch supports the callback by unplug all > devices on auxiliary bus. > > Signed-off-by: Xueming Li Applied, thanks.

[PATCH v2] bus/auxiliary: support cleanup callback

2023-03-17 Thread Xueming Li
The bus cleanup callback is used to sunset all devices on bus gracefully. This patch supports the callback by unplug all devices on auxiliary bus. Signed-off-by: Xueming Li --- drivers/bus/auxiliary/auxiliary_common.c | 21 + 1 file changed, 21 insertions(+) diff --git a/dri