summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
Commit message (Expand)AuthorAgeFilesLines
...
* thunderbolt: Fix a couple of style issues in TMU codeMika Westerberg2023-06-091-12/+11
* thunderbolt: Introduce tb_xdomain_downstream_port()Mika Westerberg2023-06-092-9/+18
* thunderbolt: Introduce tb_switch_downstream_port()Gil Fine2023-06-097-55/+53
* Merge branch 'thunderbolt/fixes' into thunderbolt/nextMika Westerberg2023-06-094-13/+25
|\
| * thunderbolt: Mask ring interrupt on Intel hardware as wellMika Westerberg2023-05-311-3/+8
| * thunderbolt: Do not touch CL state configuration during discoveryMika Westerberg2023-05-291-5/+12
| * thunderbolt: Increase DisplayPort Connection Manager handshake timeoutMika Westerberg2023-05-291-1/+1
| * thunderbolt: dma_test: Use correct value for absent rings when creating pathsMika Westerberg2023-05-221-4/+4
* | thunderbolt: Log DisplayPort adapter rate and lanes on discoveryMika Westerberg2023-05-301-0/+43
* | thunderbolt: Drop retimer vendor checkMika Westerberg2023-05-241-6/+0
* | thunderbolt: dma_test: Update MODULE_DESCRIPTIONMika Westerberg2023-05-241-1/+1
* | thunderbolt: Add MODULE_DESCRIPTIONMika Westerberg2023-05-241-0/+1
* | thunderbolt: Allow specifying custom credits for DMA tunnelsMika Westerberg2023-05-241-4/+9
* | thunderbolt: Add debug log for link controller power quirkMika Westerberg2023-05-241-0/+1
* | thunderbolt: Log function name of the called quirkMika Westerberg2023-05-241-0/+1
* | thunderbolt: Check for ring 0 in tb_tunnel_alloc_dma()Mika Westerberg2023-05-241-0/+4
|/
* thunderbolt: Clear registers properly when auto clear isn't in useMario Limonciello2023-05-092-5/+26
* Merge tag 'thunderbolt-for-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2023-04-197-142/+149
|\
| * thunderbolt: Introduce usb4_port_sb_opcode_err_to_errno() helperAndy Shevchenko2023-04-031-21/+20
| * thunderbolt: Make use of SI units from units.hAndy Shevchenko2023-03-291-2/+3
| * thunderbolt: Get rid of redundant 'else'Andy Shevchenko2023-03-296-22/+19
| * thunderbolt: Refactor DROM readingMario Limonciello2023-03-141-94/+105
| * thunderbolt: use `tb_eeprom_get_drom_offset` to discover DROM offsetMario Limonciello2023-03-141-3/+2
* | thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bitTom Rix2023-03-201-8/+9
* | thunderbolt: Disable interrupt auto clear for ringsMario Limonciello2023-03-202-17/+29
* | thunderbolt: Use const qualifier for `ring_interrupt_index`Mario Limonciello2023-03-201-1/+1
* | thunderbolt: Use scale field when allocating USB3 bandwidthMika Westerberg2023-03-131-5/+17
* | thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routersGil Fine2023-03-133-2/+49
* | thunderbolt: Call tb_check_quirks() after initializing adaptersMika Westerberg2023-03-131-2/+2
* | thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer accessGil Fine2023-03-134-2/+37
* | thunderbolt: Fix memory leak in marginingMika Westerberg2023-03-131-6/+6
* | thunderbolt: Add quirk to disable CLxSanjay R Mehta2023-03-062-3/+21
|/
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-243-6/+6
|\
| * driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman2023-01-273-6/+6
* | Merge tag 'thunderbolt-for-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2023-02-0812-94/+1710
|\ \ | |/ |/|
| * thunderbolt: Add missing kernel-doc comment to tb_tunnel_maximum_bandwidth()Mika Westerberg2023-01-272-1/+11
| * thunderbolt: Handle bandwidth allocation mode enablement notificationMika Westerberg2023-01-272-6/+11
| * thunderbolt: Add support for DisplayPort bandwidth allocation modeMika Westerberg2023-01-177-56/+1023
| * thunderbolt: Include the additional DP IN double word in debugfs dumpMika Westerberg2023-01-171-1/+4
| * thunderbolt: Add functions to support DisplayPort bandwidth allocation modeMika Westerberg2023-01-173-0/+618
| * thunderbolt: Increase timeout of DP OUT adapter handshakeMika Westerberg2023-01-171-5/+6
| * thunderbolt: Take CL states into account when waiting for link to come upMika Westerberg2023-01-172-17/+29
| * thunderbolt: Improve debug logging in tb_available_bandwidth()Mika Westerberg2023-01-171-2/+5
| * thunderbolt: Log DP adapter typeMika Westerberg2023-01-171-2/+2
| * thunderbolt: Use decimal port number in control and tunnel logs tooMika Westerberg2023-01-172-2/+2
| * thunderbolt: Refactor tb_acpi_add_link()Andy Shevchenko2023-01-041-8/+5
| * thunderbolt: Use correct type in tb_port_is_clx_enabled() prototypeJiri Slaby (SUSE)2022-12-271-1/+1
* | thunderbolt: Disable XDomain lane 1 only in software connection managerMika Westerberg2023-01-091-5/+12
* | thunderbolt: Use correct function to calculate maximum USB3 link rateMika Westerberg2023-01-091-1/+1
* | thunderbolt: Do not call PM runtime functions in tb_retimer_scan()Mika Westerberg2023-01-092-19/+18