]> Pileus Git - ~andy/linux/commit
Intel PTI implementaiton of MIPI 1149.7.
authorJ Freyensee <james_p_freyensee@linux.intel.com>
Fri, 6 May 2011 23:56:49 +0000 (16:56 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 13 May 2011 23:31:00 +0000 (16:31 -0700)
commit0b61d2acb1ea48d8eba798ed92759b7f1b0f4209
tree48827990afa819f2a81929450c69b39aa8255c4d
parentcb9e84c4123088f4641009f5217b7d32b307992f
Intel PTI implementaiton of MIPI 1149.7.

The PTI (Parallel Trace Interface) driver directs
trace data routed from various parts in the system out
through an Intel Penwell PTI port and out of the mobile
device for analysis with a debugging tool (Lauterbach or Fido).
Though n_tracesink and n_tracerouter line discipline drivers
are used to extract modem tracing data to the PTI driver
and other parts of an Intel mobile solution, the PTI driver
can be used independent of n_tracesink and n_tracerouter.

You should select this driver if the target kernel is meant for
an Intel Atom (non-netbook) mobile device containing a MIPI
P1149.7 standard implementation.

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