aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/tb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-04Merge tag 'usb-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus 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/kernel/git/westeri/thunderbolt into usb-nextGreg Kroah-Hartman1-0/+22
2020-11-30thunderbolt: Add connection manager specific hooks for USB4 router operationsMika Westerberg1-0/+13
2020-11-30thunderbolt: Perform USB4 router NVM upgrade in two phasesMika Westerberg1-0/+1
2020-11-11thunderbolt: Create debugfs directory automatically for servicesMika Westerberg1-0/+4
2020-11-11thunderbolt: Add functions for enabling and disabling lane bonding on XDomainIsaac Hazan1-0/+3
2020-11-11thunderbolt: Add link_speed and link_width to XDomainIsaac Hazan1-0/+1
2020-11-06thunderbolt: Add support for Intel Tiger Lake-HMika Westerberg1-0/+2
2020-09-30Merge tag 'thunderbolt-for-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-nextGreg Kroah-Hartman1-36/+124
2020-09-16thunderbolt: Capitalize comment on top of QUIRK_FORCE_POWER_LINK_CONTROLLERMika Westerberg1-1/+1
2020-09-16thunderbolt: Allow KUnit tests to be built also when CONFIG_USB4=mMika Westerberg1-0/+8
2020-09-16thunderbolt: Only stop control channel when entering freezeMika Westerberg1-0/+6
2020-09-03thunderbolt: Add debugfs interfaceGil Fine1-0/+14