index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-13
usb: gadget: mv_udc: use DMA API for status_req's dma address
Neil Zhang
1
-1
/
+8
2011-10-13
usb: gadget: mv_udc: fix dtd dma confusion
Neil Zhang
1
-1
/
+26
2011-10-13
usb: gadget: mv_udc: add shutdown function for it
Neil Zhang
1
-0
/
+12
2011-10-13
usb: gadget: mv_udc: correct ep0 state
Neil Zhang
1
-2
/
+3
2011-10-13
usb: gadget: mv_udc: rewrite fifo flush
Neil Zhang
1
-27
/
+18
2011-10-13
usb: gadget: mv_udc: set unused endpoint with right type
Neil Zhang
1
-2
/
+2
2011-10-13
usb: gadget: mv_udc: add missing spinlock in ep enable/disable
Neil Zhang
1
-3
/
+13
2011-10-13
usb: gadget: mv_udc: fix bug when handle setup package.
Neil Zhang
1
-2
/
+1
2011-10-13
usb: gadget: mv_udc: init next dtd ptr for dqh when init ep0
Neil Zhang
1
-0
/
+2
2011-10-13
usb: gadget: mv_udc: ep0 needn't set toggle flag
Neil Zhang
1
-2
/
+2
2011-10-13
usb: gadget: mv_udc: fix a clerical error
Neil Zhang
1
-1
/
+1
2011-10-13
usb: gadget: mv_udc: fix kernel panic on some platforms
Neil Zhang
1
-0
/
+7
2011-10-13
usb: gadget: mv_udc: add section information
Neil Zhang
1
-2
/
+2
2011-10-13
usb: gadget: mv_udc: refine the driver structure
Neil Zhang
4
-259
/
+132
2011-10-13
usb: gadget: storage: add superspeed support
Felipe Balbi
4
-13
/
+190
2011-10-13
usb: gadget: fix typo for default U1/U2 exit latencies
Felipe Balbi
1
-2
/
+2
2011-10-13
usb: gadget: r8a66597: convert to new style
Felipe Balbi
1
-29
/
+8
2011-10-13
usb: gadget: net2280: convert to new style
Felipe Balbi
1
-53
/
+17
2011-10-13
usb: gadget: net2272: convert to new style
Felipe Balbi
1
-53
/
+19
2011-10-13
usb: gadget: langwell: convert to new style
Felipe Balbi
2
-48
/
+21
2011-10-13
usb: gadget: langwell: don't use the_controller when it's not needed
Felipe Balbi
1
-8
/
+8
2011-10-13
usb: gadget: at91_udc: change french comments to english
Robert Schwebel
1
-8
/
+8
2011-10-13
usb: gadget: pxa25x: is_vbus_present is gone
Arnd Bergmann
1
-7
/
+1
2011-10-13
usb: gadget: storage: fix mass storage gadgets to work with Synopsys UDC
Paul Zimmerman
2
-18
/
+18
2011-10-13
USB: gadget: f_midi: allow a dynamic number of input and output ports
Daniel Mack
2
-108
/
+191
2011-10-13
USB: gadget: midi: refactor the device code
Daniel Mack
2
-1197
/
+80
2011-10-13
USB: gadget: midi: add midi function driver
Daniel Mack
1
-0
/
+923
2011-10-13
usb gadget: fix langwell_udc.c build error
Randy Dunlap
1
-14
/
+14
2011-10-13
usb: gadget: r8a66597-udc: add support for SUDMAC
Yoshihiro Shimoda
2
-20
/
+370
2011-10-13
usb: gadget: r8a66597-udc: use dev_*() instead of printk()
Yoshihiro Shimoda
2
-40
/
+60
2011-10-13
usb: gadget: r8a66597-udc: add function for external controller
Yoshihiro Shimoda
1
-15
/
+19
2011-10-13
usb: gadget: r8a66597-udc: change prototype of r8a66597_write_fifo
Yoshihiro Shimoda
2
-4
/
+4
2011-09-26
USB: gadget: u_serial.c: fixed a brace coding style issue
Shaun Silk
1
-2
/
+1
2011-09-26
usb: gadget: udc-core: fix bug on soft_connect interface
Felipe Balbi
1
-1
/
+1
2011-09-18
Merge branch 'for-next' of git://gitorious.org/usb/usb into usb-next
Greg Kroah-Hartman
5
-161
/
+217
2011-09-18
USB: irq: Remove IRQF_DISABLED
Yong Zhang
9
-14
/
+14
2011-09-18
USB: g_printer: fix bug in unregistration
Fabian Godehardt
1
-1
/
+1
2011-09-18
s3c-hsudc: implement vbus_draw hook
Heiko Stübner
1
-0
/
+14
2011-09-18
usb: Provide usb_speed_string() function
Michal Nazarewicz
12
-158
/
+60
2011-09-15
Merge branch 'master' into for-next
Jiri Kosina
12
-127
/
+22
2011-09-15
Remove unneeded version.h includes (and add where needed) for drivers/usb/
Jesper Juhl
2
-1
/
+1
2011-09-15
treewide: remove extra semicolons from various parts of the kernel
Justin P. Mattock
1
-2
/
+2
2011-09-15
treewide: typo 'interrrupt' word corrections.
Vitaliy Ivanov
2
-2
/
+2
2011-09-09
usb gadget: clean up FSF boilerplate text
Klaus Schwarzkopf
61
-496
/
+1
2011-09-09
usb: gadget: audio: queue wLength-sized requests
Felipe Balbi
1
-2
/
+2
2011-09-09
usb: gadget: audio: actually support both speeds
Felipe Balbi
1
-5
/
+6
2011-09-09
usb: gadget: storage: make FSG_NUM_BUFFERS variable size
Per Forlin
4
-20
/
+85
2011-09-09
USB: gadget: storage: remove alignment assumption
Alan Stern
2
-79
/
+47
2011-09-09
usb: gadget: storage: adapt logic block size to bound block devices
Peiyu Li
3
-57
/
+79
2011-08-29
Merge 3.1-rc4 into usb-next
Greg Kroah-Hartman
28
-64
/
+97
[prev]
[next]