summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-05thunderbolt: Expose router DROM through debugfsMika Westerberg1-0/+2
2025-01-03thunderbolt: debugfs: Add write capability to path config spaceGil Fine1-10/+55
2024-11-01thunderbolt: debugfs: Implement asymmetric lane marginingAapo Vienamo1-42/+115
2024-11-01thunderbolt: debugfs: Don't hardcode margining results sizeAapo Vienamo1-4/+4
2024-11-01thunderbolt: debugfs: Refactor hardware margining result parsingAapo Vienamo1-49/+50
2024-11-01thunderbolt: debugfs: Replace margining lane numbers with an enumAapo Vienamo1-21/+25
2024-11-01thunderbolt: debugfs: Replace "both lanes" with "all lanes"Aapo Vienamo1-6/+6
2024-11-01thunderbolt: debugfs: Implement Gen 4 margining eye selectionAapo Vienamo1-0/+58
2024-11-01thunderbolt: debugfs: Add USB4 Gen 4 margining capabilitiesAapo Vienamo1-23/+120
2024-11-01thunderbolt: Don't hardcode margining capabilities sizeAapo Vienamo1-7/+6
2024-08-22thunderbolt: Improve software receiver lane marginingR Kannappan1-16/+279
2024-08-22thunderbolt: Add optional voltage offset range for receiver lane marginingRene Sapiens1-0/+74
2024-08-22thunderbolt: Consolidate margining parameters into a structureRene Sapiens1-9/+23
2024-08-22thunderbolt: Add missing usb4_port_sb_read() to usb4_port_sw_margin()Aapo Vienamo1-3/+2
2024-08-02thunderbolt: Fix memory leaks in {port|retimer}_sb_regs_write()Aapo Vienamo1-4/+6
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