aboutsummaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)Author
2017-07-24Merge remote-tracking branch 'uuid/for-next'Stephen Rothwell
2017-07-21thunderbold: use uuid_t instead of uuid_beChristoph Hellwig
2017-07-17thunderbolt: Correct access permissions for active NVM contentsMika Westerberg
2017-06-09thunderbolt: fix spelling mistake: "missmatch" -> "mismatch"Colin Ian King
2017-06-09thunderbolt: Add support for host and device NVM firmware upgradeMika Westerberg
2017-06-09thunderbolt: Add support for Internal Connection Manager (ICM)Mika Westerberg
2017-06-09thunderbolt: Do not touch the hardware if the NHI is gone on resumeMika Westerberg
2017-06-09thunderbolt: Add support for DMA configuration based mailboxMika Westerberg
2017-06-09thunderbolt: Store Thunderbolt generation in the switch structureMika Westerberg
2017-06-09thunderbolt: Add support for NHI mailboxMika Westerberg
2017-06-09thunderbolt: Add new Thunderbolt PCI IDsMika Westerberg
2017-06-09thunderbolt: Rework control channel to be more reliableMika Westerberg
2017-06-09thunderbolt: Let the connection manager handle all notificationsMika Westerberg
2017-06-09thunderbolt: Expose make_header() to other filesMika Westerberg
2017-06-09thunderbolt: Expose get_route() to other filesMika Westerberg
2017-06-09thunderbolt: Move control channel messages to tb_msgs.hMika Westerberg
2017-06-09thunderbolt: Read vendor and device name from DROMMika Westerberg
2017-06-09thunderbolt: Refactor and fix parsing of port drom entriesLukas Wunner
2017-06-09thunderbolt: Do not fail if DROM data CRC32 is invalidMika Westerberg
2017-06-09thunderbolt: Fail switch adding operation if reading DROM failsMika Westerberg
2017-06-09thunderbolt: Convert switch to a deviceMika Westerberg
2017-06-09thunderbolt: Introduce thunderbolt bus and connection managerMika Westerberg
2017-06-09thunderbolt: Allow passing NULL to tb_ctl_free()Mika Westerberg
2017-06-09thunderbolt: Rework capability handlingMika Westerberg
2017-06-09thunderbolt: Add MSI-X supportMika Westerberg
2017-06-09thunderbolt: Do not warn about newer DROM versionsMika Westerberg
2017-06-09thunderbolt: Do not try to read UID if DROM offset is read as 0Mika Westerberg
2017-06-09thunderbolt: No need to read UID of the root switch on resumeMika Westerberg
2017-06-09thunderbolt: Use const buffer pointer in write operationsMika Westerberg
2016-12-13Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-11-18thunderbolt: Compile on x86 onlyLukas Wunner
2016-11-18thunderbolt, efi: Fix Kconfig dependencies harderLukas Wunner
2016-11-15thunderbolt, efi: Fix Kconfig dependenciesLukas Wunner
2016-11-13thunderbolt: Use Device ROM retrieved from EFILukas Wunner
2016-11-09thunderbolt: Macro renameAmir Levy
2016-08-31thunderbolt: Don't declare Falcon Ridge unsupportedLukas Wunner
2016-08-31thunderbolt: Add support for INTEL_FALCON_RIDGE_2C controller.Xavier Gnata
2016-05-02thunderbolt: Fix double free of drom bufferAndreas Noever
2016-04-08thunderbolt: Support 1st gen Light Ridge controllerLukas Wunner
2016-04-08thunderbolt: Fix typos and magic numberLukas Wunner
2016-04-08PCI: Add Intel Thunderbolt device IDsLukas Wunner
2015-09-20thunderbolt: Allow loading of module on recent Apple MacBooks with thunderbol...Knuth Posern
2014-08-26thunderbolt: Clear hops before overwritingAndreas Noever
2014-07-13thunderbolt: Use kcallocHimangi Saraogi
2014-07-07thunderbolt: Correct the size argument to devm_kzallocHimangi Saraogi
2014-06-21thunderbolt: select CRC32 in KconfigAndreas Noever
2014-06-20thunderbolt: Make tb_eeprom_get_drom_offset staticAndreas Noever
2014-06-20thunderbolt: Make enum tb_drom_entry_type unsignedAndreas Noever
2014-06-20thunderbolt: Fix header declaration of tb_find_capAndreas Noever
2014-06-20thunderbolt: Add casts to prevent endianness warningsAndreas Noever