Re: [PATCH 3/6] drivers: base: component: Add debug message for unbind

2025-02-20 Thread Greg Kroah-Hartman
On Wed, Feb 12, 2025 at 12:05:39PM -0800, Lucas De Marchi wrote: > Like when binding component, add a debug message to the unbinding case > to make it easy to track the lifecycle. This also includes the component > pointer since that is used to open a group in devres, making it easier > to track th

[PATCH 3/6] drivers: base: component: Add debug message for unbind

2025-02-12 Thread Lucas De Marchi
Like when binding component, add a debug message to the unbinding case to make it easy to track the lifecycle. This also includes the component pointer since that is used to open a group in devres, making it easier to track the resources. Signed-off-by: Lucas De Marchi --- drivers/base/component