summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorLines
2017-12-16thunderbolt: Mask ring interrupt properly when polling startsMika Westerberg-1/+1
2017-11-16Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+1
2017-11-06thunderbolt: tb: fix use after free in tb_activate_pcie_devicesGustavo A. R. Silva-0/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+13
2017-10-27thunderbolt: Drop sequence number check from tb_xdomain_match()Mika Westerberg-9/+0
2017-10-19thunderbolt: Fix a couple right shifting to zero bugsDan Carpenter-2/+2
2017-10-09thunderbolt: Initialize Thunderbolt bus earlierMika Westerberg-1/+4
2017-10-02thunderbolt: Allocate ring HopID automatically if requestedMika Westerberg-18/+60
2017-10-02thunderbolt: Add polling mode for ringsMika Westerberg-10/+118
2017-10-02thunderbolt: Use spinlock in NHI serializationMika Westerberg-34/+41
2017-10-02thunderbolt: Use spinlock in ring serializationMika Westerberg-12/+14
2017-10-02thunderbolt: Move ring descriptor flags to thunderbolt.hMika Westerberg-7/+0
2017-10-02thunderbolt: Export ring handling functions to modulesMika Westerberg-176/+53
2017-10-02thunderbolt: Add support for frame modeMika Westerberg-30/+61
2017-10-02thunderbolt: Configure interrupt throttling for all interruptsMika Westerberg-3/+22
2017-10-02thunderbolt: Add support for XDomain discovery protocolMika Westerberg-18/+2159
2017-10-02thunderbolt: Move tb_switch_phy_port_from_link() to thunderbolt.hMika Westerberg-8/+1
2017-10-02thunderbolt: Move thunderbolt domain structure to thunderbolt.hMika Westerberg-42/+0
2017-10-02thunderbolt: Move enum tb_cfg_pkg_type to thunderbolt.hMika Westerberg-17/+1
2017-10-02thunderbolt: Add support for XDomain propertiesMika Westerberg-1/+671
2017-10-02thunderbolt: Remove __packed from ICM message structuresMika Westerberg-14/+14
2017-10-02byteorder: Move {cpu_to_be32, be32_to_cpu}_array() from Thunderbolt to coreMika Westerberg-14/+0
2017-09-05Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-11/+6
2017-09-03Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Rafael J. Wysocki-11/+6
2017-08-28thunderbolt: Fix reset response_typeDan Carpenter-1/+1
2017-08-28thunderbolt: Allow clearing the keyBernat, Yehezkel-4/+11
2017-08-28thunderbolt: Make key root-only accessibleBernat, Yehezkel-1/+1
2017-08-28thunderbolt: Remove superfluous checkBernat, Yehezkel-3/+0
2017-08-13Merge tag 'char-misc-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+9
2017-08-10thunderbolt: Do not enumerate more ports from DROM than the controller hasMika Westerberg-0/+9
2017-08-03treewide: Consolidate Apple DMI checksLukas Wunner-11/+6
2017-08-03Merge branches 'pm-core' and 'pm-misc'Rafael J. Wysocki-1/+8
2017-07-31thunderbolt: icm: Ignore mailbox errors in icm_suspend()Rafael J. Wysocki-1/+8
2017-07-25Merge tag 'uuid-for-4.13-2' of git://git.infradead.org/users/hch/uuidLinus Torvalds-12/+12
2017-07-24thunderbolt: use uuid_t instead of uuid_beChristoph Hellwig-12/+12
2017-07-17thunderbolt: Correct access permissions for active NVM contentsMika Westerberg-1/+2
2017-06-09thunderbolt: fix spelling mistake: "missmatch" -> "mismatch"Colin Ian King-1/+1
2017-06-09thunderbolt: Add support for host and device NVM firmware upgradeMika Westerberg-23/+680
2017-06-09thunderbolt: Add support for Internal Connection Manager (ICM)Mika Westerberg-12/+1757
2017-06-09thunderbolt: Do not touch the hardware if the NHI is gone on resumeMika Westerberg-0/+15
2017-06-09thunderbolt: Add support for DMA configuration based mailboxMika Westerberg-2/+644
2017-06-09thunderbolt: Store Thunderbolt generation in the switch structureMika Westerberg-17/+40
2017-06-09thunderbolt: Add support for NHI mailboxMika Westerberg-0/+85
2017-06-09thunderbolt: Add new Thunderbolt PCI IDsMika Westerberg-5/+42
2017-06-09thunderbolt: Rework control channel to be more reliableMika Westerberg-71/+473
2017-06-09thunderbolt: Let the connection manager handle all notificationsMika Westerberg-38/+103
2017-06-09thunderbolt: Expose make_header() to other filesMika Westerberg-15/+15
2017-06-09thunderbolt: Expose get_route() to other filesMika Westerberg-12/+11
2017-06-09thunderbolt: Move control channel messages to tb_msgs.hMika Westerberg-91/+109