setup_irq vs request_irq in Modern Linux
setup_irq belongs to historical early-platform code. Current device drivers should register handlers with request_irq, request_threaded_irq, or a device-managed wrapper.
Lynxbee topic
Articles about request_irq.
setup_irq belongs to historical early-platform code. Current device drivers should register handlers with request_irq, request_threaded_irq, or a device-managed wrapper.