We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code Path:drivers/i2c/busses/i2c-ismt.c
Issue:An occasional I2C deadlock(SCL is high voltage level and SDA is low voltage level) cannot be recovered, making the I2C controller unusable.
Regarding this issue, our solution is:
The solution is the same as the i2c-i801 driver, which also imports 9 clock unlock functions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Code Path:drivers/i2c/busses/i2c-ismt.c
Regarding this issue, our solution is:
The text was updated successfully, but these errors were encountered: