index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-06-09
MAINTAINERS: Add maintainers for Thunderbolt driver
Mika Westerberg
1
-0
/
+3
2017-06-09
thunderbolt: Add documentation how Thunderbolt bus can be used
Mika Westerberg
2
-0
/
+200
2017-06-09
thunderbolt: Add support for host and device NVM firmware upgrade
Mika Westerberg
8
-23
/
+706
2017-06-09
thunderbolt: Add support for Internal Connection Manager (ICM)
Mika Westerberg
12
-12
/
+1805
2017-06-09
thunderbolt: Do not touch the hardware if the NHI is gone on resume
Mika Westerberg
2
-0
/
+15
2017-06-09
thunderbolt: Add support for DMA configuration based mailbox
Mika Westerberg
6
-2
/
+644
2017-06-09
thunderbolt: Store Thunderbolt generation in the switch structure
Mika Westerberg
2
-17
/
+40
2017-06-09
thunderbolt: Add support for NHI mailbox
Mika Westerberg
3
-0
/
+85
2017-06-09
thunderbolt: Add new Thunderbolt PCI IDs
Mika Westerberg
3
-5
/
+42
2017-06-09
thunderbolt: Rework control channel to be more reliable
Mika Westerberg
3
-71
/
+473
2017-06-09
thunderbolt: Let the connection manager handle all notifications
Mika Westerberg
5
-38
/
+103
2017-06-09
thunderbolt: Expose make_header() to other files
Mika Westerberg
2
-15
/
+15
2017-06-09
thunderbolt: Expose get_route() to other files
Mika Westerberg
2
-12
/
+11
2017-06-09
thunderbolt: Move control channel messages to tb_msgs.h
Mika Westerberg
3
-91
/
+109
2017-06-09
thunderbolt: Read vendor and device name from DROM
Mika Westerberg
4
-0
/
+72
2017-06-09
thunderbolt: Refactor and fix parsing of port drom entries
Lukas Wunner
1
-16
/
+16
2017-06-09
thunderbolt: Do not fail if DROM data CRC32 is invalid
Mika Westerberg
1
-2
/
+1
2017-06-09
thunderbolt: Fail switch adding operation if reading DROM fails
Mika Westerberg
1
-2
/
+5
2017-06-09
thunderbolt: Convert switch to a device
Mika Westerberg
5
-67
/
+303
2017-06-09
thunderbolt: Introduce thunderbolt bus and connection manager
Mika Westerberg
6
-121
/
+377
2017-06-09
thunderbolt: Allow passing NULL to tb_ctl_free()
Mika Westerberg
1
-0
/
+4
2017-06-09
thunderbolt: Rework capability handling
Mika Westerberg
6
-102
/
+142
2017-06-09
thunderbolt: Add MSI-X support
Mika Westerberg
4
-36
/
+198
2017-06-09
thunderbolt: Do not warn about newer DROM versions
Mika Westerberg
1
-1
/
+1
2017-06-09
thunderbolt: Do not try to read UID if DROM offset is read as 0
Mika Westerberg
1
-0
/
+3
2017-06-09
thunderbolt: No need to read UID of the root switch on resume
Mika Westerberg
1
-11
/
+18
2017-06-09
thunderbolt: Use const buffer pointer in write operations
Mika Westerberg
3
-7
/
+7
2017-06-03
mux: mmio-based syscon mux controller
Philipp Zabel
3
-0
/
+155