aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorFilesLines
2020-09-01Merge tag 'thunderbolt-for-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/ke...Greg 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
2020-06-22thunderbolt: Retry USB4 block read operationMika Westerberg1-5/+2
2020-06-22thunderbolt: Generalize usb4_switch_do_[read|write]_data()Mika Westerberg1-18/+21
2020-06-22thunderbolt: Split common NVM functionality into a separate fileMika Westerberg5-99/+220
2020-06-22thunderbolt: Add Intel USB-IF ID to the NVM upgrade supported listMika Westerberg1-1/+2
2020-06-22thunderbolt: Add KUnit tests for tunnelingMika Westerberg1-0/+398
2020-06-22thunderbolt: Add USB3 bandwidth managementMika Westerberg5-111/+532
2020-06-22thunderbolt: Make tb_port_get_link_speed() available to other filesMika Westerberg2-1/+9
2020-06-22thunderbolt: Implement USB3 bandwidth negotiation routinesMika Westerberg3-0/+369
2020-06-22thunderbolt: Increase DP DPRX wait timeoutMika Westerberg1-1/+1
2020-06-22thunderbolt: Report consumed bandwidth in both directionsMika Westerberg3-15/+47
2020-06-22thunderbolt: Make usb4_switch_map_pcie_down() also return enabled portsMika Westerberg2-2/+2
2020-06-22thunderbolt: Make usb4_switch_map_usb3_down() also return enabled portsMika Westerberg2-12/+4
2020-06-22thunderbolt: Do not tunnel USB3 if link is not USB4Mika Westerberg4-3/+27
2020-06-22thunderbolt: Add DP IN resources for all routersMika Westerberg1-4/+46
2020-06-22thunderbolt: Add KUnit tests for path walkingMika Westerberg3-0/+1235
2020-06-22thunderbolt: Increase path length in discoveryMika Westerberg1-1/+5
2020-06-22thunderbolt: Handle incomplete PCIe/USB3 paths correctly in discoveryMika Westerberg1-4/+6
2020-06-22thunderbolt: Check that both ports are reachable when allocating pathMika Westerberg1-2/+13
2020-06-22thunderbolt: Make tb_path_alloc() work with tree topologiesMika Westerberg2-6/+18
2020-06-22thunderbolt: Make tb_next_port_on_path() work with tree topologiesMika Westerberg1-5/+12
2020-06-22thunderbolt: Fix path indices used in USB3 tunnel discoveryMika Westerberg1-6/+6
2020-06-22thunderbolt: Get rid of E2E workaroundMika Westerberg1-24/+2
2020-06-22thunderbolt: NHI can use HopIDs 1-7Mika Westerberg1-2/+5
2020-06-22thunderbolt: No need to warn if NHI hop_count != 12 or hop_count != 32Mika Westerberg1-3/+1
2020-06-22thunderbolt: Build initial XDomain property block upon first connectMika Westerberg1-40/+54
2020-06-15thunderbolt: Improve USB4 config symbol help textGeert Uytterhoeven1-2/+2
2020-06-07Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-8/+29
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2020-05-26Merge tag 'thunderbolt-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman5-8/+29
2020-05-25thunderbolt: Add trivial .shutdownMaxim Levitsky1-0/+1
2020-05-14PCI: Unify pcie_find_root_port() and pci_find_pcie_root_port()Yicong Yang1-2/+2
2020-05-13thunderbolt: Update Kconfig to allow building on other architectures.David Manouchehri1-1/+0
2020-04-28thunderbolt: Check return value of tb_sw_read() in usb4_switch_op()Mika Westerberg1-0/+3
2020-04-23thunderbolt: Add support for Intel Tiger LakeMika Westerberg3-0/+28
2020-04-16Revert "thunderbolt: Prevent crash if non-active NVMem file is read"Nicholas Johnson1-7/+0
2020-03-23Merge 5.6-rc7 into usb-nextGreg Kroah-Hartman1-1/+1
2020-03-17Merge tag 'thunderbolt-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman3-4/+4
2020-03-12thunderbolt: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-2/+2
2020-03-04thunderbolt: Fix error code in tb_port_is_width_supported()Dan Carpenter1-1/+1
2020-02-24Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman1-0/+7
2020-02-14thunderbolt: Add missing kernel-doc parameter descriptionsMika Westerberg1-0/+4
2020-02-14thunderbolt: icm: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-14thunderbolt: eeprom: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-13thunderbolt: Prevent crash if non-active NVMem file is readMika Westerberg1-0/+7
2020-01-14thunderbolt: fix memory leak of object swColin Ian King1-2/+4
2020-01-08thunderbolt: Fix xhci check in usb4_switch_setup()Mika Westerberg1-1/+1
2019-12-18thunderbolt: Add support for USB 3.x tunnelsRajmohan Mani7-27/+395
2019-12-18thunderbolt: Add support for Time Management UnitRajmohan Mani6-1/+483
2019-12-18thunderbolt: Make tb_switch_find_cap() available to other filesRajmohan Mani2-1/+11
2019-12-18thunderbolt: Update Kconfig entries to USB4Mika Westerberg2-6/+7
2019-12-18thunderbolt: Add initial support for USB4Mika Westerberg11-117/+1158
2019-12-18thunderbolt: Populate PG field in hot plug acknowledgment packetMika Westerberg4-11/+20
2019-12-18thunderbolt: Call tb_eeprom_get_drom_offset() from tb_eeprom_read_n()Mika Westerberg1-45/+43
2019-12-18thunderbolt: Make tb_find_port() available to other filesMika Westerberg3-20/+22
2019-11-19thunderbolt: Power cycle the router if NVM authentication failsMika Westerberg1-12/+42
2019-11-02thunderbolt: Do not start firmware unless asked by the userMika Westerberg2-8/+19
2019-11-02thunderbolt: Add bandwidth management for Display Port tunnelsMika Westerberg6-4/+381
2019-11-02thunderbolt: Add Display Port adapter pairing and resource managementMika Westerberg5-34/+387
2019-11-02thunderbolt: Add Display Port CM handshake for Titan Ridge devicesMika Westerberg2-0/+48
2019-11-02thunderbolt: Add downstream PCIe port mappings for Alpine and Titan RidgeMika Westerberg2-1/+29
2019-11-02thunderbolt: Expand controller name in tb_switch_is_xy()Mika Westerberg3-9/+9
2019-11-02thunderbolt: Add default linking between lane adapters if not provided by DROMMika Westerberg2-11/+32
2019-11-02thunderbolt: Add support for lane bondingMika Westerberg9-7/+424
2019-11-01thunderbolt: Refactor add_switch() into two functionsMika Westerberg1-43/+67
2019-11-01thunderbolt: Add helper macro to iterate over switch portsMika Westerberg5-65/+74
2019-11-01thunderbolt: Make tb_sw_write() take const parameterMika Westerberg1-1/+1
2019-11-01thunderbolt: Convert DP adapter register names to follow the USB4 specMika Westerberg3-44/+46
2019-11-01thunderbolt: Convert PCIe adapter register names to follow the USB4 specMika Westerberg2-6/+8
2019-11-01thunderbolt: Convert basic adapter register names to follow the USB4 specMika Westerberg3-21/+22
2019-11-01thunderbolt: Log error if adding switch failsMika Westerberg1-5/+14
2019-11-01thunderbolt: Log switch route string on config read/write timeoutMika Westerberg1-4/+4
2019-11-01thunderbolt: Introduce tb_switch_is_icm()Mika Westerberg3-4/+18
2019-11-01Merge branch 'thunderbolt/fixes' into thunderbolt/nextMika Westerberg2-18/+11
2019-10-09thunderbolt: Add 'generation' attribute for devicesChristian Kellner1-0/+10
2019-10-08thunderbolt: Drop unnecessary read when writing LC command in Ice LakeMika Westerberg1-1/+0
2019-10-08thunderbolt: Fix lockdep circular locking depedency warningMika Westerberg1-9/+0
2019-10-08thunderbolt: Read DP IN adapter first two dwords in one goMika Westerberg1-8/+11
2019-08-26thunderbolt: Add support for Intel Ice LakeMika Westerberg8-22/+524
2019-08-26thunderbolt: Expose active parts of NVM even if upgrade is not supportedMika Westerberg1-9/+19
2019-08-26thunderbolt: Hide switch attributes that are not setMika Westerberg1-1/+13
2019-08-26thunderbolt: Do not fail adding switch if some port is not implementedMika Westerberg3-9/+26
2019-08-26thunderbolt: Use 32-bit writes when writing ring producer/consumerMika Westerberg1-4/+18
2019-08-26thunderbolt: Move NVM upgrade support flag to struct icmMika Westerberg1-6/+12
2019-08-26thunderbolt: Correct path indices for PCIe tunnelMika Westerberg1-2/+2
2019-08-06thunderbolt: Show key using %*pE not %*pEpJ. Bruce Fields1-1/+1
2019-08-06thunderbolt: Switch to use device_property_count_uXX()Andy Shevchenko1-1/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-2/+2
2019-06-14thunderbolt: Implement CIO reset correctly for Titan RidgeMika Westerberg1-60/+74
2019-06-12thunderbolt: Make sure device runtime resume completes before taking domain lockMika Westerberg3-13/+93
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds18-669/+2754
2019-04-25thunderbolt: Make priority unsigned in struct tb_pathNathan Chancellor1-1/+1
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-04-18thunderbolt: Start firmware on Titan Ridge Apple systemsMika Westerberg1-0/+2
2019-04-18thunderbolt: Reword output of tb_dump_hop()Mika Westerberg1-13/+13
2019-04-18thunderbolt: Make rest of the logging to happen at debug levelMika Westerberg6-25/+21
2019-04-18thunderbolt: Make __TB_[SW|PORT]_PRINT take const parametersMika Westerberg1-3/+3
2019-04-18thunderbolt: Add support for XDomain connectionsMika Westerberg2-8/+188
2019-04-18thunderbolt: Make tb_switch_alloc() return ERR_PTR()Mika Westerberg3-22/+26
2019-04-18thunderbolt: Add support for DMA tunnelsMika Westerberg6-5/+149
2019-04-18thunderbolt: Add XDomain UUID exchange supportMika Westerberg2-10/+137
2019-04-18thunderbolt: Run tb_xdp_handle_request() in system workqueueMika Westerberg2-2/+11
2019-04-18thunderbolt: Do not tear down tunnels when driver is unloadedMika Westerberg3-18/+6
2019-04-18thunderbolt: Add support for Display Port tunnelsMika Westerberg6-25/+554
2019-04-18thunderbolt: Rework NFC credits handlingMika Westerberg2-7/+16
2019-04-18thunderbolt: Generalize port finding routines to support all port typesMika Westerberg3-18/+34
2019-04-18thunderbolt: Scan only valid NULL adapter ports in hotplugMika Westerberg2-4/+11
2019-04-18thunderbolt: Add support for full PCIe daisy chainsMika Westerberg2-72/+129
2019-04-18thunderbolt: Discover preboot PCIe paths the boot firmware establishedMika Westerberg6-25/+340
2019-04-18thunderbolt: Deactivate all paths before restarting themMika Westerberg1-1/+11
2019-04-18thunderbolt: Extend tunnel creation to more than 2 adjacent switchesMika Westerberg3-68/+163
2019-04-18thunderbolt: Add helper function to iterate from one port to anotherMika Westerberg2-0/+56
2019-04-18thunderbolt: Assign remote for both ports in case of dual linkMika Westerberg5-52/+73
2019-04-18thunderbolt: Add functions for allocating and releasing HopIDsMika Westerberg3-3/+98
2019-04-18thunderbolt: Generalize tunnel creation functionalityMika Westerberg6-150/+235
2019-04-18thunderbolt: Rename tunnel_pci to tunnelMika Westerberg4-7/+7
2019-04-18thunderbolt: Cache adapter specific capability offset into struct portMika Westerberg4-10/+13
2019-04-18thunderbolt: Properly disable pathMika Westerberg2-5/+45
2019-04-18thunderbolt: Set sleep bit when suspending switchMika Westerberg4-4/+49
2019-04-18thunderbolt: Configure lanes when switch is initializedMika Westerberg4-0/+136
2019-04-18thunderbolt: Move LC specific functionality into a separate fileMika Westerberg5-12/+37
2019-04-18thunderbolt: Add dummy read after port capability list walk on Light RidgeMika Westerberg1-0/+16
2019-04-18thunderbolt: Enable TMU access when accessing port space on legacy devicesMika Westerberg2-17/+62
2019-04-18thunderbolt: Do not allocate switch if depth is greater than 6Mika Westerberg3-9/+15
2019-04-18thunderbolt: Take domain lock in switch sysfs attribute callbacksMika Westerberg2-28/+20
2019-04-18thunderbolt: Block reads and writes if switch is unpluggedMika Westerberg1-0/+8
2019-04-18thunderbolt: Drop duplicated get_switch_at_route()Mika Westerberg4-26/+14
2019-04-18thunderbolt: Remove unused work field in struct tb_switchMika Westerberg1-2/+0
2019-03-28thunderbolt: Fix to check the return value of kmemdupAditya Pakki1-0/+5
2019-03-28thunderbolt: property: Fix a missing check of kzallocKangjie Lu1-1/+6
2019-03-22thunderbolt: xdomain: Fix to check return value of kmemdupAditya Pakki1-6/+9
2019-03-22thunderbolt: Fix to check return value of ida_simple_getAditya Pakki1-1/+7
2019-03-22thunderbolt: Fix to check for kmemdup failureAditya Pakki1-6/+16
2019-03-20thunderbolt: Fix a missing check of kmemdupKangjie Lu1-0/+4
2019-03-20thunderbolt: property: Fix a NULL pointer dereferenceKangjie Lu1-0/+5
2018-12-05thunderbolt: Export IOMMU based DMA protection support to userspaceMika Westerberg1-0/+17
2018-11-26thunderbolt: Prevent root port runtime suspend during NVM upgradeMika Westerberg1-2/+38
2018-10-08Merge 4.19-rc7 into char-misc-nextGreg Kroah-Hartman2-30/+21
2018-10-02thunderbolt: Add Intel as copyright holderMika Westerberg10-9/+19
2018-10-02thunderbolt: Convert rest of the driver files to use SPDX identifierMika Westerberg7-29/+8
2018-10-02thunderbolt: Print connected devicesMika Westerberg1-0/+11
2018-10-02thunderbolt: Make the driver less verboseMika Westerberg7-69/+68
2018-10-02thunderbolt: Remove a meaningless NULL pointer check before dma_pool_destroyzhong jiang1-2/+1
2018-10-02thunderbolt: Initialize after IOMMUsMika Westerberg1-1/+1
2018-10-02thunderbolt: Do not handle ICM events after domain is stoppedMika Westerberg1-29/+20
2018-07-25thunderbolt: Add support for runtime PMMika Westerberg7-20/+276
2018-07-25thunderbolt: Remove redundant variable 'approved'Colin Ian King1-2/+0
2018-07-25thunderbolt: Use correct ICM commands in system suspendMika Westerberg1-5/+13
2018-07-25thunderbolt: No need to take tb->lock in domain suspend/completeMika Westerberg1-14/+1
2018-07-25thunderbolt: Do not unnecessarily call ICM get routeMika Westerberg1-9/+26
2018-07-25thunderbolt: Use 64-bit DMA mask if supported by the platformMika Westerberg1-0/+8
2018-07-25thunderbolt: Fix small typo in variable nameNathan Ciobanu1-1/+1
2018-07-07thunderbolt: Notify userspace when boot_acl is changedMika Westerberg1-0/+4
2018-05-15thunderbolt: Handle NULL boot ACL entries properlyMika Westerberg1-1/+1
2018-03-14thunderbolt: Prevent crash when ICM firmware is not runningMika Westerberg1-0/+3
2018-03-09thunderbolt: Add support for Intel Titan RidgeRadion Mirchevsky6-15/+546
2018-03-09thunderbolt: Introduce USB only (SL4) security levelMika Westerberg1-1/+6
2018-03-09thunderbolt: Add support for preboot ACLMika Westerberg4-10/+310
2018-03-09thunderbolt: Add 'boot' attribute for devicesYehezkel Bernat4-4/+25
2018-03-09thunderbolt: Move driver ready handling to struct icmMika Westerberg2-13/+35
2018-03-09thunderbolt: Add constant for approval timeoutMika Westerberg1-2/+3
2018-03-09thunderbolt: Add tb_xdomain_find_by_route()Radion Mirchevsky1-12/+35
2018-03-09thunderbolt: Add tb_switch_find_by_route()Radion Mirchevsky2-0/+34
2018-03-09thunderbolt: Add tb_switch_get()Mika Westerberg1-0/+7
2018-03-09thunderbolt: Correct function name in kernel-doc commentRadion Mirchevsky1-1/+1
2018-03-09thunderbolt: Factor common ICM add and update operations outMika Westerberg1-49/+87
2018-03-09thunderbolt: Handle rejected Thunderbolt devicesMika Westerberg2-0/+7
2018-03-09thunderbolt: Wait a bit longer for ICM to authenticate the active NVMMika Westerberg1-2/+5
2018-03-09thunderbolt: Wait a bit longer for root switch config spaceMika Westerberg1-1/+2
2018-03-09thunderbolt: Do not overwrite error code when domain adding failsMika Westerberg1-1/+1
2018-03-09thunderbolt: Handle connecting device in place of host properlyMika Westerberg1-9/+17
2018-03-09thunderbolt: Serialize PCIe tunnel creation with PCI rescanMika Westerberg1-0/+9
2018-03-09thunderbolt: Resume control channel after hibernation image is createdMika Westerberg1-0/+1
2017-12-16thunderbolt: Mask ring interrupt properly when polling startsMika Westerberg1-1/+1
2017-11-16Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2017-11-06thunderbolt: tb: fix use after free in tb_activate_pcie_devicesGustavo A. R. Silva1-0/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-0/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman13-0/+13
2017-10-27thunderbolt: Drop sequence number check from tb_xdomain_match()Mika Westerberg1-9/+0
2017-10-19thunderbolt: Fix a couple right shifting to zero bugsDan Carpenter1-2/+2
2017-10-09thunderbolt: Initialize Thunderbolt bus earlierMika Westerberg2-1/+4
2017-10-02thunderbolt: Allocate ring HopID automatically if requestedMika Westerberg1-18/+60
2017-10-02thunderbolt: Add polling mode for ringsMika Westerberg2-10/+118
2017-10-02thunderbolt: Use spinlock in NHI serializationMika Westerberg1-34/+41
2017-10-02thunderbolt: Use spinlock in ring serializationMika Westerberg1-12/+14
2017-10-02thunderbolt: Move ring descriptor flags to thunderbolt.hMika Westerberg1-7/+0
2017-10-02thunderbolt: Export ring handling functions to modulesMika Westerberg3-176/+53