coresight: syscfg: Example CoreSight configuration loadable module
authorMike Leach <mike.leach@linaro.org>
Wed, 24 Nov 2021 20:00:36 +0000 (20:00 +0000)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Fri, 26 Nov 2021 18:34:07 +0000 (11:34 -0700)
commitede5bab874f535355ccee5514383941b9525c03b
tree9273638395eda53757447b2978cd70a938024a10
parenteb2ec49606c2a02d6382d56a0e19f34e515fde3f
coresight: syscfg: Example CoreSight configuration loadable module

An example of creating a loadable module to add CoreSight configurations
into a system.

In the Kernel samples/coresight directory.

Signed-off-by: Mike Leach <mike.leach@linaro.org>
Link: https://lore.kernel.org/r/20211124200038.28662-5-mike.leach@linaro.org
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
MAINTAINERS
samples/Kconfig
samples/Makefile
samples/coresight/Makefile [new file with mode: 0644]
samples/coresight/coresight-cfg-sample.c [new file with mode: 0644]