Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

coresight: docs: Create common sub-directory for coresight trace.

There are two files in the Documentation/trace directory relating to
coresight, with more to follow, so create a Documentation/trace/coresight
directory and move existing files there. Fixup index to reference
new location.

Update MAINTAINERS to reference this sub-directory rather than the
individual files.

Signed-off-by: Mike Leach <mike.leach@linaro.org>
Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mike Leach and committed by
Jonathan Corbet
8adf42e2 b3ef0df1

+12 -5
Documentation/trace/coresight-cpu-debug.rst Documentation/trace/coresight/coresight-cpu-debug.rst
+1 -1
Documentation/trace/coresight.rst Documentation/trace/coresight/coresight.rst
··· 489 489 crw------- 1 root root 10, 61 Jan 3 18:11 /dev/stm0 490 490 root@genericarmv8:~# 491 491 492 - Details on how to use the generic STM API can be found here [#second]_. 492 + Details on how to use the generic STM API can be found here:- :doc:`../stm` [#second]_. 493 493 494 494 .. [#first] Documentation/ABI/testing/sysfs-bus-coresight-devices-stm 495 495
+9
Documentation/trace/coresight/index.rst
··· 1 + ============================== 2 + CoreSight - ARM Hardware Trace 3 + ============================== 4 + 5 + .. toctree:: 6 + :maxdepth: 2 7 + :glob: 8 + 9 + *
+1 -2
Documentation/trace/index.rst
··· 23 23 intel_th 24 24 stm 25 25 sys-t 26 - coresight 27 - coresight-cpu-debug 26 + coresight/index
+1 -2
MAINTAINERS
··· 1610 1610 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1611 1611 S: Maintained 1612 1612 F: drivers/hwtracing/coresight/* 1613 - F: Documentation/trace/coresight.rst 1614 - F: Documentation/trace/coresight-cpu-debug.rst 1613 + F: Documentation/trace/coresight/* 1615 1614 F: Documentation/devicetree/bindings/arm/coresight.txt 1616 1615 F: Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt 1617 1616 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*