index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
thunderbolt
/
eeprom.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
thunderbolt: Ignore data CRC mismatch for USB4 routers
Mika Westerberg
2023-06-16
1
-2
/
+1
*
thunderbolt: Refactor DROM reading
Mario Limonciello
2023-03-14
1
-94
/
+105
*
thunderbolt: use `tb_eeprom_get_drom_offset` to discover DROM offset
Mario Limonciello
2023-03-14
1
-3
/
+2
*
thunderbolt: Rename EEPROM handling bits to match USB4 spec
Mario Limonciello
2022-03-04
1
-12
/
+12
*
thunderbolt: Retry DROM reads for more failure scenarios
Mario Limonciello
2022-03-04
1
-7
/
+10
*
thunderbolt: Fix DROM handling for USB4 DROM
Gil Fine
2021-06-15
1
-8
/
+11
*
thunderbolt: Add support for USB4 DROM
Mika Westerberg
2021-03-18
1
-24
/
+80
*
thunderbolt: Check quirks in tb_switch_add()
Mika Westerberg
2021-03-18
1
-1
/
+0
*
thunderbolt: eeprom: Fix kernel-doc descriptions of non-static functions
Mika Westerberg
2021-02-04
1
-2
/
+11
*
thunderbolt: eeprom: Demote non-conformant kernel-doc headers to standard com...
Lee Jones
2021-01-28
1
-10
/
+10
*
thunderbolt: Retry DROM read once if parsing fails
Mika Westerberg
2020-09-09
1
-4
/
+16
*
thunderbolt: Add support for authenticate on disconnect
Mario Limonciello
2020-07-01
1
-0
/
+1
*
thunderbolt: eeprom: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-14
1
-1
/
+1
*
thunderbolt: Add initial support for USB4
Mika Westerberg
2019-12-18
1
-5
/
+48
*
thunderbolt: Call tb_eeprom_get_drom_offset() from tb_eeprom_read_n()
Mika Westerberg
2019-12-18
1
-45
/
+43
*
thunderbolt: Add default linking between lane adapters if not provided by DROM
Mika Westerberg
2019-11-02
1
-11
/
+0
*
thunderbolt: Do not fail adding switch if some port is not implemented
Mika Westerberg
2019-08-26
1
-4
/
+0
*
thunderbolt: Switch to use device_property_count_uXX()
Andy Shevchenko
2019-08-06
1
-1
/
+1
*
thunderbolt: Add Intel as copyright holder
Mika Westerberg
2018-10-02
1
-1
/
+2
*
thunderbolt: Make the driver less verbose
Mika Westerberg
2018-10-02
1
-1
/
+1
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
thunderbolt: Do not enumerate more ports from DROM than the controller has
Mika Westerberg
2017-08-10
1
-0
/
+9
*
thunderbolt: fix spelling mistake: "missmatch" -> "mismatch"
Colin Ian King
2017-06-09
1
-1
/
+1
*
thunderbolt: Add support for DMA configuration based mailbox
Mika Westerberg
2017-06-09
1
-1
/
+50
*
thunderbolt: Read vendor and device name from DROM
Mika Westerberg
2017-06-09
1
-0
/
+32
*
thunderbolt: Refactor and fix parsing of port drom entries
Lukas Wunner
2017-06-09
1
-16
/
+16
*
thunderbolt: Do not fail if DROM data CRC32 is invalid
Mika Westerberg
2017-06-09
1
-2
/
+1
*
thunderbolt: Convert switch to a device
Mika Westerberg
2017-06-09
1
-0
/
+2
*
thunderbolt: Do not warn about newer DROM versions
Mika Westerberg
2017-06-09
1
-1
/
+1
*
thunderbolt: Do not try to read UID if DROM offset is read as 0
Mika Westerberg
2017-06-09
1
-0
/
+3
*
thunderbolt: Use Device ROM retrieved from EFI
Lukas Wunner
2016-11-13
1
-0
/
+43
*
thunderbolt: Fix double free of drom buffer
Andreas Noever
2016-05-02
1
-0
/
+1
*
thunderbolt: Support 1st gen Light Ridge controller
Lukas Wunner
2016-04-08
1
-0
/
+5
*
thunderbolt: Fix typos and magic number
Lukas Wunner
2016-04-08
1
-1
/
+1
*
thunderbolt: Make tb_eeprom_get_drom_offset static
Andreas Noever
2014-06-20
1
-1
/
+1
*
thunderbolt: Make enum tb_drom_entry_type unsigned
Andreas Noever
2014-06-20
1
-1
/
+2
*
thunderbolt: fix format string for size_t
Arnd Bergmann
2014-06-20
1
-1
/
+1
*
thunderbolt: Fix build error in eeprom.c
Sachin Kamat
2014-06-20
1
-0
/
+1
*
thunderbolt: Read port configuration from eeprom.
Andreas Noever
2014-06-19
1
-4
/
+262
*
thunderbolt: Read switch uid from EEPROM
Andreas Noever
2014-06-19
1
-0
/
+189