samsung: usb: phy: Support for DWC3 PHY
authorLukasz Majewski <l.majewski@samsung.com>
Fri, 22 May 2015 16:14:23 +0000 (18:14 +0200)
committerChanho Park <chanho61.park@samsung.com>
Mon, 11 Apr 2016 03:53:15 +0000 (12:53 +0900)
commit40342008fbc2443b1fec7f2a6f8f83ab1b24ec29
tree9f144d7be8ca677421539596bddf0efc4923c018
parenta1336b0850068b3200d9937d9da349bcce24ee15
samsung: usb: phy: Support for DWC3 PHY

New files, namely samsung_usb_phy.c and samsung-usb-phy-uboot.h have
been added to u-boot to provide proper PHY handling at Exynos5 SoCs.

This code is used thereafter in the board_usb_init() call.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Marek Vasut <marex@denx.de>
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
Conflicts:
drivers/usb/dwc3/Makefile

Change-Id: I5bed7e2cb3fd8033b7907cbca64ef6dcd6117a69
drivers/usb/dwc3/Makefile
drivers/usb/dwc3/samsung_usb_phy.c [new file with mode: 0644]
include/samsung-usb-phy-uboot.h [new file with mode: 0644]