Re: [PATCH v3 1/2] USB: core: add 'shutdown' callback to usb_driver
From: gregkh@xxxxxxxxxxxxxxxxxxx
Date: Sat Jul 06 2024 - 08:37:03 EST
On Sat, Jul 06, 2024 at 12:03:23PM +0000, Aditya Garg wrote:
> From: Kerem Karabay <kekrby@xxxxxxxxx>
>
> Currently there is no standardized method for USB drivers to handle
> shutdown events. This patch simplifies running code on shutdown for USB
> devices by adding a shutdown callback to usb_driver.
>
> Signed-off-by: Kerem Karabay <kekrby@xxxxxxxxx>
Where did Kerem do this work? Any reason why they aren't submitting
these themselves? Not that this is a problem, just trying to figure out
what went wrong with the development process here.
thanks,
greg k-h