aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-30Merge tag 'thunderbolt-for-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-nextGreg Kroah-Hartman19-234/+1970
2020-09-16thunderbolt: Capitalize comment on top of QUIRK_FORCE_POWER_LINK_CONTROLLERMika Westerberg1-1/+1
2020-09-16thunderbolt: Correct tb_check_quirks() kernel-docMika Westerberg1-1/+1
2020-09-16thunderbolt: Log correct zeroX entries in decode_error()Mika Westerberg1-3/+8
2020-09-16thunderbolt: Handle ERR_LOCK notificationMika Westerberg2-0/+8
2020-09-16thunderbolt: Use "if USB4" instead of "depends on" in KconfigMika Westerberg1-2/+4
2020-09-16thunderbolt: Allow KUnit tests to be built also when CONFIG_USB4=mMika Westerberg5-4/+26
2020-09-16thunderbolt: Only stop control channel when entering freezeMika Westerberg4-3/+69
2020-09-15Merge tag 'thunderbolt-for-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linusGreg Kroah-Hartman1-4/+16
2020-09-10thunderbolt: debugfs: Fix uninitialized return in counters_write()Dan Carpenter1-0/+1
2020-09-09thunderbolt: Retry DROM read once if parsing failsMika Westerberg1-4/+16
2020-09-03thunderbolt: Add debugfs interfaceGil Fine7-3/+742
2020-09-03thunderbolt: No need to warn in TB_CFG_ERROR_INVALID_CONFIG_SPACEMika Westerberg1-3/+2
2020-09-03thunderbolt: Introduce tb_switch_is_tiger_lake()Gil Fine1-0/+12
2020-09-03thunderbolt: Introduce tb_switch_is_ice_lake()Mika Westerberg1-0/+12
2020-09-03thunderbolt: Check for Intel vendor ID when identifying controllerMika Westerberg1-29/+35
2020-09-03thunderbolt: Introduce tb_port_is_nhi()Mika Westerberg2-1/+6
2020-09-03thunderbolt: Introduce tb_switch_next_cap()Mika Westerberg2-30/+64
2020-09-03thunderbolt: Introduce tb_port_next_cap()Mika Westerberg2-4/+32
2020-09-03thunderbolt: Move struct tb_cap_any to tb_regs.hMika Westerberg2-8/+14
2020-09-03thunderbolt: Add runtime PM for Software CMMika Westerberg3-7/+136
2020-09-03thunderbolt: Create device links from ACPI descriptionMika Westerberg4-0/+126
2020-09-03PCI / thunderbolt: Switch to use device links instead of PCI quirkMika Westerberg1-0/+66
2020-09-03thunderbolt: Enable wakes from system suspendMika Westerberg7-3/+231
2020-09-03thunderbolt: Disable lane 1 for XDomain connectionMika Westerberg4-0/+55
2020-09-03thunderbolt: Configure port for XDomainMika Westerberg5-4/+134
2020-09-03thunderbolt: Set port configured for both ends of the linkMika Westerberg4-94/+87
2020-09-03thunderbolt: Configure link after lane bonding is enabledMika Westerberg5-25/+49
2020-09-03thunderbolt: Do not change default USB4 router notification timeoutMika Westerberg1-5/+1
2020-09-03thunderbolt: Initialize TMU again on resumeMika Westerberg1-0/+4
2020-09-03thunderbolt: Tear down DP tunnels when suspendingMika Westerberg1-0/+24
2020-09-03thunderbolt: Send reset only to first generation routersMika Westerberg3-12/+13
2020-09-03thunderbolt: No need to log an error if tb_switch_lane_bonding_enable() failsMika Westerberg1-4/+2
2020-09-03thunderbolt: Do not program NFC buffers for USB4 router protocol adaptersMika Westerberg1-0/+7
2020-09-03thunderbolt: Use bit 31 to check if Firmware CM is running in Tiger LakeMika Westerberg1-1/+4
2020-09-03thunderbolt: Software CM only should set force power in Tiger LakeMika Westerberg1-9/+16
2020-09-03thunderbolt: Optimize NHI LC mailbox command processingRajmohan Mani1-1/+1
2020-09-03thunderbolt: Optimize Force Power logicRajmohan Mani1-2/+2
2020-09-01thunderbolt: Use kobj_to_dev() instead of container_of()Tian Tao2-2/+2
2020-09-01Merge tag 'thunderbolt-for-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linusGreg Kroah-Hartman3-3/+12
2020-08-25thunderbolt: Use maximum USB3 link rate when reclaiming if link is not upMika Westerberg1-2/+10
2020-08-25thunderbolt: Disable ports that are not implementedNikunj A. Dadhania2-1/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-4/+4
2020-08-09thunderbolt: merge fix for kunix_resource changesStephen Rothwell1-2/+2
2020-07-02thunderbolt: Fix old style declaration warningWei Yongjun1-1/+1
2020-07-01thunderbolt: Add support for authenticate on disconnectMario Limonciello7-5/+104
2020-07-01thunderbolt: Add support for separating the flush to SPI and authenticateMario Limonciello3-15/+30
2020-07-01thunderbolt: Ensure left shift of 512 does not overflow a 32 bit intColin Ian King1-2/+2
2020-06-22thunderbolt: Add support for on-board retimersKranthi Kuntala6-1/+539
2020-06-22thunderbolt: Implement USB4 port sideband operations for retimer accessRajmohan Mani4-0/+516