summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/tb.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-07Merge 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-11thunderbolt: 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
2022-05-05thunderbolt: Move tb_port_state() prototype to correct placeMika Westerberg1-1/+1
2022-04-19thunderbolt: Use decimal number with port numbersMika Westerberg1-1/+1
2022-02-02thunderbolt: Add internal xHCI connect flows for Thunderbolt 3 devicesMika Westerberg1-0/+7
2022-02-02thunderbolt: Add missing device ID to tb_switch_is_alpine_ridge()Mika Westerberg1-0/+1
2021-12-28thunderbolt: Enable CL0s for Intel Titan RidgeGil Fine1-0/+16
2021-12-22thunderbolt: Implement TMU time disruption for Intel Titan RidgeGil Fine1-0/+2
2021-12-22thunderbolt: Move usb4_switch_wait_for_bit() to switch.cGil Fine1-0/+2
2021-12-22thunderbolt: Add CL0s support for USB4 routersGil Fine1-0/+51
2021-12-22thunderbolt: Add TMU uni-directional modeGil Fine1-5/+25
2021-12-07thunderbolt: Tear down existing tunnels when resuming from hibernateMika Westerberg1-1/+4
2021-06-01thunderbolt: Add WRITE_ONLY and AUTHENTICATE_ONLY NVM operations for retimersRajmohan Mani1-0/+2
2021-06-01thunderbolt: Allow router NVM authenticate separatelyMika Westerberg1-0/+2
2021-06-01thunderbolt: Move nvm_write_ops to tb.hRajmohan Mani1-0/+5
2021-06-01thunderbolt: Add support for retimer NVM upgrade when there is no linkRajmohan Mani1-1/+4
2021-06-01thunderbolt: Add additional USB4 port operations for retimer accessRajmohan Mani1-0/+3
2021-06-01thunderbolt: Add support for ACPI _DSM to power on/off retimersRajmohan Mani1-0/+13
2021-06-01thunderbolt: Add USB4 port devicesMika Westerberg1-0/+30
2021-06-01thunderbolt: Allocate credits according to router preferencesMika Westerberg1-0/+14
2021-06-01thunderbolt: Update port credits after bonding is enabled/disabledMika Westerberg1-0/+1
2021-06-01thunderbolt: Read router preferred credit allocation informationMika Westerberg1-0/+22
2021-06-01thunderbolt: Wait for the lanes to actually bondMika Westerberg1-0/+2
2021-06-01thunderbolt: Move nfc_credits field to struct tb_path_hopMika Westerberg1-2/+3
2021-05-31thunderbolt: Add wake from DisplayPortMika Westerberg1-0/+1
2021-05-31thunderbolt: Split NVM read/write generic functions out from usb4.cMika Westerberg1-0/+11
2021-03-18thunderbolt: Allow multiple DMA tunnels over a single XDomain connectionMika Westerberg1-4/+12
2021-03-18thunderbolt: Drop unused tb_port_set_initial_credits()Mika Westerberg1-1/+0
2021-03-18thunderbolt: Decrease control channel timeout for software connection managerMika Westerberg1-1/+1
2021-03-08thunderbolt: Drop unused functions tb_switch_is_[ice|tiger]_lake()Gil Fine1-26/+0
2021-02-04thunderbolt: Add support for native USB4 _OSCMika Westerberg1-0/+12
2021-02-04thunderbolt: Allow disabling XDomain protocolMika Westerberg1-0/+1
2021-02-04thunderbolt: Add clarifying comments about USB4 terms router and adapterMika Westerberg1-0/+5
2021-01-15thunderbolt: Add support for de-authorizing devicesMika Westerberg1-0/+3
2021-01-11thunderbolt: Start lane initialization after sleepMika Westerberg1-0/+1
2020-12-08Merge tag 'thunderbolt-for-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman1-0/+22