]> git.ipfire.org Git - thirdparty/linux.git/commit
thunderbolt: debugfs: Add write capability to path config space
authorGil Fine <gil.fine@linux.intel.com>
Mon, 11 Nov 2024 20:52:11 +0000 (22:52 +0200)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Fri, 3 Jan 2025 09:50:02 +0000 (11:50 +0200)
commit398da8e64321db638aa0f3b11d841e2d1b0fc4b4
treed05aef6f6e0b4f4eb490820fc1de1f115922e390
parent4bbf9020becbfd8fc2c3da790855b7042fad455b
thunderbolt: debugfs: Add write capability to path config space

Currently debugfs interface allows writing of router, adapter and
counters config spaces but not for paths. However, it can be useful
during debugging to modify path config space so for this reason add this
support to the debugfs interface as well.

Signed-off-by: Gil Fine <gil.fine@linux.intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/debugfs.c