aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/eeprom.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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