summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/tb.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-22thunderbolt: Keep link as asymmetric if preferred by hardwareGil Fine1-0/+2
2023-12-14thunderbolt: Move width_name() helper to tb.hGil Fine1-0/+16
2023-10-20thunderbolt: Add support for asymmetric linkGil Fine1-8/+8
2023-10-20thunderbolt: Introduce tb_switch_depth()Mika Westerberg1-0/+9
2023-10-20thunderbolt: Introduce tb_for_each_upstream_port_on_path()Mika Westerberg1-0/+15
2023-10-20thunderbolt: Introduce tb_port_path_direction_downstream()Gil Fine1-0/+15
2023-10-20thunderbolt: Set path power management packet support bit for USB4 v2 routersMika Westerberg1-0/+2
2023-10-20thunderbolt: Make is_gen4_link() available to the rest of the driverGil Fine1-0/+1
2023-10-13thunderbolt: Make tb_switch_clx_is_supported() staticMika Westerberg1-1/+0
2023-10-13thunderbolt: Get rid of usb4_usb3_port_actual_link_rate()Mika Westerberg1-1/+0
2023-08-08thunderbolt: Log a warning if device links are not foundMika Westerberg1-2/+2
2023-06-16thunderbolt: Make bandwidth allocation mode function names consistentMika Westerberg1-7/+8
2023-06-16thunderbolt: Add support for enhanced uni-directional TMU modeMika Westerberg1-33/+42
2023-06-16thunderbolt: Move constants related to NVM into nvm.cGil Fine1-4/+0
2023-06-16thunderbolt: Enable USB4 v2 PCIe TLP/DLLP extended encapsulationGil Fine1-0/+2
2023-06-16thunderbolt: Add support for USB4 v2 80 Gb/s linkGil Fine1-5/+9
2023-06-16thunderbolt: Identify USB4 v2 routersGil Fine1-11/+23
2023-06-12thunderbolt: Enable/disable sideband depending on USB4 port offline modeMika Westerberg1-0/+5
2023-06-09thunderbolt: Initialize CL states from the hardwareMika Westerberg1-0/+1
2023-06-09thunderbolt: Switch CL states from enum to a bitmaskMika Westerberg1-38/+16
2023-06-09thunderbolt: Move CLx support functions into clx.cMika Westerberg1-9/+8
2023-06-09thunderbolt: Check valid TMU configuration in tb_switch_tmu_configure()Mika Westerberg1-3/+2
2023-06-09thunderbolt: Get rid of tb_switch_enable_tmu_1st_child()Mika Westerberg1-2/+0
2023-06-09thunderbolt: Drop useless 'unidirectional' parameter from tb_switch_tmu_is_en...Mika Westerberg1-6/+4
2023-06-09thunderbolt: Introduce tb_xdomain_downstream_port()Mika Westerberg1-0/+11
2023-06-09thunderbolt: Introduce tb_switch_downstream_port()Gil Fine1-0/+14
2023-03-13thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routersGil Fine1-0/+3
2023-03-13thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer accessGil Fine1-0/+1
2023-03-06thunderbolt: Add quirk to disable CLxSanjay R Mehta1-3/+8
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman1-1/+1
2023-01-17thunderbolt: Add support for DisplayPort bandwidth allocation modeMika Westerberg1-0/+22
2023-01-17thunderbolt: Add functions to support DisplayPort bandwidth allocation modeMika Westerberg1-0/+15
2022-12-27thunderbolt: Use correct type in tb_port_is_clx_enabled() prototypeJiri Slaby (SUSE)1-1/+1
2022-10-08Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-12/+44
2022-09-26thunderbolt: Explicitly enable lane adapter hotplug events at startupMario Limonciello1-0/+1
2022-09-07thunderbolt: Move vendor specific NVM handling into nvm.cSzuying Chen1-8/+14
2022-09-07thunderbolt: Provide tb_retimer_nvm_read() analogous to tb_switch_nvm_read()Mika Westerberg1-0/+2
2022-09-07thunderbolt: Rename and make nvm_read() available for other filesSzuying Chen1-0/+2
2022-09-07thunderbolt: Extend NVM version fields to 32-bitsSzuying Chen1-2/+2
2022-09-05thunderbolt: Add support for receiver lane marginingMika Westerberg1-0/+15
2022-09-05thunderbolt: Add helper to check if CL states are enabled on portMika Westerberg1-0/+1
2022-09-05thunderbolt: Pass CL state bitmask to tb_port_clx_supported()Mika Westerberg1-2/+2
2022-09-05thunderbolt: Move tb_xdomain_parent() to tb.hMika Westerberg1-0/+5
2022-08-31thunderbolt: Show link type for XDomain connections tooMika Westerberg1-1/+1
2022-08-04Merge tag 'usb-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-22/+26
2022-07-12thunderbolt: test: Use kunit_test_suite() macroDavid Gow1-8/+0
2022-06-06thunderbolt: Change TMU mode to HiFi uni-directional once DisplayPort tunneledGil Fine1-0/+2
2022-06-06thunderbolt: Add CL1 support for USB4 and Titan Ridge routersGil Fine1-22/+24
2022-05-05thunderbolt: Split setting link width and lane bonding into own functionsMika Westerberg1-0/+2