coresight-replicator: add CoreSight Replicator driver
authorPratik Patel <pratikp@codeaurora.org>
Mon, 3 Nov 2014 18:07:40 +0000 (11:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Nov 2014 23:19:33 +0000 (15:19 -0800)
commitceacc1d9b7ae41e4be185596306be17537682fb1
treec389a3f73aacc26c73cefa45dccdecb18ec7698e
parent6e21e3451556af6ada01e2206d5949fc654d75e1
coresight-replicator: add CoreSight Replicator driver

This driver manages non-configurable CoreSight Replicator that
takes a single input trace data stream and replicates it to
produce two identical trace data output streams. Replicators
are typically used to route single interleaved trace data
stream to two or more sinks.

Signed-off-by: Pratik Patel <pratikp@codeaurora.org>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/coresight/Makefile
drivers/coresight/coresight-replicator.c [new file with mode: 0644]