]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
usb: USB Type-C connector class
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Tue, 21 Mar 2017 11:56:47 +0000 (13:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Mar 2017 12:48:44 +0000 (13:48 +0100)
commitfab9288428ec0fbd09adb67d3a17c51d78196f9c
tree2b6ee821f295243b37fdaa670d2fcf79286783be
parente1fe7b6a7b376bfb54558725ddb2a89aaaa4adcc
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>
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]