[PATCH 0/2] Fix error-leg bugs / misbehaviors in i2c-bcm2835 driver.

mike.isely at cobaltdigital.com mike.isely at cobaltdigital.com
Mon Oct 30 09:21:12 PDT 2023


From: Mike Isely <mike.isely at cobaltdigital.com>

Correct issues that arise when a slave select error happens, including
incorrect hardware cleanup & missed interrupts.

All issues were found and debugged on an RPI CM-4 which actually uses
a BCM2711.  I2C hardware apparently is compatible with BCM2835.

Mike Isely (2):
  [i2c-bcm2835] Fully clean up hardware state machine after a timeout
  [i2c-bcm2835] ALWAYS enable INTD

 drivers/i2c/busses/i2c-bcm2835.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

-- 
2.39.2




More information about the linux-arm-kernel mailing list