On 2024-12-03 at 14:25:56 +0100, Tobias Klauser <tklauser@xxxxxxxxxx> wrote: > The request_irq name parameter should be the device name, not the driver > name. This leads to more informative information in /proc/interrupts. > > Before this patch: > > $ cat /proc/interrupts > ... > 40: 123 0 GIC-0 72 Level altera_jtaguart > > After this patch: > > $ cat /proc/interrupts > ... > 40: 6 0 GIC-0 72 Level ff200100.fpga-juart0 > > Signed-off-by: Tobias Klauser <tklauser@xxxxxxxxxx> > --- Apologies, I meant to send this patch before the patch titled "[PATCH v2] serial: altera_jtaguart: Use KBUILD_MODNAME" [1]. It should be applied before that one, otherwise the driver will fail to build with just that patch applied. [1] https://lore.kernel.org/linux-serial/20241203131727.9078-1-tklauser@xxxxxxxxxx/