coresight-replicator: add CoreSight Replicator driver
authorPratik Patel <pratikp@codeaurora.org>
Mon, 3 Nov 2014 18:07:40 +0000 (11:07 -0700)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Mon, 22 Dec 2014 19:37:29 +0000 (12:37 -0700)
commit522ed3f58bb775cc4d87ab37e6c0dd80e44add07
treedcb80000e6e78810911cae138fd3859172570569
parent75c5f8c84ffe053398036a88a73da3280214332b
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>
(cherry picked from commit ceacc1d9b7ae41e4be185596306be17537682fb1)
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/coresight/Makefile
drivers/coresight/coresight-replicator.c [new file with mode: 0644]