summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
AgeCommit message (Expand)Author
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
2020-09-03PCI / thunderbolt: Switch to use device links instead of PCI quirkMika Westerberg
2020-09-03thunderbolt: Enable wakes from system suspendMika Westerberg
2020-09-03thunderbolt: Disable lane 1 for XDomain connectionMika Westerberg
2020-09-03thunderbolt: Configure port for XDomainMika Westerberg
2020-09-03thunderbolt: Set port configured for both ends of the linkMika Westerberg
2020-09-03thunderbolt: Configure link after lane bonding is enabledMika Westerberg
2020-09-03thunderbolt: Do not change default USB4 router notification timeoutMika Westerberg
2020-09-03thunderbolt: Initialize TMU again on resumeMika Westerberg
2020-09-03thunderbolt: Tear down DP tunnels when suspendingMika Westerberg
2020-09-03thunderbolt: Send reset only to first generation routersMika Westerberg
2020-09-03thunderbolt: No need to log an error if tb_switch_lane_bonding_enable() failsMika Westerberg
2020-09-03thunderbolt: Do not program NFC buffers for USB4 router protocol adaptersMika Westerberg
2020-09-03thunderbolt: Use bit 31 to check if Firmware CM is running in Tiger LakeMika Westerberg
2020-09-03thunderbolt: Software CM only should set force power in Tiger LakeMika Westerberg
2020-09-03thunderbolt: Optimize NHI LC mailbox command processingRajmohan Mani
2020-09-03thunderbolt: Optimize Force Power logicRajmohan Mani
2020-09-01thunderbolt: Use kobj_to_dev() instead of container_of()Tian Tao
2020-09-01Merge tag 'thunderbolt-for-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2020-08-25thunderbolt: Use maximum USB3 link rate when reclaiming if link is not upMika Westerberg
2020-08-25thunderbolt: Disable ports that are not implementedNikunj A. Dadhania
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-09thunderbolt: merge fix for kunix_resource changesStephen Rothwell