Messages in this thread |  | | Date | Mon, 4 Jul 2022 06:32:04 +0000 | From | Tzung-Bi Shih <> | Subject | Re: [RESEND PATCH 05/11] platform/chrome: cros_ec_proto: separate cros_ec_wait_until_complete() |
| |
On Tue, Jun 28, 2022 at 02:49:07AM +0000, Tzung-Bi Shih wrote: > EC returns EC_RES_IN_PROGRESS if the host command needs more time to > complete. Whenever receives the return code, cros_ec_send_command() > sends EC_CMD_GET_COMMS_STATUS to query the command status. > > Separate cros_ec_wait_until_complete() from cros_ec_send_command(). > It sends EC_CMD_GET_COMMS_STATUS and waits until the previous command > was completed, or encountered error, or timed out. > > Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
Could someone on the list help to review the remaining patches in the series?
|  |