index
:
kernel/linux.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.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-09
drivers/fsi: Use asynchronous slave mode
Jeremy Kerr
3
-1
/
+24
2017-06-09
drivers/fsi: Add hub master support
Christopher Bostic
3
-0
/
+336
2017-06-09
drivers/fsi: Add SCOM FSI client device driver
Christopher Bostic
3
-0
/
+269
2017-06-09
drivers/fsi/gpio: Add tracepoints for GPIO master
Jeremy Kerr
1
-0
/
+9
2017-06-09
drivers/fsi: Add GPIO based FSI master
Christopher Bostic
3
-0
/
+607
2017-06-09
drivers/fsi: Add error handling for slave
Jeremy Kerr
1
-7
/
+114
2017-06-09
drivers/fsi: Add tracepoints for low-level operations
Jeremy Kerr
1
-6
/
+21
2017-06-09
drivers/fsi: expose direct-access slave API
Jeremy Kerr
1
-6
/
+24
2017-06-09
drivers/fsi: Add sysfs files for FSI master & slave accesses
Jeremy Kerr
1
-0
/
+116
2017-06-09
drivers/fsi: Add client driver register utilities
Christopher Bostic
1
-0
/
+17
2017-06-09
drivers/fsi: Add master unscan
Christopher Bostic
1
-0
/
+44
2017-06-09
drivers/fsi: Add device read/write/peek API
Jeremy Kerr
1
-1
/
+49
2017-06-09
drivers/fsi: scan slaves & register devices
Jeremy Kerr
1
-1
/
+127
2017-06-09
drivers/fsi: Set slave SMODE to init communication
Christopher Bostic
1
-0
/
+75
2017-06-09
drivers/fsi: Implement slave initialisation
Jeremy Kerr
2
-2
/
+66
2017-06-09
drivers/fsi: Set up links for slave communication
Christopher Bostic
1
-2
/
+35
2017-06-09
drivers/fsi: Add slave & master read/write APIs
Jeremy Kerr
1
-0
/
+92
2017-06-09
drivers/fsi: Add empty master scan
Jeremy Kerr
1
-2
/
+23
2017-06-09
drivers/fsi: Add slave definition
Jeremy Kerr
1
-0
/
+10
2017-06-09
drivers/fsi: Add fsi master definition
Jeremy Kerr
2
-0
/
+76
2017-06-09
coresight: add support for CPU debug module
Leo Yan
3
-0
/
+715
2017-06-09
coresight: refactor with function of_coresight_get_cpu
Leo Yan
1
-15
/
+28
2017-06-09
coresight: of_get_coresight_platform_data: Add missing of_node_put
Suzuki K Poulose
1
-7
/
+10
2017-06-09
coresight: tmc: Configure DMA mask appropriately
Robin Murphy
1
-0
/
+7
2017-06-09
coresight: etb10: Fix a typo in a comment line
Markus Elfring
1
-1
/
+1
2017-06-09
coresight: etb10: Delete an error message for a failed memory allocation in e...
Markus Elfring
1
-4
/
+1
2017-06-09
coresight: use const for device_node structures
Leo Yan
1
-3
/
+4
2017-06-09
coresight: tmc: minor fix for output log
Leo Yan
1
-8
/
+17
2017-06-09
coresight: etm_perf: Fix using uninitialised work
Suzuki K Poulose
1
-2
/
+1
2017-06-09
coresight: Fix reference count for software sources
Suzuki K Poulose
1
-2
/
+13
2017-06-09
coresight: Disable the path only when the source is disabled
Suzuki K Poulose
1
-6
/
+13
2017-06-09
thunderbolt: fix spelling mistake: "missmatch" -> "mismatch"
Colin Ian King
1
-1
/
+1
2017-06-09
thunderbolt: Add support for host and device NVM firmware upgrade
Mika Westerberg
7
-23
/
+680
2017-06-09
thunderbolt: Add support for Internal Connection Manager (ICM)
Mika Westerberg
11
-12
/
+1757
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
3
-0
/
+58
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
4
-67
/
+281
2017-06-09
thunderbolt: Introduce thunderbolt bus and connection manager
Mika Westerberg
6
-121
/
+377
[next]