Merge tag 'coresight-next-v5.17' of...
Merge tag 'coresight-next-v5.17' of gitolite.kernel.org:pub/scm/linux/kernel/git/coresight/linux into char-misc-next
Mathieu writes:
Coresight changes for v5.17
This pull request includes:
- A patch that uses devm_bitmap_zalloc() instead of the open-coded
equivalent.
- Work to make coresight complex configuration loadable via modules.
- Some coresight documentation updates.
Signed-off-by:
Mathieu Poirier <mathieu.poirier@linaro.org>
* tag 'coresight-next-v5.17' of gitolite.kernel.org:pub/scm/linux/kernel/git/coresight/linux:
coresight: core: Fix typo in a comment
Documentation: coresight: Update coresight configuration docs
coresight: configfs: Allow configfs to activate configuration
coresight: syscfg: Example CoreSight configuration loadable module
coresight: syscfg: Update load API for config loadable modules
coresight: configuration: Update API to permit dynamic load/unload
coresight: configuration: Update API to introduce load owner concept
Documentation: coresight: Fix documentation issue
coresight: Use devm_bitmap_zalloc when applicable
No related branches found
No related tags found
Showing
- Documentation/trace/coresight/coresight-config.rst 64 additions, 14 deletionsDocumentation/trace/coresight/coresight-config.rst
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- drivers/hwtracing/coresight/coresight-cfg-preload.c 7 additions, 2 deletionsdrivers/hwtracing/coresight/coresight-cfg-preload.c
- drivers/hwtracing/coresight/coresight-config.h 8 additions, 1 deletiondrivers/hwtracing/coresight/coresight-config.h
- drivers/hwtracing/coresight/coresight-core.c 1 addition, 1 deletiondrivers/hwtracing/coresight/coresight-core.c
- drivers/hwtracing/coresight/coresight-etm4x-core.c 10 additions, 1 deletiondrivers/hwtracing/coresight/coresight-etm4x-core.c
- drivers/hwtracing/coresight/coresight-stm.c 3 additions, 7 deletionsdrivers/hwtracing/coresight/coresight-stm.c
- drivers/hwtracing/coresight/coresight-syscfg-configfs.c 87 additions, 0 deletionsdrivers/hwtracing/coresight/coresight-syscfg-configfs.c
- drivers/hwtracing/coresight/coresight-syscfg-configfs.h 4 additions, 0 deletionsdrivers/hwtracing/coresight/coresight-syscfg-configfs.h
- drivers/hwtracing/coresight/coresight-syscfg.c 287 additions, 28 deletionsdrivers/hwtracing/coresight/coresight-syscfg.c
- drivers/hwtracing/coresight/coresight-syscfg.h 36 additions, 3 deletionsdrivers/hwtracing/coresight/coresight-syscfg.h
- samples/Kconfig 9 additions, 0 deletionssamples/Kconfig
- samples/Makefile 1 addition, 0 deletionssamples/Makefile
- samples/coresight/Makefile 4 additions, 0 deletionssamples/coresight/Makefile
- samples/coresight/coresight-cfg-sample.c 73 additions, 0 deletionssamples/coresight/coresight-cfg-sample.c
Loading
Please register or sign in to comment