]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:23 +0000 (00:42 +0200)
commit856ef7a02e605ebaf4f8b1334b6a4becd255453c
treed7ee5d33f3ee4957117b7d52f4abcbebe9ba5832
parente7b18922645177a5507d7b8c85a912de4d6fdabb
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]