summaryrefslogtreecommitdiff
path: root/drivers/staging/nmf-cm/share/communication/inc
diff options
context:
space:
mode:
authorPierre Peiffer <pierre.peiffer@stericsson.com>2011-10-28 11:12:48 +0200
committerPhilippe Langlais <philippe.langlais@linaro.org>2012-03-19 09:02:27 +0100
commitfc537f23e54cca6bcb8840731c55c8e947d40730 (patch)
tree583cbb0acf28ee0af06f8c8b5e1d1ccf62ca5f71 /drivers/staging/nmf-cm/share/communication/inc
parentb3ab04480dc2c4204fdc58c277ef63111e5c353c (diff)
U8500 CM: Add support to get DSP OST Trace on ARM
Provide two new devices /dev/cm_sia_trace and /dev/cm_sva_trace that allow any user to retrieve live OST traces coming from DSP components by doing 'cat /dev/cm_sia_trace > file.bin'. This traces are till now available through XTI device. This feature also requires some change in OSTTrace component to be fully operationnal. ST-Ericsson FOSS-OUT ID: Trivial ST-Ericsson ID: 324035 ST-Ericsson Linux next: NA Change-Id: I593c2f82be750bc1738281ee25d875b5a784ea04 Signed-off-by: Pierre Peiffer <pierre.peiffer@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/42605 Reviewed-by: QABUILD
Diffstat (limited to 'drivers/staging/nmf-cm/share/communication/inc')
-rw-r--r--drivers/staging/nmf-cm/share/communication/inc/nmf_service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/nmf-cm/share/communication/inc/nmf_service.h b/drivers/staging/nmf-cm/share/communication/inc/nmf_service.h
index 5ec08434492..71dfc534f97 100644
--- a/drivers/staging/nmf-cm/share/communication/inc/nmf_service.h
+++ b/drivers/staging/nmf-cm/share/communication/inc/nmf_service.h
@@ -12,5 +12,6 @@
#define MPC_SERVICE_NONE 0
#define MPC_SERVICE_BOOT 0xB001
#define MPC_SERVICE_PRINT 0x1234
+#define MPC_SERVICE_TRACE 0x789
#endif