summaryrefslogtreecommitdiff
path: root/include/linux/goldfish.h
diff options
context:
space:
mode:
authorJiawen Wu <jiawenwu@trustnetic.com>2024-03-01 17:29:56 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-05-30 09:49:52 +0200
commitc273577b185360be2fed143f4f05ba115569c606 (patch)
tree9e6a69ba7bf379d26d7b8a13cee21614f0604231 /include/linux/goldfish.h
parent32db1047161806460b4b4066da1b32c9a8b46e4d (diff)
net: txgbe: fix to clear interrupt status after handling IRQ
[ Upstream commit 0e71862a20d58b6e8d4c39de1d72c8919c4dccd1 ] GPIO EOI is not set to clear interrupt status after handling the interrupt. It should be done in irq_chip->irq_ack, but this function is not called in handle_nested_irq(). So executing function txgbe_gpio_irq_ack() manually in txgbe_gpio_irq_handler(). Fixes: aefd013624a1 ("net: txgbe: use irq_domain for interrupt controller") Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com> Link: https://lore.kernel.org/r/20240301092956.18544-2-jiawenwu@trustnetic.com Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include/linux/goldfish.h')
0 files changed, 0 insertions, 0 deletions