summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-19thunderbolt: debugfs: Use FIELD_GET()Aapo Vienamo1-18/+11
2024-06-17thunderbolt: Add receiver lane margining support for retimersMika Westerberg1-26/+66
2024-06-17thunderbolt: Make margining functions accept target and retimer indexMika Westerberg1-6/+10
2024-06-17thunderbolt: Split out margining from USB4 portMika Westerberg1-122/+112
2024-06-17thunderbolt: Add sideband register access to debugfsMika Westerberg1-0/+293
2024-05-31thunderbolt: debugfs: Fix margin debugfs node creation conditionAapo Vienamo1-2/+3
2024-04-24thunderbolt: There are only 5 basic router registers in pre-USB4 routersMika Westerberg1-1/+1
2023-11-27thunderbolt: Fix memory leak in margining_port_remove()Yaxiong Tian1-1/+1
2023-06-16thunderbolt: Fix PCIe adapter capability length for USB4 v2 routersGil Fine1-2/+6
2023-06-16thunderbolt: Fix DisplayPort IN adapter capability length for USB4 v2 routersGil Fine1-5/+8
2023-06-16thunderbolt: Add two additional double words for adapters TMU for USB4 v2 rou...Gil Fine1-2/+6
2023-06-09thunderbolt: Make tb_switch_clx_disable() return CL states that were enabledMika Westerberg1-11/+24
2023-06-09thunderbolt: Move CLx support functions into clx.cMika Westerberg1-1/+1
2023-03-13thunderbolt: Fix memory leak in marginingMika Westerberg1-6/+6
2023-01-17thunderbolt: Include the additional DP IN double word in debugfs dumpMika Westerberg1-1/+4
2022-09-07thunderbolt: debugfs: Fix spelling mistakes in seq_puts textColin Ian King1-2/+2
2022-09-05thunderbolt: Add support for receiver lane marginingMika Westerberg1-0/+836
2021-03-12thunderbolt: debugfs: Show all accessible dwordsGil Fine1-5/+3
2021-03-08thunderbolt: debugfs: Handle fail reading blockGil Fine1-13/+26
2020-12-08Merge tag 'thunderbolt-for-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman1-0/+24
2020-11-11thunderbolt: Create debugfs directory automatically for servicesMika Westerberg1-0/+24
2020-11-05thunderbolt: Add uaccess dependency to debugfs interfaceCasey Bowman1-0/+1
2020-09-10thunderbolt: debugfs: Fix uninitialized return in counters_write()Dan Carpenter1-0/+1
2020-09-03thunderbolt: Add debugfs interfaceGil Fine1-0/+700