Re: [PATCH] tty/serial: altera_uart: use more informative labels in /proc/interrupts

From: Tobias Klauser
Date: Tue Dec 19 2023 - 06:19:14 EST


On 2023-12-17 at 20:56:01 +0100, Antony Pavlov <antonynpavlov@xxxxxxxxx> wrote:
> Prior to this patch:
>
> ~# cat /proc/interrupts
> ...
> 40: 123 0 GIC-0 72 Level altera_uart
> 41: 9 0 GIC-0 73 Level altera_uart
>
> After this patch:
>
> ~# cat /proc/interrupts
> ...
> 40: 6 0 GIC-0 72 Level ff200100.fpga-uart0
> 41: 28 0 GIC-0 73 Level ff200200.fpga-uart1
>
> Signed-off-by: Antony Pavlov <antonynpavlov@xxxxxxxxx>

Acked-by: Tobias Klauser <tklauser@xxxxxxxxxx>

Thanks!