]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: nvec: make i2c controller register writes robust
authorMarc Dietrich <marvin24@gmx.de>
Sun, 26 May 2024 19:39:32 +0000 (21:39 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Jun 2024 11:26:36 +0000 (13:26 +0200)
commitc8c96293a599c6291fa2622830fcbfc1ce0f5a7d
treec663674a53e16fb5ac6aa0bd37cabf147f6ff64b
parent331fd192b515d7426802593329ce6c77df88c177
staging: nvec: make i2c controller register writes robust

The i2c controller needs to read back the data written to its registers.
This way we can avoid the long delay in the interrupt handler.

Signed-off-by: Marc Dietrich <marvin24@gmx.de>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20240526193932.57277-1-marvin24@gmx.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/nvec/nvec.c