]> git.sur5r.net Git - u-boot/commit
phy: add a NO-OP phy driver
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Mon, 24 Jul 2017 13:18:15 +0000 (15:18 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 28 Jul 2017 21:34:44 +0000 (23:34 +0200)
commit3b63db37ad7e4672684bd686fcc3fc07b84e4fb9
treef9cf82aa7fd7d1f2161e0a2ab88c29326c8c45de
parent2080d023d90e2972f82dfde624d209cf5a0c569c
phy: add a NO-OP phy driver

This driver is used to stub PHY operations in a driver (USB, SATA).
This is useful when the 'client' driver (USB, SATA, ...) uses the PHY
framework and there is no actual PHY harwdare to drive.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Documentation/devicetree/bindings/phy/no-op.txt [new file with mode: 0644]
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/nop-phy.c [new file with mode: 0644]