]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite46dd9674c7230b77357faee7875b2ec8c4c8686
treeadaaf31efc06fe2960827cba1510855bea6ea3d3
parent66e2c5eee6b63c20a149970b7130cdc2ae5bdce2
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