]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: typec: Add driver for DisplayPort alternate mode
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Wed, 27 Jun 2018 15:19:51 +0000 (18:19 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Jul 2018 15:42:36 +0000 (17:42 +0200)
commit0e3bb7d6894d9b6e67d6382bb03a46a1dc989588
tree89159e08a940b59d6b475b06577d64df0b78f1ee
parent8a37d87d72f0c69f837229c04d2fcd7117ea57e7
usb: typec: Add driver for DisplayPort alternate mode

DisplayPort USB Type-C Alt Mode allows DisplayPort displays
and adapters to be attached to the USB Type-C ports on the
system.

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>
Documentation/ABI/testing/sysfs-driver-typec-displayport [new file with mode: 0644]
drivers/usb/typec/Kconfig
drivers/usb/typec/Makefile
drivers/usb/typec/altmodes/Kconfig [new file with mode: 0644]
drivers/usb/typec/altmodes/Makefile [new file with mode: 0644]
drivers/usb/typec/altmodes/displayport.c [new file with mode: 0644]
include/linux/usb/typec_dp.h [new file with mode: 0644]