aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorFilesLines
2024-04-10thunderbolt: Avoid notify PM core about runtime PM resumeGil Fine4-11/+36
2024-04-10thunderbolt: Fix wake configurations after device unplugGil Fine1-7/+14
2024-04-02thunderbolt: Do not create DisplayPort tunnels on adapters of the same routerMika Westerberg1-0/+6
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds21-439/+1111
2024-03-02Merge tag 'thunderbolt-for-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman21-439/+1111
2024-03-02Merge tag 'thunderbolt-for-v6.8-rc7' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-0/+3
2024-02-26thunderbolt: Constify the struct device_type usageRicardo B. Marliere6-10/+10
2024-02-26thunderbolt: Add trace events support for the control channelGil Fine5-5/+209
2024-02-26thunderbolt: Keep the domain powered when USB4 port is in redrive modeMika Westerberg3-1/+66
2024-02-16thunderbolt: Improve DisplayPort tunnel setup process to be more robustGil Fine1-41/+43
2024-02-16thunderbolt: Calculate DisplayPort tunnel bandwidth after DPRX capabilities readGil Fine1-10/+6
2024-02-16thunderbolt: Reserve released DisplayPort bandwidth for a group for 10 secondsMika Westerberg3-29/+184
2024-02-16thunderbolt: Introduce tb_tunnel_direction_downstream()Mika Westerberg3-20/+18
2024-02-16thunderbolt: Re-order bandwidth group functionsMika Westerberg1-229/+225
2024-02-16thunderbolt: Fail the failed bandwidth request properlyMika Westerberg1-5/+18
2024-02-16thunderbolt: Log an error if DPTX request is not clearedMika Westerberg1-1/+3
2024-02-16thunderbolt: Handle bandwidth allocation mode disable requestMika Westerberg1-6/+16
2024-02-16thunderbolt: Re-calculate estimated bandwidth when allocation mode is enabledMika Westerberg1-3/+12
2024-02-16thunderbolt: Use DP_LOCAL_CAP for maximum bandwidth calculationMika Westerberg1-32/+25
2024-02-16thunderbolt: Fix NULL pointer dereference in tb_port_update_credits()Mika Westerberg1-0/+3
2024-02-13thunderbolt: Correct typo in host_reset parameterMika Westerberg1-1/+1
2024-02-13thunderbolt: Skip discovery also in USB4 v2 hostMika Westerberg2-17/+14
2024-02-13thunderbolt: Reset only non-USB4 host routers in resumeMika Westerberg1-2/+6
2024-01-29thunderbolt: Fix setting the CNS bit in ROUTER_CS_5Mohammad Rahimi2-2/+2
2024-01-23thunderbolt: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET5-13/+13
2024-01-22thunderbolt: Fix rollback in tb_port_lane_bonding_enable() for lane 1Mohammad Rahimi1-1/+1
2024-01-22thunderbolt: Fix XDomain rx_lanes_show and tx_lanes_showMohammad Rahimi1-4/+4
2024-01-22thunderbolt: Reset topology created by the boot firmwareSanath S5-18/+38
2024-01-22thunderbolt: Make tb_switch_reset() support Thunderbolt 2, 3 and USB4 routersSanath S2-14/+111
2024-01-22thunderbolt: Introduce tb_path_deactivate_hop()Sanath S2-0/+14
2024-01-22thunderbolt: Introduce tb_port_reset()Sanath S5-0/+97
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds10-60/+177
2024-01-02Merge tag 'thunderbolt-for-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman9-59/+176
2023-12-22thunderbolt: Reduce retry timeout to speed up boot for some devicesWerner Sembach1-1/+1
2023-12-22thunderbolt: Keep link as asymmetric if preferred by hardwareGil Fine3-7/+36
2023-12-20thunderbolt: make tb_bus_type constGreg Kroah-Hartman1-1/+1
2023-12-14thunderbolt: Add support for Intel Lunar LakeMika Westerberg2-0/+6
2023-12-14thunderbolt: Disable PCIe extended encapsulation upon teardown properlyGil Fine1-3/+15
2023-12-14thunderbolt: Make PCIe tunnel setup and teardown follow CM guideGil Fine1-3/+10
2023-12-14thunderbolt: Improve logging when DisplayPort resource is added due to hotplugGil Fine1-1/+1
2023-12-14thunderbolt: Use tb_dp_read_cap() to read DP_COMMON_CAP as wellMika Westerberg1-6/+7
2023-12-14thunderbolt: Disable CL states only when actually neededMika Westerberg1-8/+18
2023-12-14thunderbolt: Transition link to asymmetric only when both sides support itGil Fine1-6/+10
2023-12-14thunderbolt: Log XDomain link speed and widthGil Fine1-0/+5
2023-12-14thunderbolt: Move width_name() helper to tb.hGil Fine2-18/+18
2023-12-14thunderbolt: Handle lane bonding of Gen 4 XDomain links properlyGil Fine2-3/+48
2023-12-14thunderbolt: Unwind TMU configuration if tb_switch_set_tmu_mode_params() failsMika Westerberg1-1/+1
2023-12-08thunderbolt: Fix minimum allocated USB 3.x and PCIe bandwidthGil Fine1-5/+5
2023-11-27thunderbolt: Fix memory leak in margining_port_remove()Yaxiong Tian1-1/+1
2023-11-17thunderbolt: Only add device router DP IN to the head of the DP resource listMika Westerberg1-1/+11
2023-11-17thunderbolt: Send uevent after asymmetric/symmetric switchMika Westerberg1-2/+2
2023-11-17thunderbolt: Set lane bonding bit only for downstream portGil Fine1-1/+1
2023-11-14thunderbolt: Remove duplicated re-assignment of pointer 'out'Colin Ian King1-2/+0
2023-11-03Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds12-387/+1299
2023-10-27Merge tag 'thunderbolt-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman12-387/+1299
2023-10-24thunderbolt: Fix one kernel-doc commentYang Li1-1/+1
2023-10-20thunderbolt: Configure asymmetric link if needed and bandwidth allowsGil Fine1-123/+558
2023-10-20thunderbolt: Add support for asymmetric linkGil Fine5-55/+381
2023-10-20thunderbolt: Introduce tb_switch_depth()Mika Westerberg2-2/+11
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 Fine3-10/+25
2023-10-20thunderbolt: Set path power management packet support bit for USB4 v2 routersMika Westerberg4-13/+34
2023-10-20thunderbolt: Change bandwidth reservations to comply USB4 v2Gil Fine3-3/+76
2023-10-20thunderbolt: Make is_gen4_link() available to the rest of the driverGil Fine2-7/+30
2023-10-20thunderbolt: Use weight constants in tb_usb3_consumed_bandwidth()Mika Westerberg1-3/+6
2023-10-20thunderbolt: Use constants for path weight and priorityMika Westerberg1-12/+27
2023-10-17Merge tag 'thunderbolt-for-v6.6-rc7' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-4/+6
2023-10-13thunderbolt: Add DP IN added last in the head of the list of DP resourcesGil Fine1-1/+1
2023-10-13thunderbolt: Create multiple DisplayPort tunnels if there are more DP IN/OUT ...Gil Fine1-9/+17
2023-10-13thunderbolt: Log NVM version of routers and retimersGil Fine2-0/+2
2023-10-13thunderbolt: Use tb_tunnel_xxx() log macros in tb.cMika Westerberg1-22/+28
2023-10-13thunderbolt: Expose tb_tunnel_xxx() log macros to the rest of the driverMika Westerberg2-22/+28
2023-10-13thunderbolt: Use tb_tunnel_dbg() where possible to make logging more consistentMika Westerberg1-35/+30
2023-10-13thunderbolt: Fix typo of HPD bit for Hot Plug DetectGil Fine2-6/+6
2023-10-13thunderbolt: Fix debug log when DisplayPort adapter not available for pairingGil Fine1-4/+3
2023-10-13thunderbolt: Check for unplugged router in tb_switch_clx_disable()Mika Westerberg1-0/+3
2023-10-13thunderbolt: Make tb_switch_clx_is_supported() staticMika Westerberg2-23/+22
2023-10-13thunderbolt: Get rid of usb4_usb3_port_actual_link_rate()Mika Westerberg4-42/+2
2023-10-13thunderbolt: dma_test: Use enum tb_link_widthMika Westerberg1-9/+5
2023-10-05thunderbolt: Call tb_switch_put() once DisplayPort bandwidth request is finishedGil Fine1-4/+6
2023-09-15thunderbolt: Apply USB 3.x bandwidth quirk only in software connection managerMika Westerberg1-0/+3
2023-09-15thunderbolt: Restart XDomain discovery handshake after failureMika Westerberg1-17/+41
2023-09-15thunderbolt: Correct TMU mode initialization from hardwareMika Westerberg1-1/+1
2023-09-15thunderbolt: Check that lane 1 is in CL0 before enabling lane bondingMika Westerberg1-0/+7
2023-09-15thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple RidgeMika Westerberg1-20/+20
2023-08-22Merge tag 'thunderbolt-for-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman5-52/+71
2023-08-08thunderbolt: Check Intel vendor ID in tb_switch_get_generation()Mika Westerberg1-37/+38
2023-08-08thunderbolt: Log a warning if device links are not foundMika Westerberg3-14/+32
2023-08-04thunderbolt: Fix memory leak in tb_handle_dp_bandwidth_request()Mika Westerberg1-0/+2
2023-08-03thunderbolt: Fix Thunderbolt 3 display flickering issue on 2nd hot plug onwardsSanjay R Mehta1-1/+3
2023-07-31thunderbolt: Set variable tmu_params storage class specifier to staticTom Rix1-1/+1
2023-06-16thunderbolt: Add test case for 3 DisplayPort tunnelsMika Westerberg1-0/+83
2023-06-16thunderbolt: Add DisplayPort 2.x tunneling supportMika Westerberg2-16/+87
2023-06-16thunderbolt: Make bandwidth allocation mode function names consistentMika Westerberg4-46/+52
2023-06-16thunderbolt: Enable CL2 low power stateMika Westerberg2-15/+25
2023-06-16thunderbolt: Add support for enhanced uni-directional TMU modeMika Westerberg6-173/+614
2023-06-16thunderbolt: Increase NVM_MAX_SIZE to support Intel Barlow Ridge controllerGil Fine1-1/+1
2023-06-16thunderbolt: Move constants related to NVM into nvm.cGil Fine3-9/+10
2023-06-16thunderbolt: Limit Intel Barlow Ridge USB3 bandwidthMika Westerberg2-0/+10
2023-06-16thunderbolt: Add Intel Barlow Ridge PCI IDMika Westerberg2-0/+4
2023-06-16thunderbolt: Fix PCIe adapter capability length for USB4 v2 routersGil Fine1-2/+6
2023-06-16thunderbolt: Fix DisplayPort IN adapter capability length for USB4 v2 routersGil Fine1-5/+8
2023-06-16thunderbolt: Add two additional double words for adapters TMU for USB4 v2 rou...Gil Fine1-2/+6
2023-06-16thunderbolt: Enable USB4 v2 PCIe TLP/DLLP extended encapsulationGil Fine4-3/+70
2023-06-16thunderbolt: Announce USB4 v2 connection manager supportGil Fine2-2/+9
2023-06-16thunderbolt: Reset USB4 v2 host routerMika Westerberg2-8/+50
2023-06-16thunderbolt: Add the new USB4 v2 notification typesMika Westerberg3-4/+48
2023-06-16thunderbolt: Add support for USB4 v2 80 Gb/s linkGil Fine7-86/+250
2023-06-16thunderbolt: Identify USB4 v2 routersGil Fine3-15/+28
2023-06-16thunderbolt: Do not touch lane 1 adapter path config spaceMika Westerberg1-1/+1
2023-06-16thunderbolt: Ignore data CRC mismatch for USB4 routersMika Westerberg1-2/+1
2023-06-12thunderbolt: Enable/disable sideband depending on USB4 port offline modeMika Westerberg2-0/+24
2023-06-12thunderbolt: Do not send UNSET_INBOUND_SBTX when retimer NVM authentication s...Mika Westerberg1-1/+9
2023-06-12thunderbolt: Read retimer NVM authentication status prior tb_retimer_set_inbo...Mika Westerberg1-8/+21
2023-06-09thunderbolt: Disable CL states when a DMA tunnel is establishedMika Westerberg2-6/+58
2023-06-09thunderbolt: Make tb_switch_clx_disable() return CL states that were enabledMika Westerberg2-13/+30
2023-06-09thunderbolt: Initialize CL states from the hardwareMika Westerberg3-27/+78
2023-06-09thunderbolt: Prefix CL state related log messages with "CLx: "Mika Westerberg1-4/+4
2023-06-09thunderbolt: Prefix TMU post time log message with "TMU: "Mika Westerberg1-1/+1
2023-06-09thunderbolt: Do not call CLx functions from TMU codeMika Westerberg1-23/+0
2023-06-09thunderbolt: Check for first depth router in tb.cMika Westerberg2-16/+16
2023-06-09thunderbolt: Switch CL states from enum to a bitmaskMika Westerberg4-119/+113
2023-06-09thunderbolt: Move CLx enabling into tb_enable_clx()Mika Westerberg1-17/+17
2023-06-09thunderbolt: Get rid of __tb_switch_[en|dis]able_clx()Mika Westerberg1-49/+42
2023-06-09thunderbolt: Move CLx support functions into clx.cMika Westerberg7-378/+381
2023-06-09thunderbolt: Check valid TMU configuration in tb_switch_tmu_configure()Mika Westerberg3-10/+14
2023-06-09thunderbolt: Move tb_enable_tmu() close to other TMU functionsMika Westerberg1-29/+29
2023-06-09thunderbolt: Move TMU configuration to tb_enable_tmu()Mika Westerberg1-20/+10
2023-06-09thunderbolt: Get rid of tb_switch_enable_tmu_1st_child()Mika Westerberg3-40/+34
2023-06-09thunderbolt: Rework Titan Ridge TMU objection disable functionMika Westerberg1-14/+10
2023-06-09thunderbolt: Drop useless 'unidirectional' parameter from tb_switch_tmu_is_en...Mika Westerberg3-14/+9
2023-06-09thunderbolt: Fix a couple of style issues in TMU codeMika Westerberg1-12/+11
2023-06-09thunderbolt: Introduce tb_xdomain_downstream_port()Mika Westerberg2-9/+18
2023-06-09thunderbolt: Introduce tb_switch_downstream_port()Gil Fine7-55/+53
2023-06-09Merge branch 'thunderbolt/fixes' into thunderbolt/nextMika Westerberg4-13/+25
2023-05-31thunderbolt: Mask ring interrupt on Intel hardware as wellMika Westerberg1-3/+8
2023-05-30thunderbolt: Log DisplayPort adapter rate and lanes on discoveryMika Westerberg1-0/+43
2023-05-29thunderbolt: Do not touch CL state configuration during discoveryMika Westerberg1-5/+12
2023-05-29thunderbolt: Increase DisplayPort Connection Manager handshake timeoutMika Westerberg1-1/+1
2023-05-24thunderbolt: Drop retimer vendor checkMika Westerberg1-6/+0
2023-05-24thunderbolt: dma_test: Update MODULE_DESCRIPTIONMika Westerberg1-1/+1
2023-05-24thunderbolt: Add MODULE_DESCRIPTIONMika Westerberg1-0/+1
2023-05-24thunderbolt: Allow specifying custom credits for DMA tunnelsMika Westerberg1-4/+9
2023-05-24thunderbolt: Add debug log for link controller power quirkMika Westerberg1-0/+1
2023-05-24thunderbolt: Log function name of the called quirkMika Westerberg1-0/+1
2023-05-24thunderbolt: Check for ring 0 in tb_tunnel_alloc_dma()Mika Westerberg1-0/+4
2023-05-22thunderbolt: dma_test: Use correct value for absent rings when creating pathsMika Westerberg1-4/+4
2023-05-09thunderbolt: Clear registers properly when auto clear isn't in useMario Limonciello2-5/+26
2023-04-19Merge tag 'thunderbolt-for-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman7-142/+149
2023-04-03thunderbolt: Introduce usb4_port_sb_opcode_err_to_errno() helperAndy Shevchenko1-21/+20
2023-03-29thunderbolt: Make use of SI units from units.hAndy Shevchenko1-2/+3
2023-03-29thunderbolt: Get rid of redundant 'else'Andy Shevchenko6-22/+19
2023-03-20thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bitTom Rix1-8/+9
2023-03-20thunderbolt: Disable interrupt auto clear for ringsMario Limonciello2-17/+29
2023-03-20thunderbolt: Use const qualifier for `ring_interrupt_index`Mario Limonciello1-1/+1
2023-03-14thunderbolt: Refactor DROM readingMario Limonciello1-94/+105
2023-03-14thunderbolt: use `tb_eeprom_get_drom_offset` to discover DROM offsetMario Limonciello1-3/+2
2023-03-13thunderbolt: Use scale field when allocating USB3 bandwidthMika Westerberg1-5/+17
2023-03-13thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routersGil Fine3-2/+49
2023-03-13thunderbolt: Call tb_check_quirks() after initializing adaptersMika Westerberg1-2/+2
2023-03-13thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer accessGil Fine4-2/+37
2023-03-13thunderbolt: Fix memory leak in marginingMika Westerberg1-6/+6
2023-03-06thunderbolt: Add quirk to disable CLxSanjay R Mehta2-3/+21
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-6/+6
2023-02-08Merge tag 'thunderbolt-for-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman12-94/+1710
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman3-6/+6
2023-01-27thunderbolt: Add missing kernel-doc comment to tb_tunnel_maximum_bandwidth()Mika Westerberg2-1/+11
2023-01-27thunderbolt: Handle bandwidth allocation mode enablement notificationMika Westerberg2-6/+11
2023-01-17thunderbolt: Add support for DisplayPort bandwidth allocation modeMika Westerberg7-56/+1023
2023-01-17thunderbolt: Include the additional DP IN double word in debugfs dumpMika Westerberg1-1/+4
2023-01-17thunderbolt: Add functions to support DisplayPort bandwidth allocation modeMika Westerberg3-0/+618
2023-01-17thunderbolt: Increase timeout of DP OUT adapter handshakeMika Westerberg1-5/+6
2023-01-17thunderbolt: Take CL states into account when waiting for link to come upMika Westerberg2-17/+29
2023-01-17thunderbolt: Improve debug logging in tb_available_bandwidth()Mika Westerberg1-2/+5
2023-01-17thunderbolt: Log DP adapter typeMika Westerberg1-2/+2
2023-01-17thunderbolt: Use decimal port number in control and tunnel logs tooMika Westerberg2-2/+2
2023-01-09thunderbolt: Disable XDomain lane 1 only in software connection managerMika Westerberg1-5/+12
2023-01-09thunderbolt: Use correct function to calculate maximum USB3 link rateMika Westerberg1-1/+1
2023-01-09thunderbolt: Do not call PM runtime functions in tb_retimer_scan()Mika Westerberg2-19/+18
2023-01-04thunderbolt: Refactor tb_acpi_add_link()Andy Shevchenko1-8/+5
2022-12-27thunderbolt: Do not report errors if on-board retimers are foundUtkarsh Patel1-3/+2
2022-12-27thunderbolt: Use correct type in tb_port_is_clx_enabled() prototypeJiri Slaby (SUSE)1-1/+1
2022-11-07thunderbolt: Add wake on connect/disconnect on USB4 portsRajat Khandelwal3-8/+30
2022-10-25thunderbolt: ACPI: Use the helper fwnode_find_reference()Heikki Krogerus1-8/+4
2022-10-23thunderbolt: Remove redundant assignment to variable lenColin Ian King1-1/+0
2022-10-23thunderbolt: Use str_enabled_disabled() helperAndy Shevchenko2-3/+5
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds15-369/+1820
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-15/+54
2022-10-03Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-1/+1
2022-09-30Merge branch 'acpi-dev'Rafael J. Wysocki1-1/+1
2022-09-30Merge tag 'thunderbolt-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman15-369/+1820
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+2
2022-09-27Merge tag 'thunderbolt-for-v6.0' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-0/+1
2022-09-26thunderbolt: Explicitly enable lane adapter hotplug events at startupMario Limonciello4-0/+46
2022-09-24thunderbolt: Use dev_err_probe()Andy Shevchenko1-30/+18
2022-09-24thunderbolt: Convert to use sysfs_emit()/sysfs_emit_at() APIsAndy Shevchenko4-37/+35
2022-09-23Merge tag 'usb-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-0/+2
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2022-09-22thunderbolt: Explicitly reset plug events delay back to USB4 spec valueMario Limonciello1-0/+1