usb: USB Type-C connector class
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Tue, 21 Mar 2017 11:56:47 +0000 (13:56 +0200)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:36:17 +0000 (15:36 -0500)
commit933f4f1450c67812167c3d412c24c5c7b929d3d2
tree8eecd336ef0d37f69605cd1b33c38c1401faa595
parentf8db97683df5251731308a70da1163746f01bc93
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>
(cherry picked from commit fab9288428ec0fbd09adb67d3a17c51d78196f9c)
Documentation/ABI/testing/sysfs-class-typec [new file with mode: 0644]
Documentation/usb/typec.rst [new file with mode: 0644]
MAINTAINERS
drivers/usb/Kconfig
drivers/usb/Makefile
drivers/usb/typec/Kconfig [new file with mode: 0644]
drivers/usb/typec/Makefile [new file with mode: 0644]
drivers/usb/typec/typec.c [new file with mode: 0644]
include/linux/usb/typec.h [new file with mode: 0644]