Re: [PATCH v7 2/9] usb: misc: onboard_hub: use device supply names

From: Greg Kroah-Hartman
Date: Tue Mar 05 2024 - 08:34:37 EST


On Tue, Mar 05, 2024 at 06:55:02AM +0100, Javier Carrasco wrote:
> The current implementation uses generic names for the power supplies,
> which conflicts with proper name definitions in the device bindings.
>
> Add a per-device property to include real supply names and keep generic
> names for existing devices to keep backward compatibility.
>
> Acked-by: Matthias Kaehlcke <mka@xxxxxxxxxxxx>
> Signed-off-by: Javier Carrasco <javier.carrasco@xxxxxxxxxxxxxx>
> ---
> drivers/usb/misc/onboard_usb_hub.c | 49 ++++++++++++++++++++------------------
> drivers/usb/misc/onboard_usb_hub.h | 12 ++++++++++
> 2 files changed, 38 insertions(+), 23 deletions(-)

Due to other patches to this file, this commit does not apply to my
tree. Can you rebase and resend after -rc1 is out?

thanks,

greg k-h