aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
AgeCommit message (Expand)Author
2024-05-02thunderbolt: Fix wake configurations after device unplugGil Fine
2024-05-02thunderbolt: Avoid notify PM core about runtime PM resumeGil Fine
2023-10-25thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple RidgeMika Westerberg
2023-10-25thunderbolt: Check that lane 1 is in CL0 before enabling lane bondingMika Westerberg
2023-04-05thunderbolt: Use const qualifier for `ring_interrupt_index`Mario Limonciello
2023-04-05thunderbolt: Use scale field when allocating USB3 bandwidthMika Westerberg
2023-01-24thunderbolt: Use correct function to calculate maximum USB3 link rateMika Westerberg
2022-10-26thunderbolt: Explicitly enable lane adapter hotplug events at startupMario Limonciello
2022-10-05thunderbolt: Explicitly reset plug events delay back to USB4 spec valueMario Limonciello
2022-10-05thunderbolt: Add support for Intel Maple Ridge single port controllerGil Fine
2022-10-05thunderbolt: Add support for Intel Maple RidgeMika Westerberg
2022-09-08thunderbolt: Use the actual buffer in tb_async_error()Mika Westerberg
2022-01-27thunderbolt: Runtime PM activate both ends of the device linkMika Westerberg
2021-09-18thunderbolt: Fix port linking by checking all adaptersSanjay R Mehta
2021-07-14thunderbolt: Bond lanes only when dual_link_port != NULL in alloc_dev_default()Mika Westerberg
2021-06-03thunderbolt: dma_port: Fix NVM read buffer bounds and offset issueMathias Nyman
2021-06-03thunderbolt: usb4: Fix NVM read buffer bounds and offset issueMathias Nyman
2021-04-14thunderbolt: Fix off by one in tb_port_find_retimer()Dan Carpenter
2021-04-14thunderbolt: Fix a leak in tb_retimer_add()Dan Carpenter
2021-03-25thunderbolt: Increase runtime PM reference count on DP tunnel discoveryMika Westerberg
2021-03-25thunderbolt: Initialize HopID IDAs in tb_switch_alloc()Mika Westerberg
2021-02-10thunderbolt: Fix possible NULL pointer dereference in tb_acpi_add_link()Mario Limonciello
2020-11-19thunderbolt: Fix use-after-free in remove_unplugged_switch()Mika Westerberg
2020-11-06thunderbolt: Add support for Intel Tiger Lake-HMika Westerberg
2020-11-05thunderbolt: Only configure USB4 wake for lane 0 adaptersMika Westerberg
2020-11-05thunderbolt: Add uaccess dependency to debugfs interfaceCasey Bowman
2020-11-05thunderbolt: Fix memory leak if ida_simple_get() fails in enumerate_services()Mika Westerberg
2020-10-26thunderbolt: Add the missed ida_simple_remove() in ring_request_msix()Jing Xiangfeng
2020-09-30Merge tag 'thunderbolt-for-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman
2020-09-16thunderbolt: Capitalize comment on top of QUIRK_FORCE_POWER_LINK_CONTROLLERMika Westerberg
2020-09-16thunderbolt: Correct tb_check_quirks() kernel-docMika Westerberg
2020-09-16thunderbolt: Log correct zeroX entries in decode_error()Mika Westerberg
2020-09-16thunderbolt: Handle ERR_LOCK notificationMika Westerberg
2020-09-16thunderbolt: Use "if USB4" instead of "depends on" in KconfigMika Westerberg
2020-09-16thunderbolt: Allow KUnit tests to be built also when CONFIG_USB4=mMika Westerberg
2020-09-16thunderbolt: Only stop control channel when entering freezeMika Westerberg
2020-09-15Merge tag 'thunderbolt-for-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2020-09-10thunderbolt: debugfs: Fix uninitialized return in counters_write()Dan Carpenter
2020-09-09thunderbolt: Retry DROM read once if parsing failsMika Westerberg
2020-09-03thunderbolt: Add debugfs interfaceGil Fine
2020-09-03thunderbolt: No need to warn in TB_CFG_ERROR_INVALID_CONFIG_SPACEMika Westerberg
2020-09-03thunderbolt: Introduce tb_switch_is_tiger_lake()Gil Fine
2020-09-03thunderbolt: Introduce tb_switch_is_ice_lake()Mika Westerberg
2020-09-03thunderbolt: Check for Intel vendor ID when identifying controllerMika Westerberg
2020-09-03thunderbolt: Introduce tb_port_is_nhi()Mika Westerberg
2020-09-03thunderbolt: Introduce tb_switch_next_cap()Mika Westerberg
2020-09-03thunderbolt: Introduce tb_port_next_cap()Mika Westerberg
2020-09-03thunderbolt: Move struct tb_cap_any to tb_regs.hMika Westerberg
2020-09-03thunderbolt: Add runtime PM for Software CMMika Westerberg
2020-09-03thunderbolt: Create device links from ACPI descriptionMika Westerberg