v3 is here: https://patchwork.kernel.org/project/linux-usb/cover/20210201133421.408508-1-kyletso@xxxxxxxxxx/ no changes except for separating the patch "[v3,1/3] usb: typec: Determine common SVDM Versions" into the first 6 patches in this patch set. Kyle Tso (8): usb: typec: Manage SVDM version usb: pd: Update VDO definitions usb: pd: Make SVDM Version configurable in VDM header usb: typec: tcpm: Detemine common SVDM Version usb: typec: ucsi: Detemine common SVDM Version usb: typec: displayport: Fill the negotiated SVDM Version in the header dt-bindings: connector: Add SVDM VDO properties usb: typec: tcpm: Get Sink VDO from fwnode .../bindings/connector/usb-connector.yaml | 11 + drivers/usb/typec/altmodes/displayport.c | 8 +- drivers/usb/typec/class.c | 21 +- drivers/usb/typec/tcpm/tcpm.c | 61 +++- drivers/usb/typec/ucsi/displayport.c | 12 +- drivers/usb/typec/ucsi/ucsi.c | 2 + include/dt-bindings/usb/pd.h | 311 ++++++++++++++++- include/linux/usb/pd_vdo.h | 315 ++++++++++++++---- include/linux/usb/typec.h | 10 + 9 files changed, 661 insertions(+), 90 deletions(-) -- 2.30.0.365.g02bc693789-goog