summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>2018-06-27 11:19:50 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-02 11:42:36 -0400
commit8a37d87d72f0c69f837229c04d2fcd7117ea57e7 (patch)
tree43cf3111a964678d08fe6638e4459e1c2db50b55 /MAINTAINERS
parent4ab8c18d4d67321cc7b660559de17511d4fc0237 (diff)
usb: typec: Bus type for alternate modes
Introducing a simple bus for the alternate modes. Bus allows binding drivers to the discovered alternate modes the partners support. Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Tested-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS11
1 files changed, 10 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 07d1576fc766..f35f39f2072e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14955,7 +14955,7 @@ L: linux-usb@vger.kernel.org
14955S: Maintained 14955S: Maintained
14956F: drivers/usb/typec/mux/pi3usb30532.c 14956F: drivers/usb/typec/mux/pi3usb30532.c
14957 14957
14958USB TYPEC SUBSYSTEM 14958USB TYPEC CLASS
14959M: Heikki Krogerus <heikki.krogerus@linux.intel.com> 14959M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
14960L: linux-usb@vger.kernel.org 14960L: linux-usb@vger.kernel.org
14961S: Maintained 14961S: Maintained
@@ -14964,6 +14964,15 @@ F: Documentation/driver-api/usb/typec.rst
14964F: drivers/usb/typec/ 14964F: drivers/usb/typec/
14965F: include/linux/usb/typec.h 14965F: include/linux/usb/typec.h
14966 14966
14967USB TYPEC BUS FOR ALTERNATE MODES
14968M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
14969L: linux-usb@vger.kernel.org
14970S: Maintained
14971F: Documentation/ABI/testing/sysfs-bus-typec
14972F: Documentation/driver-api/usb/typec_bus.rst
14973F: drivers/usb/typec/altmodes/
14974F: include/linux/usb/typec_altmode.h
14975
14967USB UHCI DRIVER 14976USB UHCI DRIVER
14968M: Alan Stern <stern@rowland.harvard.edu> 14977M: Alan Stern <stern@rowland.harvard.edu>
14969L: linux-usb@vger.kernel.org 14978L: linux-usb@vger.kernel.org