Re: [PATCH v2 2/6] platform/chrome: cros_ec_typec: Factor out PD identity parsing

2020-11-09 Thread Heikki Krogerus
On Fri, Nov 06, 2020 at 10:41:01AM -0800, Prashant Malani wrote: > Factor out the PD identity parsing code into a separate function. This > way it can be re-used for Cable PD identity parsing in future patches. > > No functional changes are introduced by this patch. > > Signed-off-by: Prashant

[PATCH v2 2/6] platform/chrome: cros_ec_typec: Factor out PD identity parsing

2020-11-06 Thread Prashant Malani
Factor out the PD identity parsing code into a separate function. This way it can be re-used for Cable PD identity parsing in future patches. No functional changes are introduced by this patch. Signed-off-by: Prashant Malani --- Changes in v2: - No changes.