Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging/nvec: update comment regarding udelay in the isr

Update the comment before the udelay on how to replace it.

Signed-off-by: Marc Dietrich <marvin24@gmx.de>
Link: https://lore.kernel.org/r/20240218212557.22836-1-marvin24@gmx.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Marc Dietrich and committed by
Greg Kroah-Hartman
6dde7d5f 455c5e12

+4 -3
+4 -3
drivers/staging/nvec/nvec.c
··· 709 709 status & RNW ? " RNW" : ""); 710 710 711 711 /* 712 - * TODO: A correct fix needs to be found for this. 712 + * TODO: replace the udelay with a read back after each writel above 713 + * in order to work around a hardware issue, see i2c-tegra.c 713 714 * 714 - * We experience less incomplete messages with this delay than without 715 - * it, but we don't know why. Help is appreciated. 715 + * Unfortunately, this change causes an intialisation issue with the 716 + * touchpad, which needs to be fixed first. 716 717 */ 717 718 udelay(100); 718 719