]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd3ff1e00db53d9379452a06db6bbdf0a1ec60cd9
tree9273638395eda53757447b2978cd70a938024a10
parentc19497d10f8e529c4870a63d1c95424fd707a5d9
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]