diff options
author | Heikki Krogerus <heikki.krogerus@linux.intel.com> | 2017-03-21 07:56:47 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-23 08:48:44 -0400 |
commit | fab9288428ec0fbd09adb67d3a17c51d78196f9c (patch) | |
tree | 2b6ee821f295243b37fdaa670d2fcf79286783be /MAINTAINERS | |
parent | e1fe7b6a7b376bfb54558725ddb2a89aaaa4adcc (diff) |
usb: USB Type-C connector class
The purpose of USB Type-C connector class is to provide
unified interface for the user space to get the status and
basic information about USB Type-C connectors on a system,
control over data role swapping, and when the port supports
USB Power Delivery, also control over power role swapping
and Alternate Modes.
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Reviewed-and-Tested-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c776906f67a9..9f72fbede9dc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -13100,6 +13100,15 @@ F: drivers/usb/ | |||
13100 | F: include/linux/usb.h | 13100 | F: include/linux/usb.h |
13101 | F: include/linux/usb/ | 13101 | F: include/linux/usb/ |
13102 | 13102 | ||
13103 | USB TYPEC SUBSYSTEM | ||
13104 | M: Heikki Krogerus <heikki.krogerus@linux.intel.com> | ||
13105 | L: linux-usb@vger.kernel.org | ||
13106 | S: Maintained | ||
13107 | F: Documentation/ABI/testing/sysfs-class-typec | ||
13108 | F: Documentation/usb/typec.rst | ||
13109 | F: drivers/usb/typec/ | ||
13110 | F: include/linux/usb/typec.h | ||
13111 | |||
13103 | USB UHCI DRIVER | 13112 | USB UHCI DRIVER |
13104 | M: Alan Stern <stern@rowland.harvard.edu> | 13113 | M: Alan Stern <stern@rowland.harvard.edu> |
13105 | L: linux-usb@vger.kernel.org | 13114 | L: linux-usb@vger.kernel.org |