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

2023-01-03 Thread Marek Vasut
On 1/3/23 15:30, 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 --- v1 -> v2: - use *_bulk API's drivers/usb/host/ohci-at91.c | 35 +++

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

2023-01-03 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 drivers/usb/host/ohci-at91.c | 35 +++ 1 file changed, 35 insertions(+) diff