mbox series

[0/2] Add VirtualLink display altmode support

Message ID 20190410195058.9996-1-ajayg@nvidia.com (mailing list archive)
Headers show
Series Add VirtualLink display altmode support | expand

Message

Ajay Gupta April 10, 2019, 7:50 p.m. UTC
Hi Heikki,

Please help review these two changes which adds support for
VirtualLink display altmode devices using NVIDIA GPU.

You had shared the first patch during our offline discussion.
The second patch adds NVIDIA display altmode driver.

This set is created against latest Linus's kernel and patches
at [1] forwarded to Greg from you.

[1] https://marc.info/?l=linux-usb&m=155488414908414&w=2 

Thanks
Ajay

Ajay Gupta (1):
  usb: typec: Add driver for NVIDIA Alt Modes

Heikki Krogerus (1):
  usb: typec: displayport: Export probe and remove functions

 drivers/usb/typec/altmodes/Kconfig       | 10 ++++++
 drivers/usb/typec/altmodes/Makefile      |  2 ++
 drivers/usb/typec/altmodes/displayport.c | 12 ++++---
 drivers/usb/typec/altmodes/displayport.h |  8 +++++
 drivers/usb/typec/altmodes/nvidia.c      | 44 ++++++++++++++++++++++++
 drivers/usb/typec/ucsi/ucsi.c            |  4 ++-
 include/linux/usb/typec_dp.h             |  5 +++
 7 files changed, 79 insertions(+), 6 deletions(-)
 create mode 100644 drivers/usb/typec/altmodes/displayport.h
 create mode 100644 drivers/usb/typec/altmodes/nvidia.c