usb: phy: Add snapshot of USB PHY drivers

This change adds USB QUSB and USB QMP PHY drivers used
on QTI MSM platforms. This snapshot is taken as of
msm-4.4 commit <9d9cf7636c0d> ("Merge "clk: msm:
clock-gpu-cobalt: Update the GPU PLL FMAXes"").

Change-Id: Id7cdc862fa3f8c2b941fd7e572523b79f57e2697
Signed-off-by: Mayank Rana <mrana@codeaurora.org>
diff --git a/drivers/usb/phy/Makefile b/drivers/usb/phy/Makefile
index f65ac3e..ce98866 100644
--- a/drivers/usb/phy/Makefile
+++ b/drivers/usb/phy/Makefile
@@ -28,3 +28,5 @@
 obj-$(CONFIG_USB_ULPI)			+= phy-ulpi.o
 obj-$(CONFIG_USB_ULPI_VIEWPORT)		+= phy-ulpi-viewport.o
 obj-$(CONFIG_KEYSTONE_USB_PHY)		+= phy-keystone.o
+obj-$(CONFIG_USB_MSM_SSPHY_QMP)     	+= phy-msm-ssusb-qmp.o
+obj-$(CONFIG_MSM_QUSB_PHY)              += phy-msm-qusb.o phy-msm-qusb-v2.o