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>
Showing
- Documentation/devicetree/bindings/phy/no-op.txt 16 additions, 0 deletionsDocumentation/devicetree/bindings/phy/no-op.txt
- drivers/phy/Kconfig 18 additions, 0 deletionsdrivers/phy/Kconfig
- drivers/phy/Makefile 1 addition, 0 deletionsdrivers/phy/Makefile
- drivers/phy/nop-phy.c 26 additions, 0 deletionsdrivers/phy/nop-phy.c
drivers/phy/nop-phy.c
0 → 100644
Please register or sign in to comment