summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)Author
2019-11-06thunderbolt: Use 32-bit writes when writing ring producer/consumerMika Westerberg
2019-05-31thunderbolt: Fix to check for kmemdup failureAditya Pakki
2018-04-24thunderbolt: Prevent crash when ICM firmware is not runningMika Westerberg
2018-04-24thunderbolt: Resume control channel after hibernation image is createdMika Westerberg
2018-04-24thunderbolt: Serialize PCIe tunnel creation with PCI rescanMika Westerberg
2018-04-24thunderbolt: Wait a bit longer for ICM to authenticate the active NVMMika Westerberg
2017-12-20thunderbolt: tb: fix use after free in tb_activate_pcie_devicesGustavo A. R. Silva
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-05Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2017-09-03Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Rafael J. Wysocki
2017-08-28thunderbolt: Fix reset response_typeDan Carpenter
2017-08-28thunderbolt: Allow clearing the keyBernat, Yehezkel
2017-08-28thunderbolt: Make key root-only accessibleBernat, Yehezkel
2017-08-28thunderbolt: Remove superfluous checkBernat, Yehezkel
2017-08-13Merge tag 'char-misc-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-08-10thunderbolt: Do not enumerate more ports from DROM than the controller hasMika Westerberg
2017-08-03treewide: Consolidate Apple DMI checksLukas Wunner
2017-08-03Merge branches 'pm-core' and 'pm-misc'Rafael J. Wysocki
2017-07-31thunderbolt: icm: Ignore mailbox errors in icm_suspend()Rafael J. Wysocki
2017-07-25Merge tag 'uuid-for-4.13-2' of git://git.infradead.org/users/hch/uuidLinus Torvalds
2017-07-24thunderbolt: 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