aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-13Merge tag 'char-misc-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+9
2017-08-10thunderbolt: Do not enumerate more ports from DROM than the controller hasMika Westerberg1-0/+9
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/git/gregkh/char-miscLinus 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 thunderbolt 2 controllerKnuth 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