| Commit message (Expand) | Author | Age | Files | Lines |
* | thunderbolt: Rename EEPROM handling bits to match USB4 spec | Mario Limonciello | 2022-03-04 | 1 | -12/+12 |
* | thunderbolt: Retry DROM reads for more failure scenarios | Mario Limonciello | 2022-03-04 | 1 | -7/+10 |
* | thunderbolt: Fix DROM handling for USB4 DROM | Gil Fine | 2021-06-15 | 1 | -8/+11 |
* | thunderbolt: Add support for USB4 DROM | Mika Westerberg | 2021-03-18 | 1 | -24/+80 |
* | thunderbolt: Check quirks in tb_switch_add() | Mika Westerberg | 2021-03-18 | 1 | -1/+0 |
* | thunderbolt: eeprom: Fix kernel-doc descriptions of non-static functions | Mika Westerberg | 2021-02-04 | 1 | -2/+11 |
* | thunderbolt: eeprom: Demote non-conformant kernel-doc headers to standard com... | Lee Jones | 2021-01-28 | 1 | -10/+10 |
* | thunderbolt: Retry DROM read once if parsing fails | Mika Westerberg | 2020-09-09 | 1 | -4/+16 |
* | thunderbolt: Add support for authenticate on disconnect | Mario Limonciello | 2020-07-01 | 1 | -0/+1 |
* | thunderbolt: eeprom: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-02-14 | 1 | -1/+1 |
* | thunderbolt: Add initial support for USB4 | Mika Westerberg | 2019-12-18 | 1 | -5/+48 |
* | thunderbolt: Call tb_eeprom_get_drom_offset() from tb_eeprom_read_n() | Mika Westerberg | 2019-12-18 | 1 | -45/+43 |
* | thunderbolt: Add default linking between lane adapters if not provided by DROM | Mika Westerberg | 2019-11-02 | 1 | -11/+0 |
* | thunderbolt: Do not fail adding switch if some port is not implemented | Mika Westerberg | 2019-08-26 | 1 | -4/+0 |
* | thunderbolt: Switch to use device_property_count_uXX() | Andy Shevchenko | 2019-08-06 | 1 | -1/+1 |
* | thunderbolt: Add Intel as copyright holder | Mika Westerberg | 2018-10-03 | 1 | -1/+2 |
* | thunderbolt: Make the driver less verbose | Mika Westerberg | 2018-10-03 | 1 | -1/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | thunderbolt: Do not enumerate more ports from DROM than the controller has | Mika Westerberg | 2017-08-10 | 1 | -0/+9 |
* | thunderbolt: fix spelling mistake: "missmatch" -> "mismatch" | Colin Ian King | 2017-06-09 | 1 | -1/+1 |
* | thunderbolt: Add support for DMA configuration based mailbox | Mika Westerberg | 2017-06-09 | 1 | -1/+50 |
* | thunderbolt: Read vendor and device name from DROM | Mika Westerberg | 2017-06-09 | 1 | -0/+32 |
* | thunderbolt: Refactor and fix parsing of port drom entries | Lukas Wunner | 2017-06-09 | 1 | -16/+16 |
* | thunderbolt: Do not fail if DROM data CRC32 is invalid | Mika Westerberg | 2017-06-09 | 1 | -2/+1 |
* | thunderbolt: Convert switch to a device | Mika Westerberg | 2017-06-09 | 1 | -0/+2 |
* | thunderbolt: Do not warn about newer DROM versions | Mika Westerberg | 2017-06-09 | 1 | -1/+1 |
* | thunderbolt: Do not try to read UID if DROM offset is read as 0 | Mika Westerberg | 2017-06-09 | 1 | -0/+3 |
* | thunderbolt: Use Device ROM retrieved from EFI | Lukas Wunner | 2016-11-13 | 1 | -0/+43 |
* | thunderbolt: Fix double free of drom buffer | Andreas Noever | 2016-05-02 | 1 | -0/+1 |
* | thunderbolt: Support 1st gen Light Ridge controller | Lukas Wunner | 2016-04-08 | 1 | -0/+5 |
* | thunderbolt: Fix typos and magic number | Lukas Wunner | 2016-04-08 | 1 | -1/+1 |
* | thunderbolt: Make tb_eeprom_get_drom_offset static | Andreas Noever | 2014-06-20 | 1 | -1/+1 |
* | thunderbolt: Make enum tb_drom_entry_type unsigned | Andreas Noever | 2014-06-20 | 1 | -1/+2 |
* | thunderbolt: fix format string for size_t | Arnd Bergmann | 2014-06-20 | 1 | -1/+1 |
* | thunderbolt: Fix build error in eeprom.c | Sachin Kamat | 2014-06-20 | 1 | -0/+1 |
* | thunderbolt: Read port configuration from eeprom. | Andreas Noever | 2014-06-19 | 1 | -4/+262 |
* | thunderbolt: Read switch uid from EEPROM | Andreas Noever | 2014-06-19 | 1 | -0/+189 |