Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i2c: rcar: bring hardware to known state when probing
[ Upstream commit 4e36c0f ] 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 <[email protected]> Reported-by: Geert Uytterhoeven <[email protected]> Closes: https://lore.kernel.org/r/[email protected] Fixes: 6ccbe60 ("i2c: add Renesas R-Car I2C driver") Signed-off-by: Wolfram Sang <[email protected]> Signed-off-by: Andi Shyti <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
- Loading branch information