]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge tag 'coresight-next-v6.14' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 12 Jan 2025 12:41:43 +0000 (13:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 12 Jan 2025 12:41:43 +0000 (13:41 +0100)
Pull coresight updates from Suzuki:

coresight: Updates for Linux v6.14

Coresight self-hosted tracing subsystem updates for v6.14 includes:

  - Support for static traceid allocation for devices
  - Support for impdef, static trace filtering in Qualcomm replicators
  - Miscellaneous fixes

Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
* tag 'coresight-next-v6.14' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/coresight/linux:
  coresight-tpda: Optimize the function of reading element size
  coresight: Add support for trace filtering by source
  coresight: Add a helper to check if a device is source
  dt-bindings: arm: qcom,coresight-static-replicator: Add property for source filtering
  coresight: Fix dsb_mode_store() unsigned val is never less than zero
  coresight: dummy: Add static trace id support for dummy source
  coresight: Add support to get static id for system trace sources
  dt-bindings: arm: Add arm,static-trace-id for coresight dummy source
  coresight: Drop atomics in connection refcounts
  Coresight: Narrow down the matching range of tpdm


Trivial merge