coresight-tmc: add CoreSight TMC driver
authorPratik Patel <pratikp@codeaurora.org>
Mon, 3 Nov 2014 18:07:36 +0000 (11:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Nov 2014 23:19:32 +0000 (15:19 -0800)
commitbc4bf7fe98daf4e64cc5ffc6cdc0e820f4d99c14
treef3f6e205c9faf60b16ce1355f309ed2bf71b20d1
parenta06ae8609b3dd06b957a6e4e965772a8a14d3af5
coresight-tmc: add CoreSight TMC driver

This driver manages CoreSight TMC (Trace Memory Controller) which
can act as a link or a sink depending upon its configuration. It
can present itself as an ETF (Embedded Trace FIFO) or ETR
(Embedded Trace Router).

ETF when configured in circular buffer mode acts as a trace
collection sink. When configured in HW fifo mode it acts as link.
ETR always acts as a sink and can be used to route data to memory
allocated in RAM.

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>
arch/arm/Kconfig.debug
drivers/coresight/Makefile
drivers/coresight/coresight-tmc.c [new file with mode: 0644]