[PATCH v2 0/4] usb: typec: ucsi: Update UCSI alternate mode

Jameson Thies posted 4 patches 3 weeks ago
There is a newer version of this series
drivers/usb/typec/altmodes/displayport.c |  2 +-
drivers/usb/typec/class.c                | 18 +++++++++++++++++-
drivers/usb/typec/ucsi/displayport.c     |  2 +-
drivers/usb/typec/ucsi/ucsi.c            | 21 ++++++++++++++++-----
drivers/usb/typec/ucsi/ucsi.h            |  2 +-
include/linux/usb/typec.h                |  3 +++
6 files changed, 39 insertions(+), 9 deletions(-)
[PATCH v2 0/4] usb: typec: ucsi: Update UCSI alternate mode
Posted by Jameson Thies 3 weeks ago
Hi Heikki,

This series appliess some changes to the UCSI driver to help support AP
driven alternate mode entry. This includes...

1. An update to the altmode sysfs group after registration to make
"active" writable.
2. A change to the ucsi_partner_task delay when queuing
ucsi_check_altmodes to prevent it from running before other discovery
functions.
3. An update to always define a number of alternate modes for partners
and plugs.

Not related to AP driven altmode entry, there is an additional fix for a
null derefrence in this series.

I tested the series on a ChromeOS v6.8 kernel merged with usb-testing.
That build had some additinal patches to enable a PPM in ChromeOS. Let
me know if you have any questions.

Thanks,
Jameson

Changes in V2:
- Checks for error response from ucsi_register_displayport when
registering DisplayPort alternate mode.

Abhishek Pandit-Subedi (2):
  usb: typec: ucsi: Fix null deref in trace
  usb: typec: Update sysfs when setting ops

Jameson Thies (2):
  usb: typec: ucsi: Delay alternate mode discovery
  usb: typec: ucsi: Always set number of alternate modes

 drivers/usb/typec/altmodes/displayport.c |  2 +-
 drivers/usb/typec/class.c                | 18 +++++++++++++++++-
 drivers/usb/typec/ucsi/displayport.c     |  2 +-
 drivers/usb/typec/ucsi/ucsi.c            | 21 ++++++++++++++++-----
 drivers/usb/typec/ucsi/ucsi.h            |  2 +-
 include/linux/usb/typec.h                |  3 +++
 6 files changed, 39 insertions(+), 9 deletions(-)


base-commit: 0d31ea587709216d88183fe4ca0c8aba5e0205b8
-- 
2.44.0.769.g3c40516874-goog