]> git.ipfire.org Git - people/ms/u-boot.git/commit
drivers: phy: add PIPE3 phy driver
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Mon, 24 Apr 2017 09:51:29 +0000 (11:51 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 9 May 2017 18:14:16 +0000 (12:14 -0600)
commit982082d9ce7365e2680639d3764ba0f09d82fa2a
tree51e8bfab5e0e0d9ff9435d52192a32e3b1b11b7b
parent86322f5982206f431ee4678a74182859c249aac4
drivers: phy: add PIPE3 phy driver

This phy is found on omap platforms with sata capabilities.
Except for the part related to the DM and the PHY framework, the code is
basically a copy paste from arch/arm/mach-omap2/pipe3-phy.c

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/ti-pipe3-phy.c [new file with mode: 0644]