Re: [PATCH v3 3/3] usb: ohci-at91: Add USB PHY functionality

2023-01-04 Thread Marek Vasut
On 1/4/23 15:08, Sergiu Moga wrote: Add the ability to enable/disable whatever USB PHY's are passed to the AT91 OHCI driver through DT. Signed-off-by: Sergiu Moga Tested-by: Mihai Sain Reviewed-by: Marek Vasut Thanks

[PATCH v3 3/3] usb: ohci-at91: Add USB PHY functionality

2023-01-04 Thread Sergiu Moga
Add the ability to enable/disable whatever USB PHY's are passed to the AT91 OHCI driver through DT. Signed-off-by: Sergiu Moga Tested-by: Mihai Sain --- v1 -> v2: - use *_bulk API's v2 -> v3: - use if (CONFIG_IS_ENABLED(...)) drivers/usb/host/ohci-at91.c | 28