summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/tb.h
AgeCommit message (Expand)Author
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-09-26thunderbolt: Explicitly enable lane adapter hotplug events at startupMario Limonciello
2022-09-07thunderbolt: Move vendor specific NVM handling into nvm.cSzuying Chen
2022-09-07thunderbolt: Provide tb_retimer_nvm_read() analogous to tb_switch_nvm_read()Mika Westerberg
2022-09-07thunderbolt: Rename and make nvm_read() available for other filesSzuying Chen
2022-09-07thunderbolt: Extend NVM version fields to 32-bitsSzuying Chen
2022-09-05thunderbolt: Add support for receiver lane marginingMika Westerberg
2022-09-05thunderbolt: Add helper to check if CL states are enabled on portMika Westerberg
2022-09-05thunderbolt: Pass CL state bitmask to tb_port_clx_supported()Mika Westerberg
2022-09-05thunderbolt: Move tb_xdomain_parent() to tb.hMika Westerberg
2022-08-31thunderbolt: Show link type for XDomain connections tooMika Westerberg
2022-08-04Merge tag 'usb-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-07-11thunderbolt: test: Use kunit_test_suite() macroDavid Gow
2022-06-06thunderbolt: Change TMU mode to HiFi uni-directional once DisplayPort tunneledGil Fine
2022-06-06thunderbolt: Add CL1 support for USB4 and Titan Ridge routersGil Fine
2022-05-05thunderbolt: Split setting link width and lane bonding into own functionsMika Westerberg
2022-05-05thunderbolt: Move tb_port_state() prototype to correct placeMika Westerberg
2022-04-19thunderbolt: Use decimal number with port numbersMika Westerberg
2022-02-02thunderbolt: Add internal xHCI connect flows for Thunderbolt 3 devicesMika Westerberg
2022-02-02thunderbolt: Add missing device ID to tb_switch_is_alpine_ridge()Mika Westerberg
2021-12-28thunderbolt: Enable CL0s for Intel Titan RidgeGil Fine
2021-12-22thunderbolt: Implement TMU time disruption for Intel Titan RidgeGil Fine
2021-12-22thunderbolt: Move usb4_switch_wait_for_bit() to switch.cGil Fine
2021-12-22thunderbolt: Add CL0s support for USB4 routersGil Fine
2021-12-22thunderbolt: Add TMU uni-directional modeGil Fine
2021-12-07thunderbolt: Tear down existing tunnels when resuming from hibernateMika Westerberg
2021-06-01thunderbolt: Add WRITE_ONLY and AUTHENTICATE_ONLY NVM operations for retimersRajmohan Mani
2021-06-01thunderbolt: Allow router NVM authenticate separatelyMika Westerberg
2021-06-01thunderbolt: Move nvm_write_ops to tb.hRajmohan Mani
2021-06-01thunderbolt: Add support for retimer NVM upgrade when there is no linkRajmohan Mani
2021-06-01thunderbolt: Add additional USB4 port operations for retimer accessRajmohan Mani
2021-06-01thunderbolt: Add support for ACPI _DSM to power on/off retimersRajmohan Mani
2021-06-01thunderbolt: Add USB4 port devicesMika Westerberg
2021-06-01thunderbolt: Allocate credits according to router preferencesMika Westerberg
2021-06-01thunderbolt: Update port credits after bonding is enabled/disabledMika Westerberg
2021-06-01thunderbolt: Read router preferred credit allocation informationMika Westerberg
2021-06-01thunderbolt: Wait for the lanes to actually bondMika Westerberg
2021-06-01thunderbolt: Move nfc_credits field to struct tb_path_hopMika Westerberg
2021-05-31thunderbolt: Add wake from DisplayPortMika Westerberg
2021-05-31thunderbolt: Split NVM read/write generic functions out from usb4.cMika Westerberg
2021-03-18thunderbolt: Allow multiple DMA tunnels over a single XDomain connectionMika Westerberg
2021-03-18thunderbolt: Drop unused tb_port_set_initial_credits()Mika Westerberg
2021-03-18thunderbolt: Decrease control channel timeout for software connection managerMika Westerberg
2021-03-08thunderbolt: Drop unused functions tb_switch_is_[ice|tiger]_lake()Gil Fine
2021-02-04thunderbolt: Add support for native USB4 _OSCMika Westerberg
2021-02-04thunderbolt: Allow disabling XDomain protocolMika Westerberg
2021-02-04thunderbolt: Add clarifying comments about USB4 terms router and adapterMika Westerberg
2021-01-15thunderbolt: Add support for de-authorizing devicesMika Westerberg
2021-01-11thunderbolt: Start lane initialization after sleepMika Westerberg
2020-12-08Merge tag 'thunderbolt-for-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman