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
/
usb
/
core
/
message.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-13
Driver core: change add_uevent_var to use a struct
Kay Sievers
1
-21
/
+7
2007-08-23
usb: add PRODUCT, TYPE to usb-interface events
Kay Sievers
1
-0
/
+24
2007-08-23
USB: allow retry on descriptor fetch errors
Alan Stern
1
-2
/
+2
2007-07-31
USB: Fix a bug in usb_start_wait_urb
Alan Stern
1
-10
/
+16
2007-07-31
USB: fix scatterlist PIO case (IOMMU)
David Brownell
1
-4
/
+11
2007-07-20
USB: core: message: clean up urb->status usage
Greg Kroah-Hartman
1
-16
/
+18
2007-07-13
USB: add IAD support to usbfs and sysfs
Craig W. Nadler
1
-0
/
+31
2007-07-13
USB: Fix off-by-1 error in the scatter-gather library
Alan Stern
1
-4
/
+3
2007-05-23
USB: set the correct Interrupt interval in usb_bulk_msg
Alan Stern
1
-7
/
+2
2007-04-28
USB: Allow transfer_buffer with transfer_dma
Tony Lindgren
1
-1
/
+15
2007-04-28
USB: make usbdevices export their device nodes instead of using a separate class
Kay Sievers
1
-2
/
+63
2007-04-27
USB: remove use of the bus rwsem, as it doesn't really protect anything.
Greg Kroah-Hartman
1
-1
/
+1
2007-03-10
USB: set the correct interval for interrupt URBs
Alan Stern
1
-2
/
+7
2007-02-24
USB: add a blacklist for devices that can't handle some things we throw at them.
Oliver Neukum
1
-1
/
+5
2007-02-17
USB: unconfigure devices which have config 0
Alan Stern
1
-4
/
+18
2007-02-08
usbcore: remove unneeded error check
Alan Stern
1
-5
/
+1
2006-12-07
[PATCH] slab: remove SLAB_ATOMIC
Christoph Lameter
1
-1
/
+1
2006-12-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
1
-4
/
+4
2006-12-02
usbcore: remove unused argument in autosuspend
Alan Stern
1
-3
/
+3
2006-12-02
USB: struct usb_device: change flag to bitflag
Alan Stern
1
-1
/
+1
2006-11-22
WorkStruct: make allyesconfig
David Howells
1
-3
/
+4
2006-11-17
USB: Fixed outdated usb_get_device_descriptor() documentation
Laurent Pinchart
1
-4
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-2
/
+2
2006-09-27
USB: Remove unneeded void * casts in core files
Tobias Klauser
1
-1
/
+1
2006-09-27
usbcore: non-hub-specific uses of autosuspend
Alan Stern
1
-3
/
+7
2006-09-27
USB: remove struct usb_operations
Alan Stern
1
-2
/
+2
2006-09-27
usbcore: help drivers to change device configs
Alan Stern
1
-0
/
+59
2006-09-27
USB: usbcore get rid of the timer in usb_start_wait_urb()
Franck Bui-Huu
1
-44
/
+29
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-22
[PATCH] usbcore: recovery from Set-Configuration failure
Alan Stern
1
-76
/
+75
2006-06-22
[PATCH] USB: add usb_interrupt_msg() function for api completeness.
Greg Kroah-Hartman
1
-0
/
+31
2006-03-21
[PATCH] USB: usbcore: usb_set_configuration oops (NULL ptr dereference)
Horst Schirmeier
1
-5
/
+7
2006-03-21
[PATCH] USB: drivers/usb/core/message.c: make usb_get_string() static
Adrian Bunk
1
-3
/
+2
2006-02-01
[PATCH] USB: arm26: fix compilation of drivers/usb/core/message.c
Alexey Dobriyan
1
-0
/
+1
2006-01-05
[PATCH] USB: fix local variable clash
Alan Stern
1
-3
/
+3
2006-01-05
[PATCH] USB: Consider power budget when choosing configuration
Alan Stern
1
-0
/
+6
2005-11-17
[PATCH] USB: move CONFIG_USB_DEBUG checks into the Makefile
Greg Kroah-Hartman
1
-7
/
+0
2005-11-17
[PATCH] USB: fix 'unused variable' warning
Dmitry Torokhov
1
-2
/
+1
2005-10-29
[PATCH] usbcore: Fix handling of sysfs strings and other attributes
Alan Stern
1
-18
/
+30
2005-10-29
[PATCH] usbcore: Use kzalloc instead of kmalloc/memset
Alan Stern
1
-2
/
+1
2005-10-29
[PATCH] usbcore: endpoint attributes track altsetting changes
Alan Stern
1
-3
/
+9
2005-10-29
[PATCH] USB: usb_bulk_message() handles interrupts endpoints
Alan Stern
1
-4
/
+20
2005-10-29
[PATCH] usb_interface power state
David Brownell
1
-0
/
+1
2005-10-28
[PATCH] gfp_t: drivers/usb
Al Viro
1
-1
/
+1
2005-09-22
[PATCH] driver core: add helper device_is_registered()
Daniel Ritz
1
-1
/
+1
2005-09-09
[PATCH] USB: remove annoying message
david-b@pacbell.net
1
-1
/
+3
2005-09-09
[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel
Alan Stern
1
-3
/
+1
2005-07-30
[PATCH] USB: Usbcore: Don't try to delete unregistered interfaces
Alan Stern
1
-2
/
+4
2005-07-12
[PATCH] USB: Fix kmalloc's flags type in USB
Olav Kongas
1
-1
/
+1
2005-05-04
[PATCH] USB: Spelling fixes for drivers/usb.
Steven Cole
1
-2
/
+2
[prev]
[next]