Re: [PATCH v1 1/4] usb: typec: tcpm: Pass down negotiated rev to update retry count

2020-12-01 Thread Badhri Jagan Sridharan
Sure. Done ! Just sent out v2 version of the patch. Thanks, Badhri. On Tue, Dec 1, 2020 at 2:32 AM Heikki Krogerus wrote: > > On Mon, Nov 30, 2020 at 08:22:34PM -0800, Badhri Jagan Sridharan wrote: > > nRetryCount was updated from 3 to 2 between PD2.0 and PD3.0 spec. > > nRetryCount in "Table 6

Re: [PATCH v1 1/4] usb: typec: tcpm: Pass down negotiated rev to update retry count

2020-12-01 Thread Heikki Krogerus
On Mon, Nov 30, 2020 at 08:22:34PM -0800, Badhri Jagan Sridharan wrote: > nRetryCount was updated from 3 to 2 between PD2.0 and PD3.0 spec. > nRetryCount in "Table 6-34 Counter parameters" of the PD 2.0 > spec is set to 3, whereas, nRetryCount in "Table 6-59 Counter > parameters" is set to 2. > >

[PATCH v1 1/4] usb: typec: tcpm: Pass down negotiated rev to update retry count

2020-11-30 Thread Badhri Jagan Sridharan
nRetryCount was updated from 3 to 2 between PD2.0 and PD3.0 spec. nRetryCount in "Table 6-34 Counter parameters" of the PD 2.0 spec is set to 3, whereas, nRetryCount in "Table 6-59 Counter parameters" is set to 2. Pass down negotiated rev in pd_transmit so that low level chip drivers can update th