index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB: cdc-wdm: Make wdm_flush() interruptible and add wdm_fsync().
Oliver Neukum
2020-10-02
1
-17
/
+55
*
net: pegasus: Use the new usb control message API.
Petko Manolov
2020-10-02
1
-46
/
+15
*
net: rtl8150: Use the new usb control message API.
Petko Manolov
2020-10-02
1
-26
/
+6
*
usb: typec: displayport: Reduce noise from the driver
Heikki Krogerus
2020-10-02
1
-1
/
+1
*
USB: hub: Add Kconfig option to reduce number of port initialization retries
Alan Stern
2020-10-02
2
-1
/
+26
*
USB: hub: Clean up use of port initialization schemes and retries
Alan Stern
2020-10-02
1
-23
/
+26
*
Merge tag 'thunderbolt-for-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/k...
Greg Kroah-Hartman
2020-09-30
21
-291
/
+1971
|
\
|
*
thunderbolt: Capitalize comment on top of QUIRK_FORCE_POWER_LINK_CONTROLLER
Mika Westerberg
2020-09-16
1
-1
/
+1
|
*
thunderbolt: Correct tb_check_quirks() kernel-doc
Mika Westerberg
2020-09-16
1
-1
/
+1
|
*
thunderbolt: Log correct zeroX entries in decode_error()
Mika Westerberg
2020-09-16
1
-3
/
+8
|
*
thunderbolt: Handle ERR_LOCK notification
Mika Westerberg
2020-09-16
2
-0
/
+8
|
*
thunderbolt: Use "if USB4" instead of "depends on" in Kconfig
Mika Westerberg
2020-09-16
1
-2
/
+4
|
*
thunderbolt: Allow KUnit tests to be built also when CONFIG_USB4=m
Mika Westerberg
2020-09-16
5
-4
/
+26
|
*
thunderbolt: Only stop control channel when entering freeze
Mika Westerberg
2020-09-16
4
-3
/
+69
|
*
thunderbolt: debugfs: Fix uninitialized return in counters_write()
Dan Carpenter
2020-09-10
1
-0
/
+1
|
*
thunderbolt: Add debugfs interface
Gil Fine
2020-09-03
7
-3
/
+742
|
*
thunderbolt: No need to warn in TB_CFG_ERROR_INVALID_CONFIG_SPACE
Mika Westerberg
2020-09-03
1
-3
/
+2
|
*
thunderbolt: Introduce tb_switch_is_tiger_lake()
Gil Fine
2020-09-03
1
-0
/
+12
|
*
thunderbolt: Introduce tb_switch_is_ice_lake()
Mika Westerberg
2020-09-03
1
-0
/
+12
|
*
thunderbolt: Check for Intel vendor ID when identifying controller
Mika Westerberg
2020-09-03
1
-29
/
+35
|
*
thunderbolt: Introduce tb_port_is_nhi()
Mika Westerberg
2020-09-03
2
-1
/
+6
|
*
thunderbolt: Introduce tb_switch_next_cap()
Mika Westerberg
2020-09-03
2
-30
/
+64
|
*
thunderbolt: Introduce tb_port_next_cap()
Mika Westerberg
2020-09-03
2
-4
/
+32
|
*
thunderbolt: Move struct tb_cap_any to tb_regs.h
Mika Westerberg
2020-09-03
2
-8
/
+14
|
*
thunderbolt: Add runtime PM for Software CM
Mika Westerberg
2020-09-03
3
-7
/
+136
|
*
thunderbolt: Create device links from ACPI description
Mika Westerberg
2020-09-03
4
-0
/
+126
|
*
ACPI: Export acpi_get_first_physical_node() to modules
Mika Westerberg
2020-09-03
1
-0
/
+1
|
*
PCI / thunderbolt: Switch to use device links instead of PCI quirk
Mika Westerberg
2020-09-03
2
-57
/
+66
|
*
thunderbolt: Enable wakes from system suspend
Mika Westerberg
2020-09-03
7
-3
/
+231
|
*
thunderbolt: Disable lane 1 for XDomain connection
Mika Westerberg
2020-09-03
4
-0
/
+55
|
*
thunderbolt: Configure port for XDomain
Mika Westerberg
2020-09-03
5
-4
/
+134
|
*
thunderbolt: Set port configured for both ends of the link
Mika Westerberg
2020-09-03
4
-94
/
+87
|
*
thunderbolt: Configure link after lane bonding is enabled
Mika Westerberg
2020-09-03
5
-25
/
+49
|
*
thunderbolt: Do not change default USB4 router notification timeout
Mika Westerberg
2020-09-03
1
-5
/
+1
|
*
thunderbolt: Initialize TMU again on resume
Mika Westerberg
2020-09-03
1
-0
/
+4
|
*
thunderbolt: Tear down DP tunnels when suspending
Mika Westerberg
2020-09-03
1
-0
/
+24
|
*
thunderbolt: Send reset only to first generation routers
Mika Westerberg
2020-09-03
3
-12
/
+13
|
*
thunderbolt: No need to log an error if tb_switch_lane_bonding_enable() fails
Mika Westerberg
2020-09-03
1
-4
/
+2
|
*
thunderbolt: Do not program NFC buffers for USB4 router protocol adapters
Mika Westerberg
2020-09-03
1
-0
/
+7
|
*
thunderbolt: Use bit 31 to check if Firmware CM is running in Tiger Lake
Mika Westerberg
2020-09-03
1
-1
/
+4
|
*
thunderbolt: Software CM only should set force power in Tiger Lake
Mika Westerberg
2020-09-03
1
-9
/
+16
|
*
thunderbolt: Optimize NHI LC mailbox command processing
Rajmohan Mani
2020-09-03
1
-1
/
+1
|
*
thunderbolt: Optimize Force Power logic
Rajmohan Mani
2020-09-03
1
-2
/
+2
|
*
thunderbolt: Use kobj_to_dev() instead of container_of()
Tian Tao
2020-09-01
2
-2
/
+2
*
|
USB: cdc-acm: clean up no-union-descriptor handling
Johan Hovold
2020-09-25
2
-28
/
+15
*
|
USB: cdc-acm: use common data-class define
Johan Hovold
2020-09-25
2
-6
/
+2
*
|
USB: cdc-acm: handle broken union descriptors
Johan Hovold
2020-09-25
1
-0
/
+12
*
|
Revert "cdc-acm: hardening against malicious devices"
Johan Hovold
2020-09-25
1
-5
/
+0
*
|
Bluetooth: ath3k: use usb_control_msg_send() and usb_control_msg_recv()
Greg Kroah-Hartman
2020-09-25
1
-64
/
+29
*
|
USB: legousbtower: use usb_control_msg_recv()
Greg Kroah-Hartman
2020-09-25
1
-41
/
+20
[next]