]> git.baikalelectronics.ru Git - uboot.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)
commit0c04eb5cdb4a111576b85006980fbaee32a048ba
tree51e8bfab5e0e0d9ff9435d52192a32e3b1b11b7b
parent0c8e1cf0eda562c6783235703a6275aace92eeab
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]