aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/tb.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-10thunderbolt: Avoid notify PM core about runtime PM resumeGil Fine1-1/+2
2024-02-26thunderbolt: Constify the struct device_type usageRicardo B. Marliere1-4/+4
2024-02-26thunderbolt: Keep the domain powered when USB4 port is in redrive modeMika Westerberg1-0/+4
2024-02-16thunderbolt: Reserve released DisplayPort bandwidth for a group for 10 secondsMika Westerberg1-0/+10
2024-01-22thunderbolt: Reset topology created by the boot firmwareSanath S1-2/+2
2024-01-22thunderbolt: Introduce tb_path_deactivate_hop()Sanath S1-0/+1
2024-01-22thunderbolt: Introduce tb_port_reset()Sanath S1-0/+2
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-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
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/k...Greg 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
2020-09-03thunderbolt: Introduce tb_switch_is_tiger_lake()Gil Fine1-0/+12
2020-09-03thunderbolt: Introduce tb_switch_is_ice_lake()Mika Westerberg1-0/+12
2020-09-03thunderbolt: Check for Intel vendor ID when identifying controllerMika Westerberg1-29/+35
2020-09-03thunderbolt: Introduce tb_port_is_nhi()Mika Westerberg1-0/+5
2020-09-03thunderbolt: Introduce tb_switch_next_cap()Mika Westerberg1-0/+1
2020-09-03thunderbolt: Introduce tb_port_next_cap()Mika Westerberg1-0/+1
2020-09-03thunderbolt: Add runtime PM for Software CMMika Westerberg1-1/+1
2020-09-03thunderbolt: Create device links from ACPI descriptionMika Westerberg1-0/+6
2020-09-03thunderbolt: Enable wakes from system suspendMika Westerberg1-0/+9
2020-09-03thunderbolt: Disable lane 1 for XDomain connectionMika Westerberg1-0/+2
2020-09-03thunderbolt: Configure port for XDomainMika Westerberg1-0/+4
2020-09-03thunderbolt: Set port configured for both ends of the linkMika Westerberg1-4/+4
2020-09-03thunderbolt: Configure link after lane bonding is enabledMika Westerberg1-0/+2
2020-09-03thunderbolt: Send reset only to first generation routersMika Westerberg1-1/+1
2020-08-25thunderbolt: Disable ports that are not implementedNikunj A. Dadhania1-1/+1
2020-07-01thunderbolt: Add support for authenticate on disconnectMario Limonciello1-0/+9
2020-07-01thunderbolt: Add support for separating the flush to SPI and authenticateMario Limonciello1-0/+2
2020-06-22thunderbolt: Add support for on-board retimersKranthi Kuntala1-0/+38
2020-06-22thunderbolt: Implement USB4 port sideband operations for retimer accessRajmohan Mani1-0/+16
2020-06-22thunderbolt: Split common NVM functionality into a separate fileMika Westerberg1-5/+26
2020-06-22thunderbolt: Add USB3 bandwidth managementMika Westerberg1-2/+2
2020-06-22thunderbolt: Make tb_port_get_link_speed() available to other filesMika Westerberg1-0/+2
2020-06-22thunderbolt: Implement USB3 bandwidth negotiation routinesMika Westerberg1-0/+9
2020-06-22thunderbolt: Do not tunnel USB3 if link is not USB4Mika Westerberg1-0/+2
2020-06-22thunderbolt: Increase path length in discoveryMika Westerberg1-1/+5
2020-06-22thunderbolt: Make tb_path_alloc() work with tree topologiesMika Westerberg1-0/+12
2019-12-18thunderbolt: Add support for USB 3.x tunnelsRajmohan Mani1-0/+15
2019-12-18thunderbolt: Add support for Time Management UnitRajmohan Mani1-0/+47
2019-12-18thunderbolt: Make tb_switch_find_cap() available to other filesRajmohan Mani1-0/+1
2019-12-18thunderbolt: Add initial support for USB4Mika Westerberg1-0/+36
2019-12-18thunderbolt: Make tb_find_port() available to other filesMika Westerberg1-0/+2
2019-11-02thunderbolt: Add bandwidth management for Display Port tunnelsMika Westerberg1-0/+2
2019-11-02thunderbolt: Add Display Port adapter pairing and resource managementMika Westerberg1-0/+9
2019-11-02thunderbolt: Add downstream PCIe port mappings for Alpine and Titan RidgeMika Westerberg1-0/+25
2019-11-02thunderbolt: Expand controller name in tb_switch_is_xy()Mika Westerberg1-4/+4
2019-11-02thunderbolt: Add support for lane bondingMika Westerberg1-0/+10
2019-11-01thunderbolt: Add helper macro to iterate over switch portsMika Westerberg1-0/+11
2019-11-01thunderbolt: Make tb_sw_write() take const parameterMika Westerberg1-1/+1
2019-11-01thunderbolt: Introduce tb_switch_is_icm()Mika Westerberg1-0/+14
2019-06-12thunderbolt: Make sure device runtime resume completes before taking domain lockMika Westerberg1-0/+7
2019-04-25thunderbolt: Make priority unsigned in struct tb_pathNathan Chancellor1-1/+1
2019-04-18thunderbolt: Make __TB_[SW|PORT]_PRINT take const parametersMika Westerberg1-3/+3
2019-04-18thunderbolt: Add support for DMA tunnelsMika Westerberg1-0/+4
2019-04-18thunderbolt: Run tb_xdp_handle_request() in system workqueueMika Westerberg1-0/+7
2019-04-18thunderbolt: Add support for Display Port tunnelsMika Westerberg1-0/+17
2019-04-18thunderbolt: Generalize port finding routines to support all port typesMika Westerberg1-0/+1
2019-04-18thunderbolt: Scan only valid NULL adapter ports in hotplugMika Westerberg1-0/+5
2019-04-18thunderbolt: Add support for full PCIe daisy chainsMika Westerberg1-0/+27
2019-04-18thunderbolt: Discover preboot PCIe paths the boot firmware establishedMika Westerberg1-0/+18
2019-04-18thunderbolt: Extend tunnel creation to more than 2 adjacent switchesMika Westerberg1-11/+43
2019-04-18thunderbolt: Add helper function to iterate from one port to anotherMika Westerberg1-0/+2
2019-04-18thunderbolt: Assign remote for both ports in case of dual linkMika Westerberg1-5/+31
2019-04-18thunderbolt: Add functions for allocating and releasing HopIDsMika Westerberg1-0/+11
2019-04-18thunderbolt: Generalize tunnel creation functionalityMika Westerberg1-0/+2
2019-04-18thunderbolt: Cache adapter specific capability offset into struct portMika Westerberg1-0/+2
2019-04-18thunderbolt: Set sleep bit when suspending switchMika Westerberg1-0/+1
2019-04-18thunderbolt: Configure lanes when switch is initializedMika Westerberg1-0/+2
2019-04-18thunderbolt: Move LC specific functionality into a separate fileMika Westerberg1-0/+3
2019-04-18thunderbolt: Enable TMU access when accessing port space on legacy devicesMika Westerberg1-0/+10
2019-04-18thunderbolt: Do not allocate switch if depth is greater than 6Mika Westerberg1-0/+1
2019-04-18thunderbolt: Take domain lock in switch sysfs attribute callbacksMika Westerberg1-2/+1
2019-04-18thunderbolt: Block reads and writes if switch is unpluggedMika Westerberg1-0/+8
2019-04-18thunderbolt: Drop duplicated get_switch_at_route()Mika Westerberg1-1/+0
2019-04-18thunderbolt: Remove unused work field in struct tb_switchMika Westerberg1-2/+0
2018-10-02thunderbolt: Add Intel as copyright holderMika Westerberg1-1/+2
2018-10-02thunderbolt: Make the driver less verboseMika Westerberg1-2/+4
2018-07-25thunderbolt: Add support for runtime PMMika Westerberg1-0/+10
2018-03-09thunderbolt: Add support for preboot ACLMika Westerberg1-0/+4
2018-03-09thunderbolt: Add 'boot' attribute for devicesYehezkel Bernat1-0/+2
2018-03-09thunderbolt: Add tb_switch_find_by_route()Radion Mirchevsky1-0/+1
2018-03-09thunderbolt: Add tb_switch_get()Mika Westerberg1-0/+7
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-02thunderbolt: Add support for XDomain discovery protocolMika Westerberg1-4/+35
2017-10-02thunderbolt: Move tb_switch_phy_port_from_link() to thunderbolt.hMika Westerberg1-7/+0
2017-10-02thunderbolt: Move thunderbolt domain structure to thunderbolt.hMika Westerberg1-42/+0
2017-07-24thunderbolt: use uuid_t instead of uuid_beChristoph Hellwig1-2/+2
2017-06-09thunderbolt: Add support for host and device NVM firmware upgradeMika Westerberg1-1/+39
2017-06-09thunderbolt: Add support for Internal Connection Manager (ICM)Mika Westerberg1-0/+79
2017-06-09thunderbolt: Add support for DMA configuration based mailboxMika Westerberg1-0/+5
2017-06-09thunderbolt: Store Thunderbolt generation in the switch structureMika Westerberg1-0/+2
2017-06-09thunderbolt: Rework control channel to be more reliableMika Westerberg1-1/+1
2017-06-09thunderbolt: Let the connection manager handle all notificationsMika Westerberg1-2/+3
2017-06-09thunderbolt: Read vendor and device name from DROMMika Westerberg1-0/+4
2017-06-09thunderbolt: Convert switch to a deviceMika Westerberg1-4/+41
2017-06-09thunderbolt: Introduce thunderbolt bus and connection managerMika Westerberg1-17/+53
2017-06-09thunderbolt: Rework capability handlingMika Westerberg1-1/+2
2017-06-09thunderbolt: Use const buffer pointer in write operationsMika Westerberg1-1/+1
2016-04-08thunderbolt: Fix typos and magic numberLukas Wunner1-1/+1
2014-06-20thunderbolt: Fix header declaration of tb_find_capAndreas Noever1-1/+1
2014-06-19thunderbolt: Read port configuration from eeprom.Andreas Noever1-1/+6
2014-06-19thunderbolt: Add suspend/hibernate supportAndreas Noever1-0/+5
2014-06-19thunderbolt: Read switch uid from EEPROMAndreas Noever1-0/+3
2014-06-19thunderbolt: Add support for simple pci tunnelsAndreas Noever1-0/+1
2014-06-19thunderbolt: Add path setup code.Andreas Noever1-0/+62
2014-06-19thunderbolt: Handle hotplug eventsAndreas Noever1-0/+3
2014-06-19thunderbolt: Scan for downstream switchesAndreas Noever1-0/+16
2014-06-19thunderbolt: Enable plug eventsAndreas Noever1-0/+1