Message ID | 20181127100722.9993-1-shawn.guo@linaro.org |
---|---|
Headers | show |
Series | Add Synopsys High-Speed USB PHY driver for Qualcomm SoCs | expand |
Hi Shawn, On Tue, Nov 27, 2018 at 06:07:22PM +0800, Shawn Guo wrote: > It adds Synopsys 28nm Femto High-Speed USB PHY driver support, which > is usually paired with Synopsys DWC3 USB controllers on Qualcomm SoCs. > > Signed-off-by: Shawn Guo <shawn.guo@linaro.org> > --- > drivers/phy/qualcomm/Kconfig | 10 + > drivers/phy/qualcomm/Makefile | 1 + > .../phy/qualcomm/phy-qcom-usb-hs-snsp-28nm.c | 529 ++++++++++++++++++ Just caught this... s/snsp/snps/ in the file name? The bindings doc in Patch 1 is named correctly. Thanks, Jack -- The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project
On Wed, Dec 19, 2018 at 12:01:07PM -0800, Jack Pham wrote: > Hi Shawn, > > On Tue, Nov 27, 2018 at 06:07:22PM +0800, Shawn Guo wrote: > > It adds Synopsys 28nm Femto High-Speed USB PHY driver support, which > > is usually paired with Synopsys DWC3 USB controllers on Qualcomm SoCs. > > > > Signed-off-by: Shawn Guo <shawn.guo@linaro.org> > > --- > > drivers/phy/qualcomm/Kconfig | 10 + > > drivers/phy/qualcomm/Makefile | 1 + > > .../phy/qualcomm/phy-qcom-usb-hs-snsp-28nm.c | 529 ++++++++++++++++++ > > Just caught this... > s/snsp/snps/ in the file name? The bindings doc in Patch 1 is named > correctly. Oops, I will fix it with v6. Thanks for spotting it. Shawn