This series adds name attribute to uart_port struct inorder to store name of the tty port that will help in identify different uart instances. This patch series is based on discussion here[1].
[1] https://www.spinics.net/lists/arm-kernel/msg569188.html Vignesh R (2): tty: serial_core: Add name field to uart_port struct serial: 8250: 8250_core: Fix irq name for 8250 serial irq drivers/tty/serial/8250/8250_core.c | 2 +- drivers/tty/serial/serial_core.c | 2 ++ include/linux/serial_core.h | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) -- 2.11.0