commit | 9d9d1ff380bac29b89811bb691def9c2afe5590f | [log] [tgz] |
---|---|---|
author | Tim Lin <tim2.lin@ite.corp-partner.google.com> | Tue Mar 05 17:56:23 2024 +0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Mar 19 07:56:19 2024 -0400 |
tree | e113d60066b83505bc554ea1e7ccf264f8a544e3 | |
parent | 053e5f93ac7192d5fcffd33fc5c2164ec6e4bffa [diff] |
ITE: drivers/i2c/target: Remove hardware reset setting In the interrupt pending routine, only the interrupt status needs to be cleared at the end of the interrupt routine. There is no need to do a hardware reset(HALT) to avoid clearing the next transfer interrupt when the current transfer is completed. Test: Testing this function does not cause I2C data/clk to get stuck on the system platform. Signed-off-by: Tim Lin <tim2.lin@ite.corp-partner.google.com>