]> git.ipfire.org Git - people/ms/u-boot.git/commit
usb: dwc3: TI PHY: PHY driver for dwc3 in TI platforms
authorKishon Vijay Abraham I <kishon@ti.com>
Mon, 23 Feb 2015 13:10:12 +0000 (18:40 +0530)
committerMarek Vasut <marex@denx.de>
Tue, 14 Apr 2015 03:48:10 +0000 (05:48 +0200)
commit6900aeda528bdeeeb44bde6433ff928506e30d6f
tree935ef3cfe2ca9b384004084baf503c6c26fbcf8f
parent53de33fc00afd41fd0fd8fb9f5ab0d01df3a64a4
usb: dwc3: TI PHY: PHY driver for dwc3 in TI platforms

Added a single driver for both USB2 PHY programming and USB3 PHY
programming.

USB3 PHY is taken from drivers/phy/phy-ti-pipe3.c in linux kernel.
commit 56042e : phy: ti-pipe3: Fix suspend/resume and module reload.

USB2 PHY is taken from drivers/phy/phy-omap-usb2.c in linux kernel.
commit eb82a3 : phy: omap-usb2: Balance pm_runtime_enable() on probe
failure and remove.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
drivers/usb/dwc3/ti_usb_phy.c [new file with mode: 0644]
include/ti-usb-phy-uboot.h [new file with mode: 0644]