All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] serial: Add name field to uart_port
@ 2017-03-24  5:27 ` Vignesh R
  0 siblings, 0 replies; 15+ messages in thread
From: Vignesh R @ 2017-03-24  5:27 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Jiri Slaby, Andy Shevchenko, Jisheng Zhang, linux-serial,
	linux-arm-kernel, linux-kernel, Vignesh R

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
Previous version:  https://lkml.org/lkml/2017/3/21/328

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    | 7 +++++++
 include/linux/serial_core.h         | 1 +
 3 files changed, 9 insertions(+), 1 deletion(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2017-03-25 10:35 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-24  5:27 [PATCH v2 0/2] serial: Add name field to uart_port Vignesh R
2017-03-24  5:27 ` Vignesh R
2017-03-24  5:27 ` Vignesh R
2017-03-24  5:27 ` [PATCH v2 1/2] tty: serial_core: Add name field to uart_port struct Vignesh R
2017-03-24  5:27   ` Vignesh R
2017-03-24  5:27   ` Vignesh R
2017-03-24 11:46   ` Andy Shevchenko
2017-03-24 11:46     ` Andy Shevchenko
2017-03-24 11:46     ` Andy Shevchenko
2017-03-25 10:33     ` Vignesh R
2017-03-25 10:33       ` Vignesh R
2017-03-25 10:33       ` Vignesh R
2017-03-24  5:28 ` [PATCH v2 2/2] serial: 8250: 8250_core: Fix irq name for 8250 serial IRQ Vignesh R
2017-03-24  5:28   ` Vignesh R
2017-03-24  5:28   ` Vignesh R

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.