Skip to content
New issue

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

I2C drivers require throttling #223

Open
shenki opened this issue Sep 14, 2023 · 0 comments
Open

I2C drivers require throttling #223

shenki opened this issue Sep 14, 2023 · 0 comments

Comments

@shenki
Copy link
Member

shenki commented Sep 14, 2023

The I2C devices have issues when communication happens "too fast".

There was an effort to upstream a generic fix for this issue but it was not merged:

https://lore.kernel.org/all/[email protected]/

Recently some upstream I2C devices got fixes for similar issues. The ucd90320 in 8d655e6 and the max15301 in 1e40633.

IBM carries patches for the UCD9000, PCA955x and MAX31785 drivers using the generic patch that Andrew submitted. This is required for a stable system for witherspoon (ast2500), as well as rainier, everest and bonnell (all ast2600).

In light of multiple devices getting upstream changes to fix this issue, we should propose Andrew's again as a generic solution. If not, we should submit individual changes for the above drivers.

cc @amboar @groeck

(edit: add correct link for the generic fix)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant