n_tracerouter and n_tracesink ldisc additions.
authorJ Freyensee <james_p_freyensee@linux.intel.com>
Fri, 6 May 2011 23:56:50 +0000 (16:56 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 13 May 2011 23:31:00 +0000 (16:31 -0700)
commitee4f6b4b89665b92ead67deaa2e5d2ffa1af2b5f
treeadaaf31efc06fe2960827cba1510855bea6ea3d3
parent0b61d2acb1ea48d8eba798ed92759b7f1b0f4209
n_tracerouter and n_tracesink ldisc additions.

The n_tracerouter and n_tracesink line discpline drivers use the
Linux tty line discpline framework to route trace data coming
from a tty port (say UART for example) to the trace sink line
discipline driver and to another tty port(say USB).  Those
these two line discipline drivers can be used together,
independently from pti.c, they are part of the original
implementation solution of the MIPI P1149.7, compact JTAG, PTI
solution for Intel mobile platforms starting with the
Medfield platform.

Signed-off-by: J Freyensee <james_p_freyensee@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/Kconfig
drivers/tty/Makefile
drivers/tty/n_tracerouter.c [new file with mode: 0644]
drivers/tty/n_tracesink.c [new file with mode: 0644]
drivers/tty/n_tracesink.h [new file with mode: 0644]
include/linux/tty.h