linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5] serial/arc-uart: Add new driver
@ 2012-10-26 12:03 Vineet.Gupta1
  2012-10-26 12:03 ` Vineet.Gupta1
  0 siblings, 1 reply; 8+ messages in thread
From: Vineet.Gupta1 @ 2012-10-26 12:03 UTC (permalink / raw)
  To: gregkh, alan; +Cc: arc-linux-dev, linux-serial, linux-kernel, Vineet Gupta

From: Vineet Gupta <vgupta@synopsys.com>

Hi Greg,

Here's the updated revision with fixes per your review comments.
-Rebased off tty-next tip.
-Build tested for x86, both as builtin and as module
-Same driver (as module) verified on ARCAngel4 Board.

Please consider applying.

Thanks,
Vineet

v5:
* Driver now builds as module; default !y
* Fixed some build wreckage due to SERIAL_ARC && !SERIAL_ARC_CONSOLE
* Fixed a sparse warning due to forced cast, hence reg offsets now in bytes

v4:
* UAPI disintegration fallout for serial_core.h
* rebased off of tty-next

v3:
* Removed empty arc_serial_set_ldisc()
* More set_termios fixes - CSIZE forced to CS8 (for 8N1)
* global @running_on_iss replaced with platform data, saved in device
  specific port structure.

v2:
* ttyARC used as device name
* Dynamic assignment of major/minor numbers.
* Ref counting tty in rx routine to prevent it from disappearing in
  case of a hangup
* set_termios fixes:
  - hardware flow control/parity are marked as unsupported
  - baud written back to termios
* cosmetics such as commenting the need for @running_on_iss, empty lines
  etc

Vineet Gupta (1):
  serial/arc-uart: Add new driver

 drivers/tty/serial/Kconfig       |   23 ++
 drivers/tty/serial/Makefile      |    1 +
 drivers/tty/serial/arc_uart.c    |  754 ++++++++++++++++++++++++++++++++++++++
 include/uapi/linux/serial_core.h |    2 +
 4 files changed, 780 insertions(+), 0 deletions(-)
 create mode 100644 drivers/tty/serial/arc_uart.c

-- 
1.7.4.1

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

end of thread, other threads:[~2012-10-29 11:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-26 12:03 [PATCH v5] serial/arc-uart: Add new driver Vineet.Gupta1
2012-10-26 12:03 ` Vineet.Gupta1
2012-10-26 12:10   ` Felipe Balbi
2012-10-26 12:47     ` Vineet Gupta
2012-10-26 13:54       ` Felipe Balbi
2012-10-27  6:54     ` Vineet Gupta
2012-10-29 11:06       ` Felipe Balbi
2012-10-29 11:18         ` Vineet Gupta

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).