coresight-funnel: add CoreSight Funnel driver
authorPratik Patel <pratikp@codeaurora.org>
Mon, 3 Nov 2014 18:07:39 +0000 (11:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Nov 2014 23:19:33 +0000 (15:19 -0800)
commit6e21e3451556af6ada01e2206d5949fc654d75e1
tree0f2f850e9ec0e6c268181093f15613eaabe2b0bd
parentfdfc0d8a06b56c3ca8fc3d7d271b3c8e99e6d55c
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>
drivers/coresight/Makefile
drivers/coresight/coresight-funnel.c [new file with mode: 0644]