]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:10 +0000 (21:47 +0200)
commita7a9a9a5680da7dc4b2ebeda520714546eaecaad
tree471acefb1f5340568ef7251975ac08acae1b7b55
parentaa922c422324be2ac5789c282eafbc5fd2dee357
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]