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

2024-03-05 Thread Javier Carrasco
On 05.03.24 14:34, Greg Kroah-Hartman wrote: > 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

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

2024-03-05 Thread Greg Kroah-Hartman
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 ex

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

2024-03-04 Thread Javier Carrasco
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