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