Age | Commit message (Expand) | Author | Files | Lines |
2018-07-25 | thunderbolt: Add support for runtime PM | Mika Westerberg | 1 | -4/+61 |
2018-03-09 | thunderbolt: Add support for Intel Titan Ridge | Radion Mirchevsky | 1 | -0/+3 |
2018-03-09 | thunderbolt: Add 'boot' attribute for devices | Yehezkel Bernat | 1 | -0/+14 |
2018-03-09 | thunderbolt: Add tb_switch_find_by_route() | Radion Mirchevsky | 1 | -0/+33 |
2018-03-09 | thunderbolt: Correct function name in kernel-doc comment | Radion Mirchevsky | 1 | -1/+1 |
2018-03-09 | thunderbolt: Serialize PCIe tunnel creation with PCI rescan | Mika Westerberg | 1 | -0/+9 |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-02 | thunderbolt: Add support for XDomain discovery protocol | Mika Westerberg | 1 | -2/+5 |
2017-08-28 | thunderbolt: Allow clearing the key | Bernat, Yehezkel | 1 | -4/+11 |
2017-08-28 | thunderbolt: Make key root-only accessible | Bernat, Yehezkel | 1 | -1/+1 |
2017-08-28 | thunderbolt: Remove superfluous check | Bernat, Yehezkel | 1 | -3/+0 |
2017-07-26 | Merge tag 'uuid-for-4.13-2' of git://git.infradead.org/users/hch/uuid | Linus Torvalds | 1 | -4/+4 |
2017-07-24 | thunderbolt: use uuid_t instead of uuid_be | Christoph Hellwig | 1 | -4/+4 |
2017-07-17 | thunderbolt: Correct access permissions for active NVM contents | Mika Westerberg | 1 | -1/+2 |
2017-06-09 | thunderbolt: Add support for host and device NVM firmware upgrade | Mika Westerberg | 1 | -21/+582 |
2017-06-09 | thunderbolt: Add support for Internal Connection Manager (ICM) | Mika Westerberg | 1 | -0/+222 |
2017-06-09 | thunderbolt: Add support for DMA configuration based mailbox | Mika Westerberg | 1 | -0/+30 |
2017-06-09 | thunderbolt: Store Thunderbolt generation in the switch structure | Mika Westerberg | 1 | -17/+38 |
2017-06-09 | thunderbolt: Add new Thunderbolt PCI IDs | Mika Westerberg | 1 | -5/+14 |
2017-06-09 | thunderbolt: Read vendor and device name from DROM | Mika Westerberg | 1 | -0/+22 |
2017-06-09 | thunderbolt: Fail switch adding operation if reading DROM fails | Mika Westerberg | 1 | -2/+5 |
2017-06-09 | thunderbolt: Convert switch to a device | Mika Westerberg | 1 | -54/+207 |
2017-06-09 | thunderbolt: Rework capability handling | Mika Westerberg | 1 | -3/+3 |
2017-06-09 | thunderbolt: No need to read UID of the root switch on resume | Mika Westerberg | 1 | -11/+18 |
2016-11-13 | thunderbolt: Use Device ROM retrieved from EFI | Lukas Wunner | 1 | -1/+1 |
2016-08-31 | thunderbolt: Don't declare Falcon Ridge unsupported | Lukas Wunner | 1 | -1/+3 |
2016-04-08 | thunderbolt: Support 1st gen Light Ridge controller | Lukas Wunner | 1 | -1/+2 |
2016-04-08 | thunderbolt: Fix typos and magic number | Lukas Wunner | 1 | -5/+5 |
2016-04-08 | PCI: Add Intel Thunderbolt device IDs | Lukas Wunner | 1 | -4/+5 |
2014-06-20 | thunderbolt: Use NULL instead of 0 in switch.c | Sachin Kamat | 1 | -3/+3 |
2014-06-20 | thunderbolt: Fix build error in switch.c | Sachin Kamat | 1 | -0/+1 |
2014-06-20 | thunderbolt: Fix nontrivial endpoint devices. | Andreas Noever | 1 | -17/+25 |
2014-06-20 | thunderbolt: Read port configuration from eeprom. | Andreas Noever | 1 | -2/+2 |
2014-06-20 | thunderbolt: Add suspend/hibernate support | Andreas Noever | 1 | -0/+84 |
2014-06-20 | thunderbolt: Read switch uid from EEPROM | Andreas Noever | 1 | -0/+5 |
2014-06-20 | thunderbolt: Add path setup code. | Andreas Noever | 1 | -0/+34 |
2014-06-20 | thunderbolt: Handle hotplug events | Andreas Noever | 1 | -1/+41 |
2014-06-20 | thunderbolt: Scan for downstream switches | Andreas Noever | 1 | -0/+97 |
2014-06-20 | thunderbolt: Enable plug events | Andreas Noever | 1 | -0/+52 |
2014-06-20 | thunderbolt: Initialize root switch and ports | Andreas Noever | 1 | -0/+186 |