You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The I2C adapter can issue a small (len < 4) write packet before reading. The driver currently doesn't support this and does the messages one by one. Adding support can speed up SMBus-style register reads so they're handled in a single clock instead of 2 or more.
The text was updated successfully, but these errors were encountered:
The I2C adapter can issue a small (len < 4) write packet before reading. The driver currently doesn't support this and does the messages one by one. Adding support can speed up SMBus-style register reads so they're handled in a single clock instead of 2 or more.
The text was updated successfully, but these errors were encountered: