[9610] phy: usb: add PHY driver for USBDRD3
authorKisang Lee <kisang80.lee@samsung.com>
Thu, 17 May 2018 11:55:47 +0000 (20:55 +0900)
committerKisang Lee <kisang80.lee@samsung.com>
Thu, 17 May 2018 12:22:41 +0000 (21:22 +0900)
commit56cd25b484fe24e2661f2d31e069c70f15b5b714
tree215670a1321937d7be4442c15477631ca0bf1de7
parent0fd7b5c3dc93923d7f8401a9b0f83f8747c51755
[9610] phy: usb: add PHY driver for USBDRD3

Change-Id: I7d79fa369409f6cb3c51e21a16ec9a385f97d7e7
Signed-off-by: Kisang Lee <kisang80.lee@samsung.com>
27 files changed:
drivers/phy/phy-core.c
drivers/phy/samsung/Kconfig
drivers/phy/samsung/Makefile
drivers/phy/samsung/phy-exynos-debug.h [new file with mode: 0644]
drivers/phy/samsung/phy-exynos-debugfs.c [new file with mode: 0644]
drivers/phy/samsung/phy-exynos-displayport.c [new file with mode: 0644]
drivers/phy/samsung/phy-exynos-dp-debugfs.c [new file with mode: 0644]
drivers/phy/samsung/phy-exynos-mipi.c [new file with mode: 0644]
drivers/phy/samsung/phy-exynos-usb3p1-reg.h [new file with mode: 0644]
drivers/phy/samsung/phy-exynos-usb3p1.c [new file with mode: 0644]
drivers/phy/samsung/phy-exynos-usb3p1.h [new file with mode: 0644]
drivers/phy/samsung/phy-exynos-usbdp-reg-cmn.h [new file with mode: 0644]
drivers/phy/samsung/phy-exynos-usbdp-reg-dp.h [new file with mode: 0644]
drivers/phy/samsung/phy-exynos-usbdp-reg-pcs.h [new file with mode: 0644]
drivers/phy/samsung/phy-exynos-usbdp-reg-trsv.h [new file with mode: 0644]
drivers/phy/samsung/phy-exynos-usbdp-reg.h [new file with mode: 0644]
drivers/phy/samsung/phy-exynos-usbdp.c [new file with mode: 0644]
drivers/phy/samsung/phy-exynos-usbdp.h [new file with mode: 0644]
drivers/phy/samsung/phy-exynos-usbdrd.c [new file with mode: 0644]
drivers/phy/samsung/phy-exynos-usbdrd.h [new file with mode: 0644]
drivers/phy/samsung/phy-exynos-usbdrd3.c [new file with mode: 0644]
drivers/phy/samsung/phy-samsung-usb-cal.h [new file with mode: 0644]
drivers/phy/samsung/phy-samsung-usb3-cal-combo.h [new file with mode: 0644]
drivers/phy/samsung/phy-samsung-usb3-cal.c [new file with mode: 0644]
drivers/phy/samsung/phy-samsung-usb3-cal.h [new file with mode: 0644]
drivers/usb/phy/Kconfig
include/linux/phy/phy.h