diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2013-06-26 15:27:45 +0530 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-03-20 17:34:10 +0900 |
commit | e3bbb5a89a12571503899bb59975e2f27a6c953b (patch) | |
tree | fba1e528d4f1b91a6ac264b029336533aea46609 /MAINTAINERS | |
parent | d91154c135bf9a949430f08a158fa4ca5a4097d0 (diff) | |
download | linux-3.10-e3bbb5a89a12571503899bb59975e2f27a6c953b.tar.gz linux-3.10-e3bbb5a89a12571503899bb59975e2f27a6c953b.tar.bz2 linux-3.10-e3bbb5a89a12571503899bb59975e2f27a6c953b.zip |
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
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Tested-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 077574133b9..761de43afbf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3536,6 +3536,13 @@ S: Maintained F: include/asm-generic F: include/uapi/asm-generic +GENERIC PHY FRAMEWORK +M: Kishon Vijay Abraham I <kishon@ti.com> +L: linux-kernel@vger.kernel.org +S: Supported +F: drivers/phy/ +F: include/linux/phy/ + GENERIC UIO DRIVER FOR PCI DEVICES M: "Michael S. Tsirkin" <mst@redhat.com> L: kvm@vger.kernel.org |