mbox series

[v2,0/3] i2c: rcar: avoid spurious irqs

Message ID 20240707082848.5424-1-wsa+renesas@sang-engineering.com
Headers show
Series i2c: rcar: avoid spurious irqs | expand

Message

Wolfram Sang July 7, 2024, 8:28 a.m. UTC
Thanks to a report from Dirk, the first patch clears a window in which
spurious irqs might happen in probe. The second patch makes the
detection of spurious irqs louder. The third is a cleanup found while
developing this series. The first should go to for-current, the others
to for-next. No dependencies, luckily.


Wolfram Sang (3):
  i2c: rcar: bring hardware to known state when probing
  i2c: rcar: WARN about spurious irqs
  i2c: rcar: minor changes to adhere to coding style

 drivers/i2c/busses/i2c-rcar.c | 28 ++++++++++++++++++----------
 1 file changed, 18 insertions(+), 10 deletions(-)