net: txgbe: fix to clear interrupt status after handling IRQ
authorJiawen Wu <jiawenwu@trustnetic.com>
Fri, 1 Mar 2024 09:29:56 +0000 (17:29 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 5 Mar 2024 10:13:04 +0000 (11:13 +0100)
commit0e71862a20d58b6e8d4c39de1d72c8919c4dccd1
tree898a971cdc83c36df9e56c878c48c760dd36b04a
parentb4a2496c17ed645f8d51061047c9c249b58c74ba
net: txgbe: fix to clear interrupt status after handling IRQ

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>
drivers/net/ethernet/wangxun/txgbe/txgbe_phy.c