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
* i2c: Clear error flags
clear the error flags after detecting them as the hardware does not
autoclear on read.
Signed-off-by: Sjoerd Simons <[email protected]>
* i2c: Send stop after acknowledge error
If the remote device fails to acknowledge send a stop. This allows the
bus to go back to idle again.
Signed-off-by: Sjoerd Simons <[email protected]>
* i2c: Set ack bit on multibyte reads
Enable the ack bit on multibyte (>2) reads otherwise bytes from the
remote device are not acknowledged.
Signed-off-by: Sjoerd Simons <[email protected]>
* Update changelog
Co-authored-by: Frans Skarman <[email protected]>
0 commit comments