Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1605595

[PATCH 0/2] serial: Add name field to uart_port

From Vignesh R <vigneshr@ti.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] serial: Add name field to uart_port
Date 2017-03-21 14:40 +0100
Message-ID <tnsb0-3W4-27@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] serial: Add name field to uart_port Vignesh R <vigneshr@ti.com> - 2017-03-21 14:40 +0100
  [PATCH 2/2] serial: 8250: 8250_core: Fix irq name for 8250 serial irq Vignesh R <vigneshr@ti.com> - 2017-03-21 14:40 +0100
    Re: [PATCH 2/2] serial: 8250: 8250_core: Fix irq name for 8250 serial irq Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-03-22 19:50 +0100
  [PATCH 1/2] tty: serial_core: Add name field to uart_port struct Vignesh R <vigneshr@ti.com> - 2017-03-21 14:40 +0100
    Re: [PATCH 1/2] tty: serial_core: Add name field to uart_port struct Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-03-22 19:50 +0100
      Re: [PATCH 1/2] tty: serial_core: Add name field to uart_port struct Vignesh R <vigneshr@ti.com> - 2017-03-23 13:20 +0100
  Re: [PATCH 0/2] serial: Add name field to uart_port Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-03-22 19:50 +0100
    Re: [PATCH 0/2] serial: Add name field to uart_port Vignesh R <vigneshr@ti.com> - 2017-03-23 13:30 +0100
      Re: [PATCH 0/2] serial: Add name field to uart_port Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-03-23 18:10 +0100

csiph-web