Re: [PATCH v2 1/3] i2c: rcar: bring hardware to known state when probing

From: Andi Shyti
Date: Mon Jul 08 2024 - 19:20:00 EST


Hi Wolfram,

On Sun, Jul 07, 2024 at 10:28:46AM GMT, Wolfram Sang wrote:
> When probing, the hardware is not brought into a known state. This may
> be a problem when a hypervisor restarts Linux without resetting the
> hardware, leaving an old state running. Make sure the hardware gets
> initialized, especially interrupts should be cleared and disabled.
>
> Reported-by: Dirk Behme <dirk.behme@xxxxxxxxxxxx>
> Reported-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> Closes: https://lore.kernel.org/r/20240702045535.2000393-1-dirk.behme@xxxxxxxxxxxx
> Fixes: 6ccbe607132b ("i2c: add Renesas R-Car I2C driver")
> Signed-off-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx>
> ---
>
> Should go to for-current.

merged in i2c/i2c-host-fixes.

Thanks,
Andi