summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/debugfs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* thunderbolt: Improve software receiver lane marginingR Kannappan2024-08-221-16/+279
* thunderbolt: Add optional voltage offset range for receiver lane marginingRene Sapiens2024-08-221-0/+74
* thunderbolt: Consolidate margining parameters into a structureRene Sapiens2024-08-221-9/+23
* thunderbolt: Add missing usb4_port_sb_read() to usb4_port_sw_margin()Aapo Vienamo2024-08-221-3/+2
* thunderbolt: Fix memory leaks in {port|retimer}_sb_regs_write()Aapo Vienamo2024-08-021-4/+6
* thunderbolt: debugfs: Use FIELD_GET()Aapo Vienamo2024-06-191-18/+11
* thunderbolt: Add receiver lane margining support for retimersMika Westerberg2024-06-171-26/+66
* thunderbolt: Make margining functions accept target and retimer indexMika Westerberg2024-06-171-6/+10
* thunderbolt: Split out margining from USB4 portMika Westerberg2024-06-171-122/+112
* thunderbolt: Add sideband register access to debugfsMika Westerberg2024-06-171-0/+293
* thunderbolt: debugfs: Fix margin debugfs node creation conditionAapo Vienamo2024-05-311-2/+3
* thunderbolt: There are only 5 basic router registers in pre-USB4 routersMika Westerberg2024-04-241-1/+1
* thunderbolt: Fix memory leak in margining_port_remove()Yaxiong Tian2023-11-271-1/+1
* thunderbolt: Fix PCIe adapter capability length for USB4 v2 routersGil Fine2023-06-161-2/+6
* thunderbolt: Fix DisplayPort IN adapter capability length for USB4 v2 routersGil Fine2023-06-161-5/+8
* thunderbolt: Add two additional double words for adapters TMU for USB4 v2 rou...Gil Fine2023-06-161-2/+6
* thunderbolt: Make tb_switch_clx_disable() return CL states that were enabledMika Westerberg2023-06-091-11/+24
* thunderbolt: Move CLx support functions into clx.cMika Westerberg2023-06-091-1/+1
* thunderbolt: Fix memory leak in marginingMika Westerberg2023-03-131-6/+6
* thunderbolt: Include the additional DP IN double word in debugfs dumpMika Westerberg2023-01-171-1/+4
* thunderbolt: debugfs: Fix spelling mistakes in seq_puts textColin Ian King2022-09-071-2/+2
* thunderbolt: Add support for receiver lane marginingMika Westerberg2022-09-051-0/+836
* thunderbolt: debugfs: Show all accessible dwordsGil Fine2021-03-121-5/+3
* thunderbolt: debugfs: Handle fail reading blockGil Fine2021-03-081-13/+26
* Merge tag 'thunderbolt-for-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2020-12-081-0/+24
|\
| * thunderbolt: Create debugfs directory automatically for servicesMika Westerberg2020-11-111-0/+24
* | thunderbolt: Add uaccess dependency to debugfs interfaceCasey Bowman2020-11-051-0/+1
|/
* thunderbolt: debugfs: Fix uninitialized return in counters_write()Dan Carpenter2020-09-101-0/+1
* thunderbolt: Add debugfs interfaceGil Fine2020-09-031-0/+700