index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
thunderbolt
Commit message (
Expand
)
Author
Age
Files
Lines
*
thunderbolt: fix spelling mistake: "missmatch" -> "mismatch"
Colin Ian King
2017-06-09
1
-1
/
+1
*
thunderbolt: Add support for host and device NVM firmware upgrade
Mika Westerberg
2017-06-09
7
-23
/
+680
*
thunderbolt: Add support for Internal Connection Manager (ICM)
Mika Westerberg
2017-06-09
11
-12
/
+1757
*
thunderbolt: Do not touch the hardware if the NHI is gone on resume
Mika Westerberg
2017-06-09
2
-0
/
+15
*
thunderbolt: Add support for DMA configuration based mailbox
Mika Westerberg
2017-06-09
6
-2
/
+644
*
thunderbolt: Store Thunderbolt generation in the switch structure
Mika Westerberg
2017-06-09
2
-17
/
+40
*
thunderbolt: Add support for NHI mailbox
Mika Westerberg
2017-06-09
3
-0
/
+85
*
thunderbolt: Add new Thunderbolt PCI IDs
Mika Westerberg
2017-06-09
3
-5
/
+42
*
thunderbolt: Rework control channel to be more reliable
Mika Westerberg
2017-06-09
3
-71
/
+473
*
thunderbolt: Let the connection manager handle all notifications
Mika Westerberg
2017-06-09
5
-38
/
+103
*
thunderbolt: Expose make_header() to other files
Mika Westerberg
2017-06-09
2
-15
/
+15
*
thunderbolt: Expose get_route() to other files
Mika Westerberg
2017-06-09
2
-12
/
+11
*
thunderbolt: Move control channel messages to tb_msgs.h
Mika Westerberg
2017-06-09
3
-91
/
+109
*
thunderbolt: Read vendor and device name from DROM
Mika Westerberg
2017-06-09
3
-0
/
+58
*
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: Fail switch adding operation if reading DROM fails
Mika Westerberg
2017-06-09
1
-2
/
+5
*
thunderbolt: Convert switch to a device
Mika Westerberg
2017-06-09
4
-67
/
+281
*
thunderbolt: Introduce thunderbolt bus and connection manager
Mika Westerberg
2017-06-09
6
-121
/
+377
*
thunderbolt: Allow passing NULL to tb_ctl_free()
Mika Westerberg
2017-06-09
1
-0
/
+4
*
thunderbolt: Rework capability handling
Mika Westerberg
2017-06-09
6
-102
/
+142
*
thunderbolt: Add MSI-X support
Mika Westerberg
2017-06-09
4
-36
/
+198
*
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: No need to read UID of the root switch on resume
Mika Westerberg
2017-06-09
1
-11
/
+18
*
thunderbolt: Use const buffer pointer in write operations
Mika Westerberg
2017-06-09
3
-7
/
+7
*
Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2016-12-13
1
-3
/
+3
|
\
|
*
thunderbolt: Macro rename
Amir Levy
2016-11-09
1
-3
/
+3
*
|
thunderbolt: Compile on x86 only
Lukas Wunner
2016-11-18
1
-0
/
+1
*
|
thunderbolt, efi: Fix Kconfig dependencies harder
Lukas Wunner
2016-11-18
1
-1
/
+1
*
|
thunderbolt, efi: Fix Kconfig dependencies
Lukas Wunner
2016-11-15
1
-1
/
+1
*
|
thunderbolt: Use Device ROM retrieved from EFI
Lukas Wunner
2016-11-13
3
-1
/
+45
|
/
*
thunderbolt: Don't declare Falcon Ridge unsupported
Lukas Wunner
2016-08-31
1
-1
/
+3
*
thunderbolt: Add support for INTEL_FALCON_RIDGE_2C controller.
Xavier Gnata
2016-08-31
1
-0
/
+6
*
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
3
-3
/
+16
*
thunderbolt: Fix typos and magic number
Lukas Wunner
2016-04-08
6
-10
/
+10
*
PCI: Add Intel Thunderbolt device IDs
Lukas Wunner
2016-04-08
2
-7
/
+10
*
thunderbolt: Allow loading of module on recent Apple MacBooks with thunderbol...
Knuth Posern
2015-09-20
1
-1
/
+1
*
thunderbolt: Clear hops before overwriting
Andreas Noever
2014-08-26
1
-1
/
+20
*
thunderbolt: Use kcalloc
Himangi Saraogi
2014-07-13
1
-6
/
+4
*
thunderbolt: Correct the size argument to devm_kzalloc
Himangi Saraogi
2014-07-07
1
-2
/
+2
*
thunderbolt: select CRC32 in Kconfig
Andreas Noever
2014-06-21
1
-0
/
+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 header declaration of tb_find_cap
Andreas Noever
2014-06-20
1
-1
/
+1
*
thunderbolt: Add casts to prevent endianness warnings
Andreas Noever
2014-06-20
1
-2
/
+2
*
thunderbolt: fix format string for size_t
Arnd Bergmann
2014-06-20
1
-1
/
+1
*
thunderbolt: add PCI dependency
Arnd Bergmann
2014-06-20
1
-1
/
+1
*
thunderbolt: Staticize nhi_ids
Sachin Kamat
2014-06-20
1
-1
/
+1
[next]