aboutsummaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/tb.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-08thunderbolt: Log a warning if device links are not foundGravatar Mika Westerberg 1-2/+2
2023-06-16thunderbolt: Make bandwidth allocation mode function names consistentGravatar Mika Westerberg 1-7/+8
2023-06-16thunderbolt: Add support for enhanced uni-directional TMU modeGravatar Mika Westerberg 1-33/+42
2023-06-16thunderbolt: Move constants related to NVM into nvm.cGravatar Gil Fine 1-4/+0
2023-06-16thunderbolt: Enable USB4 v2 PCIe TLP/DLLP extended encapsulationGravatar Gil Fine 1-0/+2
2023-06-16thunderbolt: Add support for USB4 v2 80 Gb/s linkGravatar Gil Fine 1-5/+9
2023-06-16thunderbolt: Identify USB4 v2 routersGravatar Gil Fine 1-11/+23
2023-06-12thunderbolt: Enable/disable sideband depending on USB4 port offline modeGravatar Mika Westerberg 1-0/+5
2023-06-09thunderbolt: Initialize CL states from the hardwareGravatar Mika Westerberg 1-0/+1
2023-06-09thunderbolt: Switch CL states from enum to a bitmaskGravatar Mika Westerberg 1-38/+16
2023-06-09thunderbolt: Move CLx support functions into clx.cGravatar Mika Westerberg 1-9/+8
2023-06-09thunderbolt: Check valid TMU configuration in tb_switch_tmu_configure()Gravatar Mika Westerberg 1-3/+2
2023-06-09thunderbolt: Get rid of tb_switch_enable_tmu_1st_child()Gravatar Mika Westerberg 1-2/+0
2023-06-09thunderbolt: Drop useless 'unidirectional' parameter from tb_switch_tmu_is_en...Gravatar Mika Westerberg 1-6/+4
2023-06-09thunderbolt: Introduce tb_xdomain_downstream_port()Gravatar Mika Westerberg 1-0/+11
2023-06-09thunderbolt: Introduce tb_switch_downstream_port()Gravatar Gil Fine 1-0/+14
2023-03-13thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routersGravatar Gil Fine 1-0/+3
2023-03-13thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer accessGravatar Gil Fine 1-0/+1
2023-03-06thunderbolt: Add quirk to disable CLxGravatar Sanjay R Mehta 1-3/+8
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-01-27driver core: make struct device_type.uevent() take a const *Gravatar Greg Kroah-Hartman 1-1/+1
2023-01-17thunderbolt: Add support for DisplayPort bandwidth allocation modeGravatar Mika Westerberg 1-0/+22
2023-01-17thunderbolt: Add functions to support DisplayPort bandwidth allocation modeGravatar Mika Westerberg 1-0/+15
2022-12-27thunderbolt: Use correct type in tb_port_is_clx_enabled() prototypeGravatar Jiri Slaby (SUSE) 1-1/+1
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-12/+44
2022-09-26thunderbolt: Explicitly enable lane adapter hotplug events at startupGravatar Mario Limonciello 1-0/+1
2022-09-07thunderbolt: Move vendor specific NVM handling into nvm.cGravatar Szuying Chen 1-8/+14
2022-09-07thunderbolt: Provide tb_retimer_nvm_read() analogous to tb_switch_nvm_read()Gravatar Mika Westerberg 1-0/+2
2022-09-07thunderbolt: Rename and make nvm_read() available for other filesGravatar Szuying Chen 1-0/+2
2022-09-07thunderbolt: Extend NVM version fields to 32-bitsGravatar Szuying Chen 1-2/+2
2022-09-05thunderbolt: Add support for receiver lane marginingGravatar Mika Westerberg 1-0/+15
2022-09-05thunderbolt: Add helper to check if CL states are enabled on portGravatar Mika Westerberg 1-0/+1
2022-09-05thunderbolt: Pass CL state bitmask to tb_port_clx_supported()Gravatar Mika Westerberg 1-2/+2
2022-09-05thunderbolt: Move tb_xdomain_parent() to tb.hGravatar Mika Westerberg 1-0/+5
2022-08-31thunderbolt: Show link type for XDomain connections tooGravatar Mika Westerberg 1-1/+1
2022-08-04Merge tag 'usb-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-22/+26
2022-07-11thunderbolt: test: Use kunit_test_suite() macroGravatar David Gow 1-8/+0
2022-06-06thunderbolt: Change TMU mode to HiFi uni-directional once DisplayPort tunneledGravatar Gil Fine 1-0/+2
2022-06-06thunderbolt: Add CL1 support for USB4 and Titan Ridge routersGravatar Gil Fine 1-22/+24
2022-05-05thunderbolt: Split setting link width and lane bonding into own functionsGravatar Mika Westerberg 1-0/+2
2022-05-05thunderbolt: Move tb_port_state() prototype to correct placeGravatar Mika Westerberg 1-1/+1
2022-04-19thunderbolt: Use decimal number with port numbersGravatar Mika Westerberg 1-1/+1
2022-02-02thunderbolt: Add internal xHCI connect flows for Thunderbolt 3 devicesGravatar Mika Westerberg 1-0/+7
2022-02-02thunderbolt: Add missing device ID to tb_switch_is_alpine_ridge()Gravatar Mika Westerberg 1-0/+1
2021-12-28thunderbolt: Enable CL0s for Intel Titan RidgeGravatar Gil Fine 1-0/+16
2021-12-22thunderbolt: Implement TMU time disruption for Intel Titan RidgeGravatar Gil Fine 1-0/+2
2021-12-22thunderbolt: Move usb4_switch_wait_for_bit() to switch.cGravatar Gil Fine 1-0/+2
2021-12-22thunderbolt: Add CL0s support for USB4 routersGravatar Gil Fine 1-0/+51
2021-12-22thunderbolt: Add TMU uni-directional modeGravatar Gil Fine 1-5/+25
2021-12-07thunderbolt: Tear down existing tunnels when resuming from hibernateGravatar Mika Westerberg 1-1/+4