-
- Downloads
drivers: phy: add generic PHY framework
The PHY framework provides a set of APIs for the PHY drivers to create/destroy a PHY and APIs for the PHY users to obtain a reference to the PHY with or without using phandle. For dt-boot, the PHY drivers should also register *PHY provider* with the framework. PHY drivers should create the PHY by passing id and ops like init, exit, power_on and power_off. This framework is also pm runtime enabled. The documentation for the generic PHY framework is added in Documentation/phy.txt and the documentation for dt binding can be found at Documentation/devicetree/bindings/phy/phy-bindings.txt Cc: Tomasz Figa <t.figa@samsung.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by:Kishon Vijay Abraham I <kishon@ti.com> Acked-by:
Felipe Balbi <balbi@ti.com> Tested-by:
Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Showing
- Documentation/devicetree/bindings/phy/phy-bindings.txt 66 additions, 0 deletionsDocumentation/devicetree/bindings/phy/phy-bindings.txt
- Documentation/phy.txt 166 additions, 0 deletionsDocumentation/phy.txt
- MAINTAINERS 8 additions, 0 deletionsMAINTAINERS
- drivers/Kconfig 2 additions, 0 deletionsdrivers/Kconfig
- drivers/Makefile 2 additions, 0 deletionsdrivers/Makefile
- drivers/phy/Kconfig 18 additions, 0 deletionsdrivers/phy/Kconfig
- drivers/phy/Makefile 5 additions, 0 deletionsdrivers/phy/Makefile
- drivers/phy/phy-core.c 698 additions, 0 deletionsdrivers/phy/phy-core.c
- include/linux/phy/phy.h 270 additions, 0 deletionsinclude/linux/phy/phy.h
Loading
-
mentioned in commit ce14e466
-
mentioned in commit 677e77d2
-
mentioned in commit 574e5cfa
-
mentioned in commit 8826abb0
-
mentioned in commit 619a5aeb
-
mentioned in commit c9e428d1
-
mentioned in commit 4dd65131
-
mentioned in commit ced2b753
-
mentioned in commit e14fa236
-
mentioned in commit 5628aea7
-
mentioned in commit 1abde074
-
mentioned in commit 2c9850b9
-
mentioned in commit d6801bc0
Please register or sign in to comment