coresight-funnel: add CoreSight Funnel driver
authorPratik Patel <pratikp@codeaurora.org>
Mon, 3 Nov 2014 18:07:39 +0000 (11:07 -0700)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Mon, 22 Dec 2014 19:37:21 +0000 (12:37 -0700)
commit75c5f8c84ffe053398036a88a73da3280214332b
treebb5d5fb7c5aa5b781c5db1f32e916ea94a7abc17
parentde0d42a918c71b2e8d972505c8cdb63535e2bfe0
coresight-funnel: add CoreSight Funnel driver

This driver manages CoreSight Funnel which acts as a link.
Funnels have multiple input ports (typically 8) each of which
represents an input trace data stream. These multiple input trace
data streams are interleaved into a single output stream coming
out of the Funnel.

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 6e21e3451556af6ada01e2206d5949fc654d75e1)
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/coresight/Makefile
drivers/coresight/coresight-funnel.c [new file with mode: 0644]