[PATCH] ABI: coresight: tpda: Correct the kernel version to 7.0
From: Karl Mehltretter
Date: Sat Sep 12 2026 - 06:07:46 EST
Nine TPDA sysfs ABI entries name kernel version 6.20. All four commits
introducing these attributes first appeared in v7.0-rc1, after the
release following 6.19 was numbered 7.0.
Correct all nine KernelVersion fields to 7.0.
Fixes: f9cc5b5a9e9a ("coresight: tpda: add sysfs nodes for tpda cross-trigger configuration")
Fixes: 8e1c358a3b0e ("coresight: tpda: add global_flush_req sysfs node")
Fixes: 33f04ead7c49 ("coresight: tpda: add logic to configure TPDA_SYNCR register")
Fixes: a089d585a7f4 ("coresight: tpda: add sysfs node to flush specific port")
Assisted-by: LLM
Signed-off-by: Karl Mehltretter <kmehltretter@xxxxxxxxx>
---
.../testing/sysfs-bus-coresight-devices-tpda | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/Documentation/ABI/testing/sysfs-bus-coresight-devices-tpda b/Documentation/ABI/testing/sysfs-bus-coresight-devices-tpda
index 650431feae45e725d4cdcc5f029a5d2a908ca2ed..0140ac97725e063c89a5d36a2ea5ae918ffb606c 100644
--- a/Documentation/ABI/testing/sysfs-bus-coresight-devices-tpda
+++ b/Documentation/ABI/testing/sysfs-bus-coresight-devices-tpda
@@ -1,34 +1,34 @@
What: /sys/bus/coresight/devices/<tpda-name>/trig_async_enable
Date: December 2025
-KernelVersion: 6.20
+KernelVersion: 7.0
Contact: Jinlong Mao <jinlong.mao@xxxxxxxxxxxxxxxx>, Tao Zhang <tao.zhang@xxxxxxxxxxxxxxxx>, Jie Gan <jie.gan@xxxxxxxxxxxxxxxx>
Description:
(RW) Enable/disable cross trigger synchronization sequence interface.
What: /sys/bus/coresight/devices/<tpda-name>/trig_flag_ts_enable
Date: December 2025
-KernelVersion: 6.20
+KernelVersion: 7.0
Contact: Jinlong Mao <jinlong.mao@xxxxxxxxxxxxxxxx>, Tao Zhang <tao.zhang@xxxxxxxxxxxxxxxx>, Jie Gan <jie.gan@xxxxxxxxxxxxxxxx>
Description:
(RW) Enable/disable cross trigger FLAG packet request interface.
What: /sys/bus/coresight/devices/<tpda-name>/trig_freq_enable
Date: December 2025
-KernelVersion: 6.20
+KernelVersion: 7.0
Contact: Jinlong Mao <jinlong.mao@xxxxxxxxxxxxxxxx>, Tao Zhang <tao.zhang@xxxxxxxxxxxxxxxx>, Jie Gan <jie.gan@xxxxxxxxxxxxxxxx>
Description:
(RW) Enable/disable cross trigger FREQ packet request interface.
What: /sys/bus/coresight/devices/<tpda-name>/freq_ts_enable
Date: December 2025
-KernelVersion: 6.20
+KernelVersion: 7.0
Contact: Jinlong Mao <jinlong.mao@xxxxxxxxxxxxxxxx>, Tao Zhang <tao.zhang@xxxxxxxxxxxxxxxx>, Jie Gan <jie.gan@xxxxxxxxxxxxxxxx>
Description:
(RW) Enable/disable the timestamp for all FREQ packets.
What: /sys/bus/coresight/devices/<tpda-name>/cmbchan_mode
Date: December 2025
-KernelVersion: 6.20
+KernelVersion: 7.0
Contact: Jinlong Mao <jinlong.mao@xxxxxxxxxxxxxxxx>, Tao Zhang <tao.zhang@xxxxxxxxxxxxxxxx>, Jie Gan <jie.gan@xxxxxxxxxxxxxxxx>
Description:
(RW) Configure the CMB/MCMB channel mode for all enabled ports.
@@ -36,7 +36,7 @@ Description:
What: /sys/bus/coresight/devices/<tpda-name>/global_flush_req
Date: December 2025
-KernelVersion: 6.20
+KernelVersion: 7.0
Contact: Jinlong Mao <jinlong.mao@xxxxxxxxxxxxxxxx>, Tao Zhang <tao.zhang@xxxxxxxxxxxxxxxx>, Jie Gan <jie.gan@xxxxxxxxxxxxxxxx>
Description:
(RW) Set global (all ports) flush request bit. The bit remains set until a
@@ -44,7 +44,7 @@ Description:
What: /sys/bus/coresight/devices/<tpda-name>/syncr_mode
Date: December 2025
-KernelVersion: 6.20
+KernelVersion: 7.0
Contact: Jinlong Mao <jinlong.mao@xxxxxxxxxxxxxxxx>, Tao Zhang <tao.zhang@xxxxxxxxxxxxxxxx>, Jie Gan <jie.gan@xxxxxxxxxxxxxxxx>
Description:
(RW) Set mode the of the syncr counter.
@@ -54,7 +54,7 @@ Description:
What: /sys/bus/coresight/devices/<tpda-name>/syncr_count
Date: December 2025
-KernelVersion: 6.20
+KernelVersion: 7.0
Contact: Jinlong Mao <jinlong.mao@xxxxxxxxxxxxxxxx>, Tao Zhang <tao.zhang@xxxxxxxxxxxxxxxx>, Jie Gan <jie.gan@xxxxxxxxxxxxxxxx>
Description:
(RW) Set value the of the syncr counter.
@@ -62,7 +62,7 @@ Description:
What: /sys/bus/coresight/devices/<tpda-name>/port_flush_req
Date: December 2025
-KernelVersion: 6.20
+KernelVersion: 7.0
Contact: Jinlong Mao <jinlong.mao@xxxxxxxxxxxxxxxx>, Tao Zhang <tao.zhang@xxxxxxxxxxxxxxxx>, Jie Gan <jie.gan@xxxxxxxxxxxxxxxx>
Description:
(RW) Configure the bit i to requests a flush operation of port i on the TPDA.
--
2.39.5 (Apple Git-154)