aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-02thunderbolt: Add support for frame modeMika Westerberg4-30/+61
2017-10-02thunderbolt: Configure interrupt throttling for all interruptsMika Westerberg2-3/+22
2017-10-02thunderbolt: Add support for XDomain discovery protocolMika Westerberg10-18/+2159
2017-10-02thunderbolt: Move tb_switch_phy_port_from_link() to thunderbolt.hMika Westerberg2-8/+1
2017-10-02thunderbolt: Move thunderbolt domain structure to thunderbolt.hMika Westerberg1-42/+0
2017-10-02thunderbolt: Move enum tb_cfg_pkg_type to thunderbolt.hMika Westerberg2-17/+1
2017-10-02thunderbolt: Add support for XDomain propertiesMika Westerberg2-1/+671
2017-10-02thunderbolt: Remove __packed from ICM message structuresMika Westerberg1-14/+14
2017-10-02byteorder: Move {cpu_to_be32, be32_to_cpu}_array() from Thunderbolt to coreMika Westerberg1-14/+0
2017-09-05Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-11/+6
2017-09-03Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Rafael J. Wysocki2-11/+6
2017-08-28thunderbolt: Fix reset response_typeDan Carpenter1-1/+1
2017-08-28thunderbolt: Allow clearing the keyBernat, Yehezkel1-4/+11
2017-08-28thunderbolt: Make key root-only accessibleBernat, Yehezkel1-1/+1
2017-08-28thunderbolt: Remove superfluous checkBernat, Yehezkel1-3/+0
2017-08-13Merge tag 'char-misc-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+9
2017-08-10thunderbolt: Do not enumerate more ports from DROM than the controller hasMika Westerberg1-0/+9
2017-08-03treewide: Consolidate Apple DMI checksLukas Wunner2-11/+6
2017-08-03Merge branches 'pm-core' and 'pm-misc'Rafael J. Wysocki1-1/+8
2017-07-31thunderbolt: icm: Ignore mailbox errors in icm_suspend()Rafael J. Wysocki1-1/+8
2017-07-25Merge tag 'uuid-for-4.13-2' of git://git.infradead.org/users/hch/uuidLinus Torvalds3-12/+12
2017-07-24thunderbolt: use uuid_t instead of uuid_beChristoph Hellwig3-12/+12
2017-07-17thunderbolt: Correct access permissions for active NVM contentsMika Westerberg1-1/+2
2017-06-09thunderbolt: fix spelling mistake: "missmatch" -> "mismatch"Colin Ian King1-1/+1
2017-06-09thunderbolt: Add support for host and device NVM firmware upgradeMika Westerberg7-23/+680
2017-06-09thunderbolt: Add support for Internal Connection Manager (ICM)Mika Westerberg11-12/+1757
2017-06-09thunderbolt: Do not touch the hardware if the NHI is gone on resumeMika Westerberg2-0/+15
2017-06-09thunderbolt: Add support for DMA configuration based mailboxMika Westerberg6-2/+644
2017-06-09thunderbolt: Store Thunderbolt generation in the switch structureMika Westerberg2-17/+40
2017-06-09thunderbolt: Add support for NHI mailboxMika Westerberg3-0/+85
2017-06-09thunderbolt: Add new Thunderbolt PCI IDsMika Westerberg3-5/+42
2017-06-09thunderbolt: Rework control channel to be more reliableMika Westerberg3-71/+473
2017-06-09thunderbolt: Let the connection manager handle all notificationsMika Westerberg5-38/+103
2017-06-09thunderbolt: Expose make_header() to other filesMika Westerberg2-15/+15
2017-06-09thunderbolt: Expose get_route() to other filesMika Westerberg2-12/+11
2017-06-09thunderbolt: Move control channel messages to tb_msgs.hMika Westerberg3-91/+109
2017-06-09thunderbolt: Read vendor and device name from DROMMika Westerberg3-0/+58
2017-06-09thunderbolt: Refactor and fix parsing of port drom entriesLukas Wunner1-16/+16
2017-06-09thunderbolt: Do not fail if DROM data CRC32 is invalidMika Westerberg1-2/+1
2017-06-09thunderbolt: Fail switch adding operation if reading DROM failsMika Westerberg1-2/+5
2017-06-09thunderbolt: Convert switch to a deviceMika Westerberg4-67/+281
2017-06-09thunderbolt: Introduce thunderbolt bus and connection managerMika Westerberg6-121/+377
2017-06-09thunderbolt: Allow passing NULL to tb_ctl_free()Mika Westerberg1-0/+4
2017-06-09thunderbolt: Rework capability handlingMika Westerberg6-102/+142
2017-06-09thunderbolt: Add MSI-X supportMika Westerberg4-36/+198
2017-06-09thunderbolt: Do not warn about newer DROM versionsMika Westerberg1-1/+1
2017-06-09thunderbolt: Do not try to read UID if DROM offset is read as 0Mika Westerberg1-0/+3
2017-06-09thunderbolt: No need to read UID of the root switch on resumeMika Westerberg1-11/+18
2017-06-09thunderbolt: Use const buffer pointer in write operationsMika Westerberg3-7/+7
2016-12-13Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2016-11-18thunderbolt: Compile on x86 onlyLukas Wunner1-0/+1
2016-11-18thunderbolt, efi: Fix Kconfig dependencies harderLukas Wunner1-1/+1
2016-11-15thunderbolt, efi: Fix Kconfig dependenciesLukas Wunner1-1/+1
2016-11-13thunderbolt: Use Device ROM retrieved from EFILukas Wunner3-1/+45
2016-11-09thunderbolt: Macro renameAmir Levy1-3/+3
2016-08-31thunderbolt: Don't declare Falcon Ridge unsupportedLukas Wunner1-1/+3
2016-08-31thunderbolt: Add support for INTEL_FALCON_RIDGE_2C controller.Xavier Gnata1-0/+6
2016-05-02thunderbolt: Fix double free of drom bufferAndreas Noever1-0/+1
2016-04-08thunderbolt: Support 1st gen Light Ridge controllerLukas Wunner3-3/+16
2016-04-08thunderbolt: Fix typos and magic numberLukas Wunner6-10/+10
2016-04-08PCI: Add Intel Thunderbolt device IDsLukas Wunner2-7/+10
2015-09-20thunderbolt: Allow loading of module on recent Apple MacBooks with thunderbol...Knuth Posern1-1/+1
2014-08-26thunderbolt: Clear hops before overwritingAndreas Noever1-1/+20
2014-07-13thunderbolt: Use kcallocHimangi Saraogi1-6/+4
2014-07-07thunderbolt: Correct the size argument to devm_kzallocHimangi Saraogi1-2/+2
2014-06-21thunderbolt: select CRC32 in KconfigAndreas Noever1-0/+1
2014-06-20thunderbolt: Make tb_eeprom_get_drom_offset staticAndreas Noever1-1/+1
2014-06-20thunderbolt: Make enum tb_drom_entry_type unsignedAndreas Noever1-1/+2
2014-06-20thunderbolt: Fix header declaration of tb_find_capAndreas Noever1-1/+1
2014-06-20thunderbolt: Add casts to prevent endianness warningsAndreas Noever1-2/+2
2014-06-20thunderbolt: fix format string for size_tArnd Bergmann1-1/+1
2014-06-20thunderbolt: add PCI dependencyArnd Bergmann1-1/+1
2014-06-20thunderbolt: Staticize nhi_idsSachin Kamat1-1/+1
2014-06-20thunderbolt: Use NULL instead of 0 in nhi.cSachin Kamat1-1/+1
2014-06-20thunderbolt: Use NULL instead of 0 in ctl.cSachin Kamat1-2/+2
2014-06-20thunderbolt: Use NULL instead of 0 in switch.cSachin Kamat1-3/+3
2014-06-20thunderbolt: Fix build error in switch.cSachin Kamat1-0/+1
2014-06-20thunderbolt: Fix build error in eeprom.cSachin Kamat1-0/+1
2014-06-19thunderbolt: Fix nontrivial endpoint devices.Andreas Noever3-18/+31
2014-06-19thunderbolt: Read port configuration from eeprom.Andreas Noever3-7/+270
2014-06-19thunderbolt: Add suspend/hibernate supportAndreas Noever4-0/+183
2014-06-19thunderbolt: Read switch uid from EEPROMAndreas Noever4-1/+198
2014-06-19thunderbolt: Add support for simple pci tunnelsAndreas Noever5-1/+399
2014-06-19thunderbolt: Add path setup code.Andreas Noever4-1/+312
2014-06-19thunderbolt: Handle hotplug eventsAndreas Noever3-2/+89
2014-06-19thunderbolt: Scan for downstream switchesAndreas Noever3-0/+157
2014-06-19thunderbolt: Enable plug eventsAndreas Noever2-0/+53
2014-06-19thunderbolt: Add thunderbolt capability handlingAndreas Noever3-1/+119
2014-06-19thunderbolt: Initialize root switch and portsAndreas Noever4-1/+333
2014-06-19thunderbolt: Add tb_regs.hAndreas Noever2-0/+218
2014-06-19thunderbolt: Setup control channelAndreas Noever4-3/+186
2014-06-19thunderbolt: Add control channel interfaceAndreas Noever3-1/+807
2014-06-19thunderbolt: Add initial cactus ridge NHI supportAndreas Noever5-0/+860