cros-ec: support multiple TCPC drivers on the same board |
||
Issue descriptionWe're currently calling into TCPC driver functions (eg. tcpc_alert()) directly, so we can't add multiple TCPC drivers without creating linker errors. We should create a driver struct for each TCPC driver with the necessary callback function pointers, and add the correct struct to tcpc_config_t, based upon the actual TCPC assigned to a given port.
,
Apr 7 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Apr 17 2016