Re: [PATCH 3/6] phy: sun50i-usb3: Add a driver for the H6 USB3 PHY

2021-02-08 Thread Andre Przywara
On Sun, 7 Feb 2021 23:57:21 -0600 Samuel Holland wrote: Hi, > This driver is needed for XHCI to work on the Allwinner H6 SoC. The > driver is copied from Linux v5.10. > > Signed-off-by: Samuel Holland Compared against the Linux driver, also against the version I made myself a few months ago

[PATCH 3/6] phy: sun50i-usb3: Add a driver for the H6 USB3 PHY

2021-02-07 Thread Samuel Holland
This driver is needed for XHCI to work on the Allwinner H6 SoC. The driver is copied from Linux v5.10. Signed-off-by: Samuel Holland --- drivers/phy/allwinner/Kconfig | 8 ++ drivers/phy/allwinner/Makefile | 1 + drivers/phy/allwinner/phy-sun50i-usb3.c | 171 ++