-
Notifications
You must be signed in to change notification settings - Fork 1.7k
SMBus Block Read #1103
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
Comments
Please add |
Both drivers report their functionality as including
The relevant header file defines the symbol thus:
In other words, an I2C controller can emulate an SMBUS controller for most things, including Block Write, but not Block Read. |
thank you for the link, that's interesting, which file is that define in ? |
I just wanted to add that |
Hello

I have seen the issue
#828
but anyway I still can find that recent kernel doesn't provide support for SMBus read block.
See attachement for output from I2cdetect -F 1.
In the overlay folder I can see there is I2c1-bcm2708.dtbo .
am I missing something I should do to enable this SMBus read block ?
thank you
The text was updated successfully, but these errors were encountered: