index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-12
usb: hub: delay hub autosuspend if USB3 port is still link training
Mathias Nyman
1
-0
/
+10
2019-01-31
USB: leds: fix regression in usbport led trigger
Christian Lamparter
1
-7
/
+10
2019-01-17
USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGB
Jack Stocker
1
-1
/
+2
2018-12-13
USB: check usb_get_extra_descriptor for proper size
Mathias Payer
2
-4
/
+4
2018-12-13
usb: quirk: add no-LPM quirk on SanDisk Ultra Flair device
Harry Pan
1
-0
/
+4
2018-12-05
usb: core: quirks: add RESET_RESUME quirk for Cherry G230 Stream series
Michael Niewöhner
1
-0
/
+3
2018-12-01
usb: core: Fix hub port connection events lost
Dennis Wassenberg
1
-1
/
+3
2018-11-27
usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB
Emmanuel Pescosta
1
-0
/
+3
2018-11-27
USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hub
Kai-Heng Feng
2
-3
/
+17
2018-11-27
USB: quirks: Add no-lpm quirk for Raydium touchscreens
Kai-Heng Feng
1
-0
/
+5
2018-10-16
USB: fix the usbfs flag sanitization for control transfers
Alan Stern
1
-2
/
+2
2018-09-20
usb: core: safely deal with the dynamic quirk lists
Harry Pan
1
-1
/
+2
2018-09-20
USB: handle NULL config in usb_find_alt_setting()
Alan Stern
1
-0
/
+2
2018-09-20
USB: fix error handling in usb_driver_claim_interface()
Alan Stern
1
-0
/
+15
2018-09-20
USB: remove LPM management from usb_driver_claim_interface()
Alan Stern
1
-15
/
+0
2018-09-20
USB: usbdevfs: restore warning for nonsensical flags
Oliver Neukum
1
-0
/
+5
2018-09-20
USB: usbdevfs: sanitize flags more
Oliver Neukum
1
-3
/
+16
2018-09-10
usb: Change usb_of_get_companion_dev() place to usb/common
Yoshihiro Shimoda
1
-26
/
+0
2018-09-05
usb: Avoid use-after-free by flushing endpoints early in usb_set_interface()
Mathias Nyman
1
-0
/
+11
2018-09-05
usb: Don't die twice if PCI xhci host is not responding in resume
Mathias Nyman
1
-2
/
+0
2018-09-05
USB: Add quirk to support DJI CineSSD
Tim Anderson
1
-0
/
+3
2018-09-05
USB: add quirk for WORLDE Controller KS49 or Prodipe MIDI 49C USB controller
Maxence Duprès
1
-0
/
+4
2018-08-18
Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
3
-6
/
+50
2018-08-14
Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-21
/
+13
2018-07-30
Merge 4.18-rc7 into usb-next
Greg Kroah-Hartman
1
-2
/
+6
2018-07-21
usb: core: handle hub C_PORT_OVER_CURRENT condition
Bin Liu
1
-2
/
+6
2018-07-16
Merge 4.18-rc5 into usb-next
Greg Kroah-Hartman
1
-0
/
+4
2018-07-06
usb: quirks: add delay quirks for Corsair Strafe
Nico Sneck
1
-0
/
+4
2018-07-06
usb: simplify usbport trigger
Uwe Kleine-König
1
-20
/
+11
2018-07-06
leds: triggers: let struct led_trigger::activate() return an error code
Uwe Kleine-König
1
-3
/
+4
2018-06-28
usb: usbfs: use irqsave() in USB's complete callback
Sebastian Andrzej Siewior
1
-2
/
+3
2018-06-28
usb: core: use irqsave() in sg_complete() complete callback
Sebastian Andrzej Siewior
1
-4
/
+5
2018-06-25
USB: Report wakeup events on root-hub ports
Alan Stern
1
-0
/
+42
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2
-6
/
+7
2018-06-06
Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+1
2018-05-31
USB: core: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-21
/
+5
2018-05-31
usb: hub: Per-port setting to reduce TRSTRCY to 10 ms
Nicolas Boichat
1
-1
/
+5
2018-05-31
usb: hub: Per-port setting to use old enumeration scheme
Nicolas Boichat
3
-4
/
+33
2018-05-31
usb: core: message: remove extra endianness conversion in usb_set_isoch_delay
Ruslan Bilovol
1
-1
/
+1
2018-05-31
driver core: hold dev's parent lock when needed
Martin Liu
1
-0
/
+1
2018-05-08
Merge 4.17-rc4 into usb-next
Greg Kroah-Hartman
1
-1
/
+3
2018-05-03
USB: Accept bulk endpoints with 1024-byte maxpacket
Alan Stern
1
-1
/
+3
2018-04-30
Merge 4.17-rc3 into usb-next
Greg Kroah-Hartman
5
-33
/
+110
2018-04-25
usb: do not reset if a low-speed or full-speed device timed out
Maxim Moseychuk
1
-1
/
+3
2018-04-23
usb: core: hcd: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-04-23
usb: core: phy: add the SPDX-License-Identifier and include guard
Martin Blumenstingl
1
-0
/
+12
2018-04-22
USB: USB 3.2 Add sysfs entries for a usb device rx_lanes and tx_lanes
Mathias Nyman
1
-0
/
+22
2018-04-22
USB: show USB 3.2 Dual-lane devices as Gen Xx2 during device enumeration
Mathias Nyman
1
-2
/
+5
2018-04-22
usb: set root hub lane counts
Mathias Nyman
1
-0
/
+5
[next]