summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/debugfs.c
AgeCommit message (Expand)AuthorLines
2023-11-27thunderbolt: Fix memory leak in margining_port_remove()Yaxiong Tian-1/+1
2023-06-16thunderbolt: Fix PCIe adapter capability length for USB4 v2 routersGil Fine-2/+6
2023-06-16thunderbolt: Fix DisplayPort IN adapter capability length for USB4 v2 routersGil Fine-5/+8
2023-06-16thunderbolt: Add two additional double words for adapters TMU for USB4 v2 rou...Gil Fine-2/+6
2023-06-09thunderbolt: Make tb_switch_clx_disable() return CL states that were enabledMika Westerberg-11/+24
2023-06-09thunderbolt: Move CLx support functions into clx.cMika Westerberg-1/+1
2023-03-13thunderbolt: Fix memory leak in marginingMika Westerberg-6/+6
2023-01-17thunderbolt: Include the additional DP IN double word in debugfs dumpMika Westerberg-1/+4
2022-09-07thunderbolt: debugfs: Fix spelling mistakes in seq_puts textColin Ian King-2/+2
2022-09-05thunderbolt: Add support for receiver lane marginingMika Westerberg-0/+836
2021-03-12thunderbolt: debugfs: Show all accessible dwordsGil Fine-5/+3
2021-03-08thunderbolt: debugfs: Handle fail reading blockGil Fine-13/+26
2020-12-08Merge tag 'thunderbolt-for-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman-0/+24
2020-11-11thunderbolt: Create debugfs directory automatically for servicesMika Westerberg-0/+24
2020-11-05thunderbolt: Add uaccess dependency to debugfs interfaceCasey Bowman-0/+1
2020-09-10thunderbolt: debugfs: Fix uninitialized return in counters_write()Dan Carpenter-0/+1
2020-09-03thunderbolt: Add debugfs interfaceGil Fine-0/+700