summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/eeprom.c
Commit message (Expand)AuthorAgeFilesLines
* thunderbolt: Add Intel as copyright holderMika Westerberg2018-10-021-1/+2
* thunderbolt: Make the driver less verboseMika Westerberg2018-10-021-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* thunderbolt: Do not enumerate more ports from DROM than the controller hasMika Westerberg2017-08-101-0/+9
* thunderbolt: fix spelling mistake: "missmatch" -> "mismatch"Colin Ian King2017-06-091-1/+1
* thunderbolt: Add support for DMA configuration based mailboxMika Westerberg2017-06-091-1/+50
* thunderbolt: Read vendor and device name from DROMMika Westerberg2017-06-091-0/+32
* thunderbolt: Refactor and fix parsing of port drom entriesLukas Wunner2017-06-091-16/+16
* thunderbolt: Do not fail if DROM data CRC32 is invalidMika Westerberg2017-06-091-2/+1
* thunderbolt: Convert switch to a deviceMika Westerberg2017-06-091-0/+2
* thunderbolt: Do not warn about newer DROM versionsMika Westerberg2017-06-091-1/+1
* thunderbolt: Do not try to read UID if DROM offset is read as 0Mika Westerberg2017-06-091-0/+3
* thunderbolt: Use Device ROM retrieved from EFILukas Wunner2016-11-131-0/+43
* thunderbolt: Fix double free of drom bufferAndreas Noever2016-05-021-0/+1
* thunderbolt: Support 1st gen Light Ridge controllerLukas Wunner2016-04-081-0/+5
* thunderbolt: Fix typos and magic numberLukas Wunner2016-04-081-1/+1
* thunderbolt: Make tb_eeprom_get_drom_offset staticAndreas Noever2014-06-201-1/+1
* thunderbolt: Make enum tb_drom_entry_type unsignedAndreas Noever2014-06-201-1/+2
* thunderbolt: fix format string for size_tArnd Bergmann2014-06-201-1/+1
* thunderbolt: Fix build error in eeprom.cSachin Kamat2014-06-201-0/+1
* thunderbolt: Read port configuration from eeprom.Andreas Noever2014-06-191-4/+262
* thunderbolt: Read switch uid from EEPROMAndreas Noever2014-06-191-0/+189