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

2023-01-03 Thread Marek Vasut
On 1/3/23 14:02, sergiu.m...@microchip.com wrote: On 03.01.2023 01:33, Marek Vasut wrote: On 12/23/22 13:34, 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 ---   drivers/

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

2023-01-03 Thread Sergiu.Moga
On 03.01.2023 01:33, Marek Vasut wrote: > On 12/23/22 13:34, 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 >> --- >>   drivers/usb/host/ohci-at91.c | 31 +++

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

2023-01-02 Thread Marek Vasut
On 12/23/22 13:34, 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 --- drivers/usb/host/ohci-at91.c | 31 +++ 1 file changed, 31 insertions(+)

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

2022-12-23 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 --- drivers/usb/host/ohci-at91.c | 31 +++ 1 file changed, 31 insertions(+) diff --git a/drivers/usb/host/ohci-at91.c