]> git.ipfire.org Git - people/ms/u-boot.git/commit
samsung: usb: phy: Support for DWC3 PHY
authorLukasz Majewski <l.majewski@samsung.com>
Fri, 22 May 2015 16:14:23 +0000 (18:14 +0200)
committerLukasz Majewski <l.majewski@samsung.com>
Mon, 8 Jun 2015 13:25:44 +0000 (15:25 +0200)
commita272c99d30000e5daadcf20a22df27f98ac215dd
treec8bd3048c90286d81df4a4df1e7e9166abd29436
parent4e633e465b56ac24ecec1025f492fd3147f8d20f
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>
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]