summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/eeprom.c
AgeCommit message (Expand)Author
2021-06-15thunderbolt: Fix DROM handling for USB4 DROMGil Fine
2021-03-18thunderbolt: Add support for USB4 DROMMika Westerberg
2021-03-18thunderbolt: Check quirks in tb_switch_add()Mika Westerberg
2021-02-04thunderbolt: eeprom: Fix kernel-doc descriptions of non-static functionsMika Westerberg
2021-01-28thunderbolt: eeprom: Demote non-conformant kernel-doc headers to standard com...Lee Jones
2020-09-09thunderbolt: Retry DROM read once if parsing failsMika Westerberg
2020-07-01thunderbolt: Add support for authenticate on disconnectMario Limonciello
2020-02-14thunderbolt: eeprom: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-12-18thunderbolt: Add initial support for USB4Mika Westerberg
2019-12-18thunderbolt: Call tb_eeprom_get_drom_offset() from tb_eeprom_read_n()Mika Westerberg
2019-11-02thunderbolt: Add default linking between lane adapters if not provided by DROMMika Westerberg
2019-08-26thunderbolt: Do not fail adding switch if some port is not implementedMika Westerberg
2019-08-06thunderbolt: Switch to use device_property_count_uXX()Andy Shevchenko
2018-10-02thunderbolt: Add Intel as copyright holderMika Westerberg
2018-10-02thunderbolt: Make the driver less verboseMika Westerberg
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-10thunderbolt: Do not enumerate more ports from DROM than the controller hasMika Westerberg
2017-06-09thunderbolt: fix spelling mistake: "missmatch" -> "mismatch"Colin Ian King
2017-06-09thunderbolt: Add support for DMA configuration based mailboxMika Westerberg
2017-06-09thunderbolt: Read vendor and device name from DROMMika Westerberg
2017-06-09thunderbolt: Refactor and fix parsing of port drom entriesLukas Wunner
2017-06-09thunderbolt: Do not fail if DROM data CRC32 is invalidMika Westerberg
2017-06-09thunderbolt: Convert switch to a deviceMika Westerberg
2017-06-09thunderbolt: Do not warn about newer DROM versionsMika Westerberg
2017-06-09thunderbolt: Do not try to read UID if DROM offset is read as 0Mika Westerberg
2016-11-13thunderbolt: Use Device ROM retrieved from EFILukas Wunner
2016-05-02thunderbolt: Fix double free of drom bufferAndreas Noever
2016-04-08thunderbolt: Support 1st gen Light Ridge controllerLukas Wunner
2016-04-08thunderbolt: Fix typos and magic numberLukas Wunner
2014-06-20thunderbolt: Make tb_eeprom_get_drom_offset staticAndreas Noever
2014-06-20thunderbolt: Make enum tb_drom_entry_type unsignedAndreas Noever
2014-06-20thunderbolt: fix format string for size_tArnd Bergmann
2014-06-20thunderbolt: Fix build error in eeprom.cSachin Kamat
2014-06-19thunderbolt: Read port configuration from eeprom.Andreas Noever
2014-06-19thunderbolt: Read switch uid from EEPROMAndreas Noever