aboutsummaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorFilesLines
2017-11-16Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2017-11-06thunderbolt: tb: fix use after free in tb_activate_pcie_devicesGravatar Gustavo A. R. Silva 1-0/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 13-0/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 13-0/+13
2017-10-27thunderbolt: Drop sequence number check from tb_xdomain_match()Gravatar Mika Westerberg 1-9/+0
2017-10-19thunderbolt: Fix a couple right shifting to zero bugsGravatar Dan Carpenter 1-2/+2
2017-10-09thunderbolt: Initialize Thunderbolt bus earlierGravatar Mika Westerberg 2-1/+4
2017-10-02thunderbolt: Allocate ring HopID automatically if requestedGravatar Mika Westerberg 1-18/+60
2017-10-02thunderbolt: Add polling mode for ringsGravatar Mika Westerberg 2-10/+118
2017-10-02thunderbolt: Use spinlock in NHI serializationGravatar Mika Westerberg 1-34/+41
2017-10-02thunderbolt: Use spinlock in ring serializationGravatar Mika Westerberg 1-12/+14
2017-10-02thunderbolt: Move ring descriptor flags to thunderbolt.hGravatar Mika Westerberg 1-7/+0
2017-10-02thunderbolt: Export ring handling functions to modulesGravatar Mika Westerberg 3-176/+53
2017-10-02thunderbolt: Add support for frame modeGravatar Mika Westerberg 4-30/+61
2017-10-02thunderbolt: Configure interrupt throttling for all interruptsGravatar Mika Westerberg 2-3/+22
2017-10-02thunderbolt: Add support for XDomain discovery protocolGravatar Mika Westerberg 10-18/+2159
2017-10-02thunderbolt: Move tb_switch_phy_port_from_link() to thunderbolt.hGravatar Mika Westerberg 2-8/+1
2017-10-02thunderbolt: Move thunderbolt domain structure to thunderbolt.hGravatar Mika Westerberg 1-42/+0
2017-10-02thunderbolt: Move enum tb_cfg_pkg_type to thunderbolt.hGravatar Mika Westerberg 2-17/+1
2017-10-02thunderbolt: Add support for XDomain propertiesGravatar Mika Westerberg 2-1/+671
2017-10-02thunderbolt: Remove __packed from ICM message structuresGravatar Mika Westerberg 1-14/+14
2017-10-02byteorder: Move {cpu_to_be32, be32_to_cpu}_array() from Thunderbolt to coreGravatar Mika Westerberg 1-14/+0
2017-09-05Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 2-11/+6
2017-09-03Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Gravatar Rafael J. Wysocki 2-11/+6
2017-08-28thunderbolt: Fix reset response_typeGravatar Dan Carpenter 1-1/+1
2017-08-28thunderbolt: Allow clearing the keyGravatar Bernat, Yehezkel 1-4/+11
2017-08-28thunderbolt: Make key root-only accessibleGravatar Bernat, Yehezkel 1-1/+1
2017-08-28thunderbolt: Remove superfluous checkGravatar Bernat, Yehezkel 1-3/+0
2017-08-13Merge tag 'char-misc-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+9
2017-08-10thunderbolt: Do not enumerate more ports from DROM than the controller hasGravatar Mika Westerberg 1-0/+9
2017-08-03treewide: Consolidate Apple DMI checksGravatar Lukas Wunner 2-11/+6
2017-08-03Merge branches 'pm-core' and 'pm-misc'Gravatar Rafael J. Wysocki 1-1/+8
2017-07-31thunderbolt: icm: Ignore mailbox errors in icm_suspend()Gravatar Rafael J. Wysocki 1-1/+8
2017-07-25Merge tag 'uuid-for-4.13-2' of git://git.infradead.org/users/hch/uuidGravatar Linus Torvalds 3-12/+12
2017-07-24thunderbolt: use uuid_t instead of uuid_beGravatar Christoph Hellwig 3-12/+12
2017-07-17thunderbolt: Correct access permissions for active NVM contentsGravatar Mika Westerberg 1-1/+2
2017-06-09thunderbolt: fix spelling mistake: "missmatch" -> "mismatch"Gravatar Colin Ian King 1-1/+1
2017-06-09thunderbolt: Add support for host and device NVM firmware upgradeGravatar Mika Westerberg 7-23/+680
2017-06-09thunderbolt: Add support for Internal Connection Manager (ICM)Gravatar Mika Westerberg 11-12/+1757
2017-06-09thunderbolt: Do not touch the hardware if the NHI is gone on resumeGravatar Mika Westerberg 2-0/+15
2017-06-09thunderbolt: Add support for DMA configuration based mailboxGravatar Mika Westerberg 6-2/+644
2017-06-09thunderbolt: Store Thunderbolt generation in the switch structureGravatar Mika Westerberg 2-17/+40
2017-06-09thunderbolt: Add support for NHI mailboxGravatar Mika Westerberg 3-0/+85
2017-06-09thunderbolt: Add new Thunderbolt PCI IDsGravatar Mika Westerberg 3-5/+42
2017-06-09thunderbolt: Rework control channel to be more reliableGravatar Mika Westerberg 3-71/+473
2017-06-09thunderbolt: Let the connection manager handle all notificationsGravatar Mika Westerberg 5-38/+103
2017-06-09thunderbolt: Expose make_header() to other filesGravatar Mika Westerberg 2-15/+15
2017-06-09thunderbolt: Expose get_route() to other filesGravatar Mika Westerberg 2-12/+11
2017-06-09thunderbolt: Move control channel messages to tb_msgs.hGravatar Mika Westerberg 3-91/+109
2017-06-09thunderbolt: Read vendor and device name from DROMGravatar Mika Westerberg 3-0/+58