Re: [PATCH 0/7] Migrate omap_ehci to use phy driver

2022-02-22 Thread Marek Vasut
On 2/22/22 01:24, Derald Woods wrote: On Sat, Feb 19, 2022 at 5:09 PM Adam Ford wrote: With the NOP PHY driver available, it can support toggling the GPIOS to handle coming out of reset. This series cleans up the OMAP EHCI host driver, enables PHY support, and removes the code to toggle the re

Re: [PATCH 0/7] Migrate omap_ehci to use phy driver

2022-02-21 Thread Derald Woods
On Sat, Feb 19, 2022 at 5:09 PM Adam Ford wrote: > With the NOP PHY driver available, it can support toggling the > GPIOS to handle coming out of reset. This series cleans up > the OMAP EHCI host driver, enables PHY support, and removes > the code to toggle the reset GPIO's. > > This series was t

[PATCH 0/7] Migrate omap_ehci to use phy driver

2022-02-19 Thread Adam Ford
With the NOP PHY driver available, it can support toggling the GPIOS to handle coming out of reset. This series cleans up the OMAP EHCI host driver, enables PHY support, and removes the code to toggle the reset GPIO's. This series was tested on an OMAP3530, DM3730, and an AM3517. Users of the oma