linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] serial: Add name field to uart_port
@ 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:28 ` [PATCH v2 2/2] serial: 8250: 8250_core: Fix irq name for 8250 serial IRQ Vignesh R
  0 siblings, 2 replies; 5+ messages in thread
From: Vignesh R @ 2017-03-24  5:27 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Jisheng Zhang, Vignesh R, linux-kernel, Andy Shevchenko,
	linux-serial, Jiri Slaby, linux-arm-kernel

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] 5+ messages in thread

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

Thread overview: 5+ 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 ` [PATCH v2 1/2] tty: serial_core: Add name field to uart_port struct Vignesh R
2017-03-24 11:46   ` Andy Shevchenko
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).