summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorKishon Vijay Abraham I <kishon@ti.com>2013-08-13 16:49:01 +0530
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:44:39 +0900
commitc960a645b02b1543099930bd3566281dcb62b475 (patch)
tree45180df7e212b65c8e6b2c196a01d4d32b5c71ed /MAINTAINERS
parentc5529b7705211ca74fecd2650ee25cd46e0260de (diff)
downloadlinux-3.10-c960a645b02b1543099930bd3566281dcb62b475.tar.gz
linux-3.10-c960a645b02b1543099930bd3566281dcb62b475.tar.bz2
linux-3.10-c960a645b02b1543099930bd3566281dcb62b475.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 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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS8
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index f423c849c55..f55533c52e6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3536,6 +3536,14 @@ 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
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
+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