]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gpio: ep93xx: use handle_bad_irq() as default IRQ handler
authorMohamed Ayman <mohamedaymanworkspace@gmail.com>
Fri, 24 Apr 2026 11:59:20 +0000 (14:59 +0300)
committerBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Mon, 27 Apr 2026 07:42:16 +0000 (09:42 +0200)
commit42509588db15100732f236b6a007f384dde3833f
tree36e4d05ba4ee9f0428eb6594d935cbc64d512fbe
parent9c9fe04e0fe3fdba7d4aafffa9b7bbb21f6fcbe1
gpio: ep93xx: use handle_bad_irq() as default IRQ handler

Replace the temporary fallback handle_simple_irq with handle_bad_irq
now that the driver operates with a proper hierarchical IRQ setup.
This ensures unexpected or unmapped interrupts are clearly flagged
instead of being silently handled.

Signed-off-by: Mohamed Ayman <mohamedaymanworkspace@gmail.com>
Reviewed-by: Linus Walleij <linusw@kernel.org>
Link: https://patch.msgid.link/20260424115920.54707-1-mohamedaymanworkspace@gmail.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
drivers/gpio/gpio-ep93xx.c