]> www.infradead.org Git - users/dwmw2/linux.git/commit
staging: gpib: Remove atn_asserted global variable
authorDave Penkler <dpenkler@gmail.com>
Fri, 18 Apr 2025 17:34:31 +0000 (19:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Apr 2025 14:08:26 +0000 (16:08 +0200)
commit8da1ce7ec08d3079d63709ead2ab56c32f2af744
tree65308c3ffaf4ef11094476c7546f8af73258ff09
parentb56611d934bbd8b62ef3ee54c0edb7e0c973892d
staging: gpib: Remove atn_asserted global variable

atn_asserted was introduced to deal with an issue where certain models
of the Raspberry Pi would lose interrupts under heavy load. Using
a combination of edge and level interrupts the problem was resolved
so the work-around is no longer needed.

This patch removes the work-around.

Tested-by: Dave Penkler <dpenkler@gmail.com>
Signed-off-by: Dave Penkler <dpenkler@gmail.com>
Link: https://lore.kernel.org/r/20250418173434.2892-6-dpenkler@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/gpio/gpib_bitbang.c