aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
AgeCommit message (Expand)Author
2023-09-02thunderbolt: Fix a backport error for display flickering issueMario Limonciello
2023-08-30thunderbolt: Fix Thunderbolt 3 display flickering issue on 2nd hot plug onwardsSanjay R Mehta
2023-08-23thunderbolt: Limit Intel Barlow Ridge USB3 bandwidthMika Westerberg
2023-08-23thunderbolt: Add Intel Barlow Ridge PCI IDMika Westerberg
2023-08-23thunderbolt: Read retimer NVM authentication status prior tb_retimer_set_inbo...Mika Westerberg
2023-08-16thunderbolt: Fix memory leak in tb_handle_dp_bandwidth_request()Mika Westerberg
2023-05-31thunderbolt: Mask ring interrupt on Intel hardware as wellMika Westerberg
2023-05-29thunderbolt: Do not touch CL state configuration during discoveryMika Westerberg
2023-05-29thunderbolt: Increase DisplayPort Connection Manager handshake timeoutMika Westerberg
2023-05-22thunderbolt: dma_test: Use correct value for absent rings when creating pathsMika Westerberg
2023-05-09thunderbolt: Clear registers properly when auto clear isn't in useMario Limonciello
2023-04-19Merge tag 'thunderbolt-for-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2023-04-03thunderbolt: Introduce usb4_port_sb_opcode_err_to_errno() helperAndy Shevchenko
2023-03-29thunderbolt: Make use of SI units from units.hAndy Shevchenko
2023-03-29thunderbolt: Get rid of redundant 'else'Andy Shevchenko
2023-03-20thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bitTom Rix
2023-03-20thunderbolt: Disable interrupt auto clear for ringsMario Limonciello
2023-03-20thunderbolt: Use const qualifier for `ring_interrupt_index`Mario Limonciello
2023-03-14thunderbolt: Refactor DROM readingMario Limonciello
2023-03-14thunderbolt: use `tb_eeprom_get_drom_offset` to discover DROM offsetMario Limonciello
2023-03-13thunderbolt: Use scale field when allocating USB3 bandwidthMika Westerberg
2023-03-13thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routersGil Fine
2023-03-13thunderbolt: Call tb_check_quirks() after initializing adaptersMika Westerberg
2023-03-13thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer accessGil Fine
2023-03-13thunderbolt: Fix memory leak in marginingMika Westerberg
2023-03-06thunderbolt: Add quirk to disable CLxSanjay R Mehta
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-08Merge tag 'thunderbolt-for-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman
2023-01-27thunderbolt: Add missing kernel-doc comment to tb_tunnel_maximum_bandwidth()Mika Westerberg
2023-01-27thunderbolt: Handle bandwidth allocation mode enablement notificationMika Westerberg
2023-01-17thunderbolt: Add support for DisplayPort bandwidth allocation modeMika Westerberg
2023-01-17thunderbolt: Include the additional DP IN double word in debugfs dumpMika Westerberg
2023-01-17thunderbolt: Add functions to support DisplayPort bandwidth allocation modeMika Westerberg
2023-01-17thunderbolt: Increase timeout of DP OUT adapter handshakeMika Westerberg
2023-01-17thunderbolt: Take CL states into account when waiting for link to come upMika Westerberg
2023-01-17thunderbolt: Improve debug logging in tb_available_bandwidth()Mika Westerberg
2023-01-17thunderbolt: Log DP adapter typeMika Westerberg
2023-01-17thunderbolt: Use decimal port number in control and tunnel logs tooMika Westerberg
2023-01-09thunderbolt: Disable XDomain lane 1 only in software connection managerMika Westerberg
2023-01-09thunderbolt: Use correct function to calculate maximum USB3 link rateMika Westerberg
2023-01-09thunderbolt: Do not call PM runtime functions in tb_retimer_scan()Mika Westerberg
2023-01-04thunderbolt: Refactor tb_acpi_add_link()Andy Shevchenko
2022-12-27thunderbolt: Do not report errors if on-board retimers are foundUtkarsh Patel
2022-12-27thunderbolt: Use correct type in tb_port_is_clx_enabled() prototypeJiri Slaby (SUSE)
2022-11-07thunderbolt: Add wake on connect/disconnect on USB4 portsRajat Khandelwal
2022-10-25thunderbolt: ACPI: Use the helper fwnode_find_reference()Heikki Krogerus
2022-10-23thunderbolt: Remove redundant assignment to variable lenColin Ian King
2022-10-23thunderbolt: Use str_enabled_disabled() helperAndy Shevchenko
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld