index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thunderbolt
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-03
PCI / thunderbolt: Switch to use device links instead of PCI quirk
Mika Westerberg
1
-0
/
+66
2020-09-03
thunderbolt: Enable wakes from system suspend
Mika Westerberg
7
-3
/
+231
2020-09-03
thunderbolt: Disable lane 1 for XDomain connection
Mika Westerberg
4
-0
/
+55
2020-09-03
thunderbolt: Configure port for XDomain
Mika Westerberg
5
-4
/
+134
2020-09-03
thunderbolt: Set port configured for both ends of the link
Mika Westerberg
4
-94
/
+87
2020-09-03
thunderbolt: Configure link after lane bonding is enabled
Mika Westerberg
5
-25
/
+49
2020-09-03
thunderbolt: Do not change default USB4 router notification timeout
Mika Westerberg
1
-5
/
+1
2020-09-03
thunderbolt: Initialize TMU again on resume
Mika Westerberg
1
-0
/
+4
2020-09-03
thunderbolt: Tear down DP tunnels when suspending
Mika Westerberg
1
-0
/
+24
2020-09-03
thunderbolt: Send reset only to first generation routers
Mika Westerberg
3
-12
/
+13
2020-09-03
thunderbolt: No need to log an error if tb_switch_lane_bonding_enable() fails
Mika Westerberg
1
-4
/
+2
2020-09-03
thunderbolt: Do not program NFC buffers for USB4 router protocol adapters
Mika Westerberg
1
-0
/
+7
2020-09-03
thunderbolt: Use bit 31 to check if Firmware CM is running in Tiger Lake
Mika Westerberg
1
-1
/
+4
2020-09-03
thunderbolt: Software CM only should set force power in Tiger Lake
Mika Westerberg
1
-9
/
+16
2020-09-03
thunderbolt: Optimize NHI LC mailbox command processing
Rajmohan Mani
1
-1
/
+1
2020-09-03
thunderbolt: Optimize Force Power logic
Rajmohan Mani
1
-2
/
+2
2020-09-01
thunderbolt: Use kobj_to_dev() instead of container_of()
Tian Tao
2
-2
/
+2
2020-09-01
Merge tag 'thunderbolt-for-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
3
-3
/
+12
2020-08-25
thunderbolt: Use maximum USB3 link rate when reclaiming if link is not up
Mika Westerberg
1
-2
/
+10
2020-08-25
thunderbolt: Disable ports that are not implemented
Nikunj A. Dadhania
2
-1
/
+2
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
3
-4
/
+4
2020-08-09
thunderbolt: merge fix for kunix_resource changes
Stephen Rothwell
1
-2
/
+2
2020-07-02
thunderbolt: Fix old style declaration warning
Wei Yongjun
1
-1
/
+1
2020-07-01
thunderbolt: Add support for authenticate on disconnect
Mario Limonciello
7
-5
/
+104
2020-07-01
thunderbolt: Add support for separating the flush to SPI and authenticate
Mario Limonciello
3
-15
/
+30
2020-07-01
thunderbolt: Ensure left shift of 512 does not overflow a 32 bit int
Colin Ian King
1
-2
/
+2
2020-06-22
thunderbolt: Add support for on-board retimers
Kranthi Kuntala
6
-1
/
+539
2020-06-22
thunderbolt: Implement USB4 port sideband operations for retimer access
Rajmohan Mani
4
-0
/
+516
2020-06-22
thunderbolt: Retry USB4 block read operation
Mika Westerberg
1
-5
/
+2
2020-06-22
thunderbolt: Generalize usb4_switch_do_[read|write]_data()
Mika Westerberg
1
-18
/
+21
2020-06-22
thunderbolt: Split common NVM functionality into a separate file
Mika Westerberg
5
-99
/
+220
2020-06-22
thunderbolt: Add Intel USB-IF ID to the NVM upgrade supported list
Mika Westerberg
1
-1
/
+2
2020-06-22
thunderbolt: Add KUnit tests for tunneling
Mika Westerberg
1
-0
/
+398
2020-06-22
thunderbolt: Add USB3 bandwidth management
Mika Westerberg
5
-111
/
+532
2020-06-22
thunderbolt: Make tb_port_get_link_speed() available to other files
Mika Westerberg
2
-1
/
+9
2020-06-22
thunderbolt: Implement USB3 bandwidth negotiation routines
Mika Westerberg
3
-0
/
+369
2020-06-22
thunderbolt: Increase DP DPRX wait timeout
Mika Westerberg
1
-1
/
+1
2020-06-22
thunderbolt: Report consumed bandwidth in both directions
Mika Westerberg
3
-15
/
+47
2020-06-22
thunderbolt: Make usb4_switch_map_pcie_down() also return enabled ports
Mika Westerberg
2
-2
/
+2
2020-06-22
thunderbolt: Make usb4_switch_map_usb3_down() also return enabled ports
Mika Westerberg
2
-12
/
+4
2020-06-22
thunderbolt: Do not tunnel USB3 if link is not USB4
Mika Westerberg
4
-3
/
+27
2020-06-22
thunderbolt: Add DP IN resources for all routers
Mika Westerberg
1
-4
/
+46
2020-06-22
thunderbolt: Add KUnit tests for path walking
Mika Westerberg
3
-0
/
+1235
2020-06-22
thunderbolt: Increase path length in discovery
Mika Westerberg
1
-1
/
+5
2020-06-22
thunderbolt: Handle incomplete PCIe/USB3 paths correctly in discovery
Mika Westerberg
1
-4
/
+6
2020-06-22
thunderbolt: Check that both ports are reachable when allocating path
Mika Westerberg
1
-2
/
+13
2020-06-22
thunderbolt: Make tb_path_alloc() work with tree topologies
Mika Westerberg
2
-6
/
+18
2020-06-22
thunderbolt: Make tb_next_port_on_path() work with tree topologies
Mika Westerberg
1
-5
/
+12
2020-06-22
thunderbolt: Fix path indices used in USB3 tunnel discovery
Mika Westerberg
1
-6
/
+6
2020-06-22
thunderbolt: Get rid of E2E workaround
Mika Westerberg
1
-24
/
+2
[prev]
[next]