Age | Commit message (Expand) | Author | Files | Lines |
2017-06-09 | thunderbolt: fix spelling mistake: "missmatch" -> "mismatch" | Colin Ian King | 1 | -1/+1 |
2017-06-09 | thunderbolt: Add support for host and device NVM firmware upgrade | Mika Westerberg | 7 | -23/+680 |
2017-06-09 | thunderbolt: Add support for Internal Connection Manager (ICM) | Mika Westerberg | 11 | -12/+1757 |
2017-06-09 | thunderbolt: Do not touch the hardware if the NHI is gone on resume | Mika Westerberg | 2 | -0/+15 |
2017-06-09 | thunderbolt: Add support for DMA configuration based mailbox | Mika Westerberg | 6 | -2/+644 |
2017-06-09 | thunderbolt: Store Thunderbolt generation in the switch structure | Mika Westerberg | 2 | -17/+40 |
2017-06-09 | thunderbolt: Add support for NHI mailbox | Mika Westerberg | 3 | -0/+85 |
2017-06-09 | thunderbolt: Add new Thunderbolt PCI IDs | Mika Westerberg | 3 | -5/+42 |
2017-06-09 | thunderbolt: Rework control channel to be more reliable | Mika Westerberg | 3 | -71/+473 |
2017-06-09 | thunderbolt: Let the connection manager handle all notifications | Mika Westerberg | 5 | -38/+103 |
2017-06-09 | thunderbolt: Expose make_header() to other files | Mika Westerberg | 2 | -15/+15 |
2017-06-09 | thunderbolt: Expose get_route() to other files | Mika Westerberg | 2 | -12/+11 |
2017-06-09 | thunderbolt: Move control channel messages to tb_msgs.h | Mika Westerberg | 3 | -91/+109 |
2017-06-09 | thunderbolt: Read vendor and device name from DROM | Mika Westerberg | 3 | -0/+58 |
2017-06-09 | thunderbolt: Refactor and fix parsing of port drom entries | Lukas Wunner | 1 | -16/+16 |
2017-06-09 | thunderbolt: Do not fail if DROM data CRC32 is invalid | Mika Westerberg | 1 | -2/+1 |
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 | 4 | -67/+281 |
2017-06-09 | thunderbolt: Introduce thunderbolt bus and connection manager | Mika Westerberg | 6 | -121/+377 |
2017-06-09 | thunderbolt: Allow passing NULL to tb_ctl_free() | Mika Westerberg | 1 | -0/+4 |
2017-06-09 | thunderbolt: Rework capability handling | Mika Westerberg | 6 | -102/+142 |
2017-06-09 | thunderbolt: Add MSI-X support | Mika Westerberg | 4 | -36/+198 |
2017-06-09 | thunderbolt: Do not warn about newer DROM versions | Mika Westerberg | 1 | -1/+1 |
2017-06-09 | thunderbolt: Do not try to read UID if DROM offset is read as 0 | Mika Westerberg | 1 | -0/+3 |
2017-06-09 | thunderbolt: No need to read UID of the root switch on resume | Mika Westerberg | 1 | -11/+18 |
2017-06-09 | thunderbolt: Use const buffer pointer in write operations | Mika Westerberg | 3 | -7/+7 |
2016-12-13 | Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+3 |
2016-11-18 | thunderbolt: Compile on x86 only | Lukas Wunner | 1 | -0/+1 |
2016-11-18 | thunderbolt, efi: Fix Kconfig dependencies harder | Lukas Wunner | 1 | -1/+1 |
2016-11-15 | thunderbolt, efi: Fix Kconfig dependencies | Lukas Wunner | 1 | -1/+1 |
2016-11-13 | thunderbolt: Use Device ROM retrieved from EFI | Lukas Wunner | 3 | -1/+45 |
2016-11-09 | thunderbolt: Macro rename | Amir Levy | 1 | -3/+3 |
2016-08-31 | thunderbolt: Don't declare Falcon Ridge unsupported | Lukas Wunner | 1 | -1/+3 |
2016-08-31 | thunderbolt: Add support for INTEL_FALCON_RIDGE_2C controller. | Xavier Gnata | 1 | -0/+6 |
2016-05-02 | thunderbolt: Fix double free of drom buffer | Andreas Noever | 1 | -0/+1 |
2016-04-08 | thunderbolt: Support 1st gen Light Ridge controller | Lukas Wunner | 3 | -3/+16 |
2016-04-08 | thunderbolt: Fix typos and magic number | Lukas Wunner | 6 | -10/+10 |
2016-04-08 | PCI: Add Intel Thunderbolt device IDs | Lukas Wunner | 2 | -7/+10 |
2015-09-21 | thunderbolt: Allow loading of module on recent Apple MacBooks with thunderbol... | Knuth Posern | 1 | -1/+1 |
2014-08-27 | thunderbolt: Clear hops before overwriting | Andreas Noever | 1 | -1/+20 |
2014-07-14 | thunderbolt: Use kcalloc | Himangi Saraogi | 1 | -6/+4 |
2014-07-08 | thunderbolt: Correct the size argument to devm_kzalloc | Himangi Saraogi | 1 | -2/+2 |
2014-06-22 | thunderbolt: select CRC32 in Kconfig | Andreas Noever | 1 | -0/+1 |
2014-06-21 | thunderbolt: Make tb_eeprom_get_drom_offset static | Andreas Noever | 1 | -1/+1 |
2014-06-21 | thunderbolt: Make enum tb_drom_entry_type unsigned | Andreas Noever | 1 | -1/+2 |
2014-06-21 | thunderbolt: Fix header declaration of tb_find_cap | Andreas Noever | 1 | -1/+1 |
2014-06-21 | thunderbolt: Add casts to prevent endianness warnings | Andreas Noever | 1 | -2/+2 |
2014-06-20 | thunderbolt: fix format string for size_t | Arnd Bergmann | 1 | -1/+1 |
2014-06-20 | thunderbolt: add PCI dependency | Arnd Bergmann | 1 | -1/+1 |
2014-06-20 | thunderbolt: Staticize nhi_ids | Sachin Kamat | 1 | -1/+1 |