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