Re: [PATCH v2 6/7] platform/chrome: cros_ec_typec: Parse partner PD ID VDOs

2020-10-30 Thread Heikki Krogerus
On Thu, Oct 29, 2020 at 03:27:40PM -0700, Prashant Malani wrote: > Use EC_CMD_TYPE_DISCOVERY to retrieve and store the discovery data for > the port partner. With that data, update the PD Identity VDO values for > the partner, which were earlier not initialized. > > Cc: Heikki Krogerus >

[PATCH v2 6/7] platform/chrome: cros_ec_typec: Parse partner PD ID VDOs

2020-10-29 Thread Prashant Malani
Use EC_CMD_TYPE_DISCOVERY to retrieve and store the discovery data for the port partner. With that data, update the PD Identity VDO values for the partner, which were earlier not initialized. Cc: Heikki Krogerus Signed-off-by: Prashant Malani --- Changes in v2: - No changes