diff options
author | Heikki Krogerus <heikki.krogerus@linux.intel.com> | 2018-06-27 11:19:50 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-02 11:42:36 -0400 |
commit | 8a37d87d72f0c69f837229c04d2fcd7117ea57e7 (patch) | |
tree | 43cf3111a964678d08fe6638e4459e1c2db50b55 /MAINTAINERS | |
parent | 4ab8c18d4d67321cc7b660559de17511d4fc0237 (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-- | MAINTAINERS | 11 |
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 | |||
14955 | S: Maintained | 14955 | S: Maintained |
14956 | F: drivers/usb/typec/mux/pi3usb30532.c | 14956 | F: drivers/usb/typec/mux/pi3usb30532.c |
14957 | 14957 | ||
14958 | USB TYPEC SUBSYSTEM | 14958 | USB TYPEC CLASS |
14959 | M: Heikki Krogerus <heikki.krogerus@linux.intel.com> | 14959 | M: Heikki Krogerus <heikki.krogerus@linux.intel.com> |
14960 | L: linux-usb@vger.kernel.org | 14960 | L: linux-usb@vger.kernel.org |
14961 | S: Maintained | 14961 | S: Maintained |
@@ -14964,6 +14964,15 @@ F: Documentation/driver-api/usb/typec.rst | |||
14964 | F: drivers/usb/typec/ | 14964 | F: drivers/usb/typec/ |
14965 | F: include/linux/usb/typec.h | 14965 | F: include/linux/usb/typec.h |
14966 | 14966 | ||
14967 | USB TYPEC BUS FOR ALTERNATE MODES | ||
14968 | M: Heikki Krogerus <heikki.krogerus@linux.intel.com> | ||
14969 | L: linux-usb@vger.kernel.org | ||
14970 | S: Maintained | ||
14971 | F: Documentation/ABI/testing/sysfs-bus-typec | ||
14972 | F: Documentation/driver-api/usb/typec_bus.rst | ||
14973 | F: drivers/usb/typec/altmodes/ | ||
14974 | F: include/linux/usb/typec_altmode.h | ||
14975 | |||
14967 | USB UHCI DRIVER | 14976 | USB UHCI DRIVER |
14968 | M: Alan Stern <stern@rowland.harvard.edu> | 14977 | M: Alan Stern <stern@rowland.harvard.edu> |
14969 | L: linux-usb@vger.kernel.org | 14978 | L: linux-usb@vger.kernel.org |