diff options
author | Mark Brown <broonie@kernel.org> | 2020-04-22 08:51:44 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-04-22 08:51:44 +0100 |
commit | 41d91ec3de8a90167159275bde7ed65768723556 (patch) | |
tree | 6b3609b4317591e3f61edd11e230ad5e3289de09 /Documentation/trace/coresight/coresight.rst | |
parent | 1e060a453c8604311fb45ae2f84f67ed673329b4 (diff) | |
parent | ff5d18cb04f4ecccbcf05b7f83ab6df2a0d95c16 (diff) |
Merge tag 'tegra-for-5.7-asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into asoc-5.7
ASoC: tegra: Fixes for v5.7-rc3
This contains a couple of fixes that are needed to properly reconfigure
the audio clocks on older Tegra devices.
Diffstat (limited to 'Documentation/trace/coresight/coresight.rst')
-rw-r--r-- | Documentation/trace/coresight/coresight.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/trace/coresight/coresight.rst b/Documentation/trace/coresight/coresight.rst index a566719f8e7e..108600ee1e12 100644 --- a/Documentation/trace/coresight/coresight.rst +++ b/Documentation/trace/coresight/coresight.rst @@ -491,8 +491,21 @@ interface provided for that purpose by the generic STM API:: Details on how to use the generic STM API can be found here:- :doc:`../stm` [#second]_. +The CTI & CTM Modules +--------------------- + +The CTI (Cross Trigger Interface) provides a set of trigger signals between +individual CTIs and components, and can propagate these between all CTIs via +channels on the CTM (Cross Trigger Matrix). + +A separate documentation file is provided to explain the use of these devices. +(:doc:`coresight-ect`) [#fourth]_. + + .. [#first] Documentation/ABI/testing/sysfs-bus-coresight-devices-stm .. [#second] Documentation/trace/stm.rst .. [#third] https://github.com/Linaro/perf-opencsd + +.. [#fourth] Documentation/trace/coresight/coresight-ect.rst |