mbox series

[0/2] usb: typec: ucsi driver changes

Message ID 20191230133431.63445-1-heikki.krogerus@linux.intel.com (mailing list archive)
Headers show
Series usb: typec: ucsi driver changes | expand

Message

Heikki Krogerus Dec. 30, 2019, 1:34 p.m. UTC
Hi,

I'm sending these two patches separately (instead of together with
other USB Type-C patches). They only affect the UCSI drivers.

The first filters out bogus Connector Change Notifications
(interrupts) on some platforms, and the second makes sure the
DisplayPort alternate mode is exposed and handled properly with GPU
cards from NVIDIA.

thanks,

Ajay Gupta (1):
  usb: typec: ucsi: add support for separate DP altmode devices

Heikki Krogerus (1):
  usb: typec: ucsi: Store the notification mask

 drivers/usb/typec/ucsi/ucsi.c     |  94 ++++++++++++++-
 drivers/usb/typec/ucsi/ucsi.h     |  14 +++
 drivers/usb/typec/ucsi/ucsi_ccg.c | 191 +++++++++++++++++++++++++++++-
 3 files changed, 292 insertions(+), 7 deletions(-)