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
/
gadget
/
dummy_hcd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-18
USB: gadget: dummy_hcd: implement set_wedge
Alan Stern
1
-6
/
+27
2008-08-14
USB: fix USB boot crash, ecm_do_notify(), list_add corruption. prev->next sho...
David Brownell
1
-2
/
+3
2008-07-22
USB: usb dev_set_name() instead of dev->bus_id
Kay Sievers
1
-1
/
+1
2008-07-22
USB: usb dev_name() instead of dev->bus_id
Kay Sievers
1
-1
/
+1
2008-04-28
drivers/usb annotations and fixes
Al Viro
1
-2
/
+1
2008-04-25
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-6
/
+6
2008-04-25
USB: dummy-hcd: use dynamic allocation for platform_devices
Alan Stern
1
-41
/
+29
2008-04-25
USB: gadget: dummy_hcd.c: fix nested switch statements
Ingo van Lil
1
-8
/
+6
2008-04-25
USB: remove dev->power.power_state
Alan Stern
1
-2
/
+0
2008-02-02
USB: dummy_hcd: change the default power budget
Alan Stern
1
-2
/
+3
2008-02-02
USB: dummy_hcd: don't register drivers on the platform bus
Alan Stern
1
-25
/
+8
2007-10-13
USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>
David Brownell
1
-1
/
+1
2007-10-13
USB: fix location of statement label in dummy-hcd
Alan Stern
1
-1
/
+1
2007-10-13
USB: Eliminate urb->status usage!
Alan Stern
1
-2
/
+1
2007-10-13
USB: reorganize urb->status use in dummy-hcd
Alan Stern
1
-29
/
+24
2007-10-13
USB: add urb->unlinked field
Alan Stern
1
-5
/
+3
2007-10-13
USB: centralize -EREMOTEIO handling
Alan Stern
1
-7
/
+2
2007-10-13
USB: make HCDs responsible for managing endpoint queues
Alan Stern
1
-5
/
+17
2007-08-23
USB: remove DEBUG definition from dummy_hcd
Alan Stern
1
-2
/
+0
2007-07-13
usb gadget stack: remove usb_ep_*_buffer(), part 2
David Brownell
1
-36
/
+0
2007-07-13
USB: Don't resume root hub if the controller is suspended
Alan Stern
1
-2
/
+1
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2006-12-20
USB: gadget driver unbind() is optional; section fixes; misc
David Brownell
1
-3
/
+4
2006-10-08
[PATCH] misc arm pt_regs fixes
Al Viro
1
-1
/
+1
2006-09-29
USB: dummy-hcd: fix "warn-unused-result" messages
Alan Stern
1
-10
/
+23
2006-09-27
usbcore: trim down usb_bus structure
Alan Stern
1
-6
/
+2
2006-08-03
USB: dummy-hcd: disable interrupts during req->complete
Alan Stern
1
-2
/
+4
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-03-21
[PATCH] USB: kzalloc() conversion in drivers/usb/gadget
Eric Sesterhenn
1
-2
/
+1
2006-01-05
[PATCH] USB: Use ARRAY_SIZE macro
Tobias Klauser
1
-1
/
+1
2006-01-05
[PATCH] USB Gadget: dummy_hcd: updates to hcd->state
Alan Stern
1
-12
/
+31
2006-01-05
[PATCH] USB: dummy_hcd: rename variables
Alan Stern
1
-25
/
+25
2005-11-17
[PATCH] USB: fix build breakage in dummy_hcd.c
Greg Kroah-Hartman
1
-2
/
+2
2005-11-11
Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel
Linus Torvalds
1
-37
/
+39
2005-11-10
[DRIVER MODEL] Convert platform drivers to use struct platform_driver
Russell King
1
-37
/
+39
2005-11-09
[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
Olaf Hering
1
-1
/
+0
2005-10-29
Create platform_device.h to contain all the platform device details.
Russell King
1
-1
/
+1
2005-10-29
[PATCH] USB: gadget drivers - add .owner initialisation
Ben Dooks
1
-0
/
+2
2005-10-29
[PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspend
Alan Stern
1
-18
/
+4
2005-10-28
Merge ../bleed-2.6
Greg KH
1
-4
/
+4
2005-10-28
[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks
Russell King
1
-18
/
+4
2005-10-28
[PATCH] gfp_t: drivers/usb
Al Viro
1
-4
/
+4
2005-07-12
[PATCH] USB: Fix kmalloc's flags type in USB
Olav Kongas
1
-4
/
+5
2005-06-28
[PATCH] USB: dummy_hcd: add suspend/resume support
Alan Stern
1
-17
/
+162
2005-06-28
[PATCH] USB: dummy_hcd: sparse cleanups
Alan Stern
1
-17
/
+23
2005-06-28
[PATCH] USB: gadget driver updates (SETUP api change)
David Brownell
1
-3
/
+0
2005-06-28
[PATCH] USB dummy_hcd: Use root-hub interrupts instead of polling
Alan Stern
1
-0
/
+10
2005-06-28
[PATCH] USB dummy_hcd: Centralize link state computations
Alan Stern
1
-92
/
+162
2005-06-28
[PATCH] USB dummy_hcd: Use separate pdevs for HC and UDC
Alan Stern
1
-98
/
+133
[next]