On 10-09-20, 07:52, Mauro Carvalho Chehab wrote: > This patch series add the PHY layer needed in order to support the USB > functionality on Hikey 970 boards. > > v3: > - split a namespace patch on two (one with code changes and another > one with dt-bindings changes); > - placed just the PHY driver on this series. Another series will add the > USB HUB driver and the DTS changes required to enable USB support > for this board. I have only cover in my inbox, no other patches. Even lore doesn't show the series, not sure what happened here > > Mauro Carvalho Chehab (6): > phy: hisilicon: phy-hi3670-usb3: use a consistent namespace > dts: phy: phy-hi3670-usb3.txt: use a consistent namespace > phy: hisilicon: phy-hi3670-usb3: fix coding style > phy: hisilicon: phy-hi3670-usb3: change some DT properties > dt-bindings: phy: convert phy-kirin970-usb3.txt to yaml > MAINTAINERS: add myself as maintainer for Kirin 970 USB PHY > > Yu Chen (2): > phy: hisilicon: add USB physical layer for Kirin 3670 > phy: hisilicon: phy-hi3670-usb3: fix some issues at the init code > > .../bindings/phy/hisilicon,hi3670-usb3.yaml | 72 ++ > MAINTAINERS | 9 +- > drivers/phy/hisilicon/Kconfig | 10 + > drivers/phy/hisilicon/Makefile | 1 + > drivers/phy/hisilicon/phy-hi3670-usb3.c | 671 ++++++++++++++++++ > 5 files changed, 762 insertions(+), 1 deletion(-) > create mode 100644 Documentation/devicetree/bindings/phy/hisilicon,hi3670-usb3.yaml > create mode 100644 drivers/phy/hisilicon/phy-hi3670-usb3.c > > -- > 2.26.2 > -- ~Vinod