]> git.baikalelectronics.ru Git - kernel.git/commit
serial: New serial driver SCCNXP
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 25 Aug 2012 15:24:19 +0000 (19:24 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Sep 2012 20:21:46 +0000 (13:21 -0700)
commit810353b0a4a0e09ba29dfc5bc3f8f4c880da2d82
treef808a7ac221715ec9471a9c9ec096dc840479213
parentfbab0f561ad639f1a9ef89e7f66ee06d78948b38
serial: New serial driver SCCNXP

This driver is a replacement for a SC26XX driver with a lot of
improvements and new features.
The main differences from the SC26XX driver:
- Removed dependency on MIPS. Driver can be used on any platform.
- Added support for SCC2681, SCC2691, SCC2692, SC28L91, SC28L92,
  SC28L202, SCC68681 and SCC68692 ICs.
- Using devm_-related functions.
- Improved error handling of serial port, improved FIFO handling.
- Ability to load multiple instances of drivers.

To avoid the possibility of regression, driver SC26XX left in the
system to confirm the stability of the driver on platforms where
it is being used.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Kconfig
drivers/tty/serial/Makefile
drivers/tty/serial/sccnxp.c [new file with mode: 0644]
include/linux/platform_data/sccnxp.h [new file with mode: 0644]