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
starfive-6.6.48-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
/
usb
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-01
USB: EHCI: don't send Clear-TT-Buffer following a STALL
Alan Stern
1
-1
/
+1
2009-09-23
USB: Add hub descriptor update hook for xHCI
Sarah Sharp
2
-0
/
+19
2009-09-23
USB: xhci: Set route string for all devices.
Sarah Sharp
1
-2
/
+7
2009-09-23
USB: fix missing error check in probing
Oliver Neukum
1
-12
/
+22
2009-09-23
USB: usbfs: add USBDEVFS_URB_BULK_CONTINUATION flag
Alan Stern
1
-1
/
+77
2009-09-23
USB: Clean up root hub string descriptors
George Spelvin
1
-47
/
+64
2009-09-23
USB: make usb_buffer_map_sg consistent with doc
Jiri Slaby
1
-2
/
+2
2009-09-23
USB: increase usbdevfs max isoc buffer size
Markus Rechberger
1
-1
/
+2
2009-09-23
USB: don't lose mode switch events on suspended devices
Alan Stern
1
-8
/
+1
2009-09-23
USB: check for hub driver not bound to root hub device
Alan Stern
1
-3
/
+7
2009-09-23
USB: make the "usbfs_snoop" log more pertinent
Alan Stern
1
-69
/
+62
2009-09-23
USB: make intf.pm_usage an atomic_t
Alan Stern
2
-18
/
+25
2009-09-23
USB: add API for userspace drivers to "claim" ports
Alan Stern
5
-6
/
+131
2009-09-23
USB: Let usb_sg_init to set transfer_buffer more often
Pete Zaitcev
1
-22
/
+10
2009-09-23
USB: Fix SS endpoint companion descriptor parsing.
Sarah Sharp
1
-1
/
+1
2009-09-22
const: mark remaining super_operations const
Alexey Dobriyan
1
-2
/
+1
2009-09-19
Driver-Core: extend devnode callbacks to provide permissions
Kay Sievers
2
-6
/
+6
2009-09-15
driver model: constify attribute groups
David Brownell
3
-5
/
+5
2009-08-08
USB: usbfs: fix -ENOENT error code to be -ENODEV
Alan Stern
1
-1
/
+1
2009-08-08
USB: devio: Properly do access_ok() checks
Michael Buesch
1
-3
/
+5
2009-07-29
USB: Fix parsing of SuperSpeed Endpoint Companion descriptor.
Sarah Sharp
1
-21
/
+27
2009-07-13
USB: handle zero-length usbfs submissions correctly
Alan Stern
1
-21
/
+20
2009-07-13
USB: fix LANGID=0 regression
Daniel Mack
1
-18
/
+45
2009-07-13
USB: fix race leading to a write after kfree in usbfs
Oliver Neukum
1
-4
/
+17
2009-07-13
Revert USB: usbfs: deprecate and hide option for !embedded
Greg Kroah-Hartman
1
-1
/
+1
2009-07-13
USB: add missing class descriptions used in usb/devices file
Frans Pop
1
-4
/
+6
2009-07-13
USB: fix memleak in usbfs
Oliver Neukum
1
-6
/
+10
2009-07-13
USB: fix the clear_tt_buffer interface
Alan Stern
3
-16
/
+34
2009-07-08
Remove multiple KERN_ prefixes from printk formats
Joe Perches
1
-1
/
+1
2009-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
15
-484
/
+907
2009-06-16
USB: xhci: replace if-elseif-else with switch-case
Viral Mehta
1
-7
/
+18
2009-06-16
USB: Change names of SuperSpeed ep companion descriptor structs.
Sarah Sharp
1
-17
/
+19
2009-06-16
USB: Push scatter gather lists down to host controller drivers.
Sarah Sharp
2
-49
/
+93
2009-06-16
USB: Support for bandwidth allocation.
Sarah Sharp
4
-0
/
+144
2009-06-16
USB: Parse and store the SuperSpeed endpoint companion descriptors.
Sarah Sharp
1
-9
/
+180
2009-06-16
USB: Support for addressing a USB device under xHCI
Sarah Sharp
3
-20
/
+76
2009-06-16
USB: Add route string to struct usb_device.
Sarah Sharp
1
-2
/
+8
2009-06-16
USB: Don't reset USB 3.0 devices on port change detection.
Sarah Sharp
1
-6
/
+36
2009-06-16
USB: Add USB 3.0 roothub support to USB core.
Sarah Sharp
3
-2
/
+77
2009-06-16
USB: Add SuperSpeed to the list of USB device speeds.
Sarah Sharp
5
-4
/
+31
2009-06-16
USB: xhci: BIOS handoff and HW initialization.
Sarah Sharp
1
-0
/
+1
2009-06-16
USB: Avoid PM error messages during resume if a device was disconnected
Frans Pop
1
-1
/
+9
2009-06-16
USB: replace dma_sync_single and dma_sync_sg with dma_sync_single_for_cpu and...
FUJITA Tomonori
1
-4
/
+4
2009-06-16
usb: convert endpoint devices to bus-less childs of the usb interface
Kay Sievers
4
-170
/
+29
2009-06-16
USB: new flag for resume-from-hibernation
Alan Stern
2
-4
/
+4
2009-06-16
USB: move PCI host controllers to new PM framework
Alan Stern
2
-125
/
+126
2009-06-16
USB: remove unused usb_host class
Greg Kroah-Hartman
3
-35
/
+0
2009-06-16
NLS: update handling of Unicode
Alan Stern
1
-7
/
+3
2009-06-16
usb: return device strings in UTF-8
Clemens Ladisch
1
-24
/
+17
2009-06-16
USB: add the usbfs devices file to debugfs
Greg Kroah-Hartman
2
-2
/
+15
[next]