Re: [PATCH v6 2/7] usb: pd: Make SVDM Version configurable in VDM header

2021-02-11 Thread Guenter Roeck
On Fri, Feb 05, 2021 at 11:34:10AM +0800, Kyle Tso wrote: > PD Rev 3.0 introduces SVDM Version 2.0. This patch makes the field > configuable in the header in order to be able to be compatible with > older SVDM version. > > Signed-off-by: Kyle Tso Reviewed-by: Guenter Roeck > --- > Changes sinc

[PATCH v6 2/7] usb: pd: Make SVDM Version configurable in VDM header

2021-02-04 Thread Kyle Tso
PD Rev 3.0 introduces SVDM Version 2.0. This patch makes the field configuable in the header in order to be able to be compatible with older SVDM version. Signed-off-by: Kyle Tso --- Changes since v5: - no change drivers/usb/typec/altmodes/displayport.c | 2 +- drivers/usb/typec/tcpm/tcpm.c