summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>2015-05-13 08:26:42 -0400
committerFelipe Balbi <balbi@ti.com>2015-05-13 13:04:55 -0400
commit289fcff4bcdb1dcc0ce8788b7ea0f58a9e4a495f (patch)
tree7c5156a0a503fccc18a449de06edda6c07060160 /MAINTAINERS
parent3521a399dae8d66fc784cef70a78e65ce73e364f (diff)
usb: add bus type for USB ULPI
UTMI+ Low Pin Interface (ULPI) is a commonly used PHY interface for USB 2.0. The ULPI specification describes a standard set of registers which the vendors can extend for their specific needs. ULPI PHYs provide often functions such as charger detection and ADP sensing and probing. There are two major issues that the bus type is meant to tackle: Firstly, ULPI registers are accessed from the controller. The bus provides convenient method for the controller drivers to share that access with the actual PHY drivers. Secondly, there are already platforms that assume ULPI PHYs are runtime detected, such as many Intel Baytrail based platforms. They do not provide any kind of hardware description for the ULPI PHYs like separate ACPI device object that could be used to enumerate a device from. Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Acked-by: David Cohen <david.a.cohen@linux.intel.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 2e5bbc0d68b2..2202e9194d83 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10453,6 +10453,13 @@ S: Maintained
10453F: Documentation/video4linux/zr364xx.txt 10453F: Documentation/video4linux/zr364xx.txt
10454F: drivers/media/usb/zr364xx/ 10454F: drivers/media/usb/zr364xx/
10455 10455
10456ULPI BUS
10457M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
10458L: linux-usb@vger.kernel.org
10459S: Maintained
10460F: drivers/usb/common/ulpi.c
10461F: include/linux/ulpi/
10462
10456USER-MODE LINUX (UML) 10463USER-MODE LINUX (UML)
10457M: Jeff Dike <jdike@addtoit.com> 10464M: Jeff Dike <jdike@addtoit.com>
10458M: Richard Weinberger <richard@nod.at> 10465M: Richard Weinberger <richard@nod.at>