]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tty: serial: fsl_lpuart: Make interrupt name distinct
authorStefan Wahren <wahrenst@gmx.net>
Wed, 5 Feb 2025 09:10:07 +0000 (10:10 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Feb 2025 09:05:17 +0000 (10:05 +0100)
commitb5bbace353ad654d8a562dbfea88de7d694e44a7
tree2f9e4e61aa05c4add1378dbefc9a8eb0fe603a6f
parentb6ad40c0027c6983da9b702405ad6def373354f8
tty: serial: fsl_lpuart: Make interrupt name distinct

SoCs like the i.MX93 have several lpuart interfaces, but fsl_lpuart
uses the driver name to request the IRQ. This makes it hard to
identify interfaces from outputs like /proc/interrupts .
So use the dev_name() for requesting instead.

Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/20250205091007.4528-1-wahrenst@gmx.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/fsl_lpuart.c