summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorFilesLines
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