aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/thunderbolt/eeprom.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-16thunderbolt: Ignore data CRC mismatch for USB4 routersMika Westerberg1-2/+1
2023-03-14thunderbolt: Refactor DROM readingMario Limonciello1-94/+105
2023-03-14thunderbolt: use `tb_eeprom_get_drom_offset` to discover DROM offsetMario Limonciello1-3/+2
2022-03-04thunderbolt: Rename EEPROM handling bits to match USB4 specMario Limonciello1-12/+12
2022-03-04thunderbolt: Retry DROM reads for more failure scenariosMario Limonciello1-7/+10
2021-06-15thunderbolt: Fix DROM handling for USB4 DROMGil Fine1-8/+11
2021-03-18thunderbolt: Add support for USB4 DROMMika Westerberg1-24/+80
2021-03-18thunderbolt: Check quirks in tb_switch_add()Mika Westerberg1-1/+0
2021-02-04thunderbolt: eeprom: Fix kernel-doc descriptions of non-static functionsMika Westerberg1-2/+11
2021-01-28thunderbolt: eeprom: Demote non-conformant kernel-doc headers to standard comment blocksLee Jones1-10/+10
2020-09-09thunderbolt: Retry DROM read once if parsing failsMika Westerberg1-4/+16
2020-07-01thunderbolt: Add support for authenticate on disconnectMario Limonciello1-0/+1
2020-02-14thunderbolt: eeprom: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-12-18thunderbolt: Add initial support for USB4Mika Westerberg1-5/+48
2019-12-18thunderbolt: Call tb_eeprom_get_drom_offset() from tb_eeprom_read_n()Mika Westerberg1-45/+43
2019-11-02thunderbolt: Add default linking between lane adapters if not provided by DROMMika Westerberg1-11/+0
2019-08-26thunderbolt: Do not fail adding switch if some port is not implementedMika Westerberg1-4/+0
2019-08-06thunderbolt: Switch to use device_property_count_uXX()Andy Shevchenko1-1/+1
2018-10-02thunderbolt: Add Intel as copyright holderMika Westerberg1-1/+2
2018-10-02thunderbolt: Make the driver less verboseMika Westerberg1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-10thunderbolt: Do not enumerate more ports from DROM than the controller hasMika Westerberg1-0/+9
2017-06-09thunderbolt: fix spelling mistake: "missmatch" -> "mismatch"Colin Ian King1-1/+1
2017-06-09thunderbolt: Add support for DMA configuration based mailboxMika Westerberg1-1/+50
2017-06-09thunderbolt: Read vendor and device name from DROMMika Westerberg1-0/+32
2017-06-09thunderbolt: Refactor and fix parsing of port drom entriesLukas Wunner1-16/+16
2017-06-09thunderbolt: Do not fail if DROM data CRC32 is invalidMika Westerberg1-2/+1
2017-06-09thunderbolt: Convert switch to a deviceMika Westerberg1-0/+2
2017-06-09thunderbolt: Do not warn about newer DROM versionsMika Westerberg1-1/+1
2017-06-09thunderbolt: Do not try to read UID if DROM offset is read as 0Mika Westerberg1-0/+3
2016-11-13thunderbolt: Use Device ROM retrieved from EFILukas Wunner1-0/+43
2016-05-02thunderbolt: Fix double free of drom bufferAndreas Noever1-0/+1
2016-04-08thunderbolt: Support 1st gen Light Ridge controllerLukas Wunner1-0/+5
2016-04-08thunderbolt: Fix typos and magic numberLukas Wunner1-1/+1
2014-06-20thunderbolt: Make tb_eeprom_get_drom_offset staticAndreas Noever1-1/+1
2014-06-20thunderbolt: Make enum tb_drom_entry_type unsignedAndreas Noever1-1/+2
2014-06-20thunderbolt: fix format string for size_tArnd Bergmann1-1/+1
2014-06-20thunderbolt: Fix build error in eeprom.cSachin Kamat1-0/+1
2014-06-19thunderbolt: Read port configuration from eeprom.Andreas Noever1-4/+262
2014-06-19thunderbolt: Read switch uid from EEPROMAndreas Noever1-0/+189