Re: [PATCH v3 4/5] usb: onboard-hub: Add support for multiple power supplies

2025-06-24 Thread Quentin Schulz
Hi Lukasz, On 6/10/25 10:02 AM, Lukasz Czechowski wrote: Some of the onboard hubs require multiple power supplies, so extend the driver to support them. The implementation is inspired by the kernel driver, as introduced by commit [1] in the v6.10 kernel. [1] https://github.com/torvalds/linux/c

[PATCH v3 4/5] usb: onboard-hub: Add support for multiple power supplies

2025-06-10 Thread Lukasz Czechowski
Some of the onboard hubs require multiple power supplies, so extend the driver to support them. The implementation is inspired by the kernel driver, as introduced by commit [1] in the v6.10 kernel. [1] https://github.com/torvalds/linux/commit/ec1848cd5df426f57a7f6a8a6b95b69259c52cfc Signed-off-by