aboutsummaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/icm.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-08thunderbolt: Enable NVM upgrade support on Intel Maple RidgeGravatar Alex James 1-0/+1
2024-01-22thunderbolt: Reset topology created by the boot firmwareGravatar Sanath S 1-1/+1
2023-12-22thunderbolt: Reduce retry timeout to speed up boot for some devicesGravatar Werner Sembach 1-1/+1
2023-09-15thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple RidgeGravatar Mika Westerberg 1-20/+20
2023-06-16thunderbolt: Add support for USB4 v2 80 Gb/s linkGravatar Gil Fine 1-2/+4
2023-06-09thunderbolt: Introduce tb_switch_downstream_port()Gravatar Gil Fine 1-14/+10
2022-09-30Merge tag 'thunderbolt-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Greg Kroah-Hartman 1-0/+3
2022-09-09thunderbolt: Add support for Intel Maple Ridge single port controllerGravatar Gil Fine 1-0/+1
2022-08-22thunderbolt: Add support for Intel Meteor LakeGravatar Mika Westerberg 1-0/+3
2022-06-06thunderbolt: Add support for Intel Raptor LakeGravatar George D Sworo 1-0/+2
2021-12-15thunderbolt: Check return value of kmemdup() in icm_handle_event()Gravatar Xiaoke Wang 1-1/+6
2021-06-11thunderbolt: Add support for Intel Alder LakeGravatar Azhar Shaikh 1-0/+2
2021-06-11thunderbolt: Poll 10ms for REG_FW_STS_NVM_AUTH_DONE to be setGravatar Gil Fine 1-7/+11
2021-03-18thunderbolt: Allow multiple DMA tunnels over a single XDomain connectionGravatar Mika Westerberg 1-12/+20
2021-03-18thunderbolt: Decrease control channel timeout for software connection managerGravatar Mika Westerberg 1-1/+1
2021-02-09Merge tag 'thunderbolt-for-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/k...Gravatar Greg Kroah-Hartman 1-4/+6
2021-02-04thunderbolt: Allow disabling XDomain protocolGravatar Mika Westerberg 1-2/+4
2021-01-28thunderbolt: icm: Fix a couple of formatting issuesGravatar Lee Jones 1-2/+2
2021-01-07thunderbolt: Drop duplicated 0x prefix from format stringGravatar Mika Westerberg 1-1/+1
2020-12-08Merge tag 'thunderbolt-for-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/k...Gravatar Greg Kroah-Hartman 1-11/+229
2020-11-30thunderbolt: Add support for Intel Maple RidgeGravatar Mika Westerberg 1-0/+11
2020-11-30thunderbolt: Add USB4 router operation proxy for firmware connection managerGravatar Mika Westerberg 1-10/+204
2020-11-30thunderbolt: Keep the parent runtime resumed for a while on device disconnectGravatar Mika Westerberg 1-0/+11
2020-11-30thunderbolt: Log which connection manager implementation is usedGravatar Mika Westerberg 1-0/+2
2020-11-30thunderbolt: Move max_boot_acl field to correct place in struct icmGravatar Mika Westerberg 1-1/+1
2020-11-19thunderbolt: Fix use-after-free in remove_unplugged_switch()Gravatar Mika Westerberg 1-3/+7
2020-11-06thunderbolt: Add support for Intel Tiger Lake-HGravatar Mika Westerberg 1-0/+2
2020-09-03thunderbolt: Use bit 31 to check if Firmware CM is running in Tiger LakeGravatar Mika Westerberg 1-1/+4
2020-04-23thunderbolt: Add support for Intel Tiger LakeGravatar Mika Westerberg 1-0/+22
2020-02-14thunderbolt: icm: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2019-11-02thunderbolt: Do not start firmware unless asked by the userGravatar Mika Westerberg 1-4/+19
2019-11-02thunderbolt: Add support for lane bondingGravatar Mika Westerberg 1-2/+10
2019-11-01thunderbolt: Refactor add_switch() into two functionsGravatar Mika Westerberg 1-43/+67
2019-11-01thunderbolt: Add helper macro to iterate over switch portsGravatar Mika Westerberg 1-8/+4
2019-08-26thunderbolt: Add support for Intel Ice LakeGravatar Mika Westerberg 1-10/+166
2019-08-26thunderbolt: Move NVM upgrade support flag to struct icmGravatar Mika Westerberg 1-6/+12
2019-06-14thunderbolt: Implement CIO reset correctly for Titan RidgeGravatar Mika Westerberg 1-60/+74
2019-06-12thunderbolt: Make sure device runtime resume completes before taking domain lockGravatar Mika Westerberg 1-1/+53
2019-04-18thunderbolt: Start firmware on Titan Ridge Apple systemsGravatar Mika Westerberg 1-0/+2
2019-04-18thunderbolt: Make rest of the logging to happen at debug levelGravatar Mika Westerberg 1-1/+1
2019-04-18thunderbolt: Make tb_switch_alloc() return ERR_PTR()Gravatar Mika Westerberg 1-3/+3
2019-04-18thunderbolt: Assign remote for both ports in case of dual linkGravatar Mika Westerberg 1-23/+10
2019-04-18thunderbolt: Do not allocate switch if depth is greater than 6Gravatar Mika Westerberg 1-3/+2
2019-04-18thunderbolt: Drop duplicated get_switch_at_route()Gravatar Mika Westerberg 1-4/+8
2019-03-28thunderbolt: Fix to check the return value of kmemdupGravatar Aditya Pakki 1-0/+5
2018-10-08Merge 4.19-rc7 into char-misc-nextGravatar Greg Kroah-Hartman 1-29/+20
2018-10-02thunderbolt: Convert rest of the driver files to use SPDX identifierGravatar Mika Westerberg 1-4/+1
2018-10-02thunderbolt: Do not handle ICM events after domain is stoppedGravatar Mika Westerberg 1-29/+20
2018-07-25thunderbolt: Add support for runtime PMGravatar Mika Westerberg 1-14/+105
2018-07-25thunderbolt: Remove redundant variable 'approved'Gravatar Colin Ian King 1-2/+0