index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-21
usb: gadget: drop null test before destroy functions
Julia Lawall
4
-8
/
+4
2015-09-21
usb: gadget: dummy_hcd: in transfer(), return data sent, not limit
Igor Kotrasinski
1
-2
/
+4
2015-09-21
usb: gadget: dummy_hcd: fix rescan logic for transfer
Igor Kotrasinski
1
-5
/
+8
2015-09-21
usb: gadget: dummy_hcd: fix unneeded else-if condition
Igor Kotrasinski
1
-1
/
+1
2015-09-21
usb: gadget: dummy_hcd: emulate sending zlp in packet logic
Igor Kotrasinski
1
-8
/
+17
2015-09-21
usb: gadget: atmel_usba_udc: add ep capabilities support on device tree binding
Sylvain Rochet
1
-0
/
+11
2015-09-14
usb: gadget: amd5536udc: fix error handling in udc_pci_probe()
Alexey Khoroshilov
1
-23
/
+20
2015-09-14
usb: gadget: fix possible regression introduced with ep->claimed
Robert Baldyga
1
-0
/
+1
2015-09-01
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-1
/
+1
2015-08-14
usb: gadget: atmel: remove useless include
Alexandre Belloni
1
-1
/
+0
2015-08-14
Merge tag 'usb-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
66
-804
/
+1375
2015-08-07
treewide: fix typos in comment blocks
Masahiro Yamada
1
-1
/
+1
2015-08-07
drivers/usb/gadget/composite.c: i18n is not an acronym
Diego Viola
1
-2
/
+2
2015-08-06
usb: gadget: legacy: nokia: add CONFIG_BLOCK dependency
Felipe Balbi
1
-0
/
+1
2015-08-06
usb: gadget: f_mass_storage: add mising <linux/uaccess.h>
Felipe Balbi
1
-0
/
+1
2015-08-06
usb: gadget: remove gadget_chips.h
Robert Baldyga
15
-74
/
+0
2015-08-06
usb: musb: gadget: add musb_match_ep() function
Robert Baldyga
1
-23
/
+0
2015-08-06
usb: gadget: goku_udc: add goku_match_ep() function
Robert Baldyga
2
-18
/
+32
2015-08-06
usb: gadget: net2280: add net2280_match_ep() function
Robert Baldyga
2
-22
/
+29
2015-08-06
usb: gadget: move find_ep() from epautoconf to udc-core
Robert Baldyga
2
-21
/
+30
2015-08-06
usb: gadget: move ep_matches() from epautoconf to udc-core
Robert Baldyga
2
-84
/
+80
2015-08-06
usb: gadget: add 'ep_match' callback to usb_gadget_ops
Robert Baldyga
1
-0
/
+6
2015-08-06
usb: gadget: epautoconf: rework ep_matches() function
Robert Baldyga
1
-49
/
+32
2015-08-04
usb: gadget: epautoconf: remove ep and desc configuration from ep_matches()
Robert Baldyga
1
-32
/
+34
2015-08-04
usb: gadget: epautoconf: remove pxa quirk from ep_matches()
Robert Baldyga
2
-11
/
+3
2015-08-04
usb: gadget: epautoconf: add endpoint capabilities flags verification
Robert Baldyga
1
-66
/
+30
2015-08-04
usb: gadget: atmel_usba_udc: add ep capabilities support
Robert Baldyga
1
-0
/
+11
2015-08-04
usb: gadget: udc-xilinx: add ep capabilities support
Robert Baldyga
1
-0
/
+9
2015-08-04
usb: gadget: s3c2410_udc: add ep capabilities support
Robert Baldyga
1
-0
/
+10
2015-08-04
usb: gadget: s3c-hsudc: add ep capabilities support
Robert Baldyga
1
-0
/
+15
2015-08-04
usb: gadget: r8a66597-udc: add ep capabilities support
Robert Baldyga
1
-0
/
+10
2015-08-04
usb: gadget: pxa27x_udc: add ep capabilities support
Robert Baldyga
1
-15
/
+25
2015-08-04
usb: gadget: pxa25x_udc: add ep capabilities support
Robert Baldyga
1
-0
/
+32
2015-08-04
usb: gadget: pch_udc: add ep capabilities support
Robert Baldyga
1
-2
/
+12
2015-08-04
usb: gadget: omap_udc: add ep capabilities support
Robert Baldyga
1
-0
/
+22
2015-08-04
usb: gadget: net2280: add ep capabilities support
Robert Baldyga
1
-12
/
+55
2015-08-04
usb: gadget: net2272: add ep capabilities support
Robert Baldyga
1
-0
/
+11
2015-08-04
usb: gadget: mv_udc_core: add ep capabilities support
Robert Baldyga
1
-0
/
+9
2015-08-04
usb: gadget: mv_u3d_core: add ep capabilities support
Robert Baldyga
1
-0
/
+9
2015-08-04
usb: gadget: m66592-udc: add ep capabilities support
Robert Baldyga
1
-0
/
+11
2015-08-04
usb: gadget: lpc32xx_udc: add ep capabilities support
Robert Baldyga
1
-0
/
+32
2015-08-04
usb: gadget: gr_udc: add ep capabilities support
Robert Baldyga
1
-0
/
+11
2015-08-04
usb: gadget: goku_udc: add ep capabilities support
Robert Baldyga
1
-0
/
+8
2015-08-04
usb: gadget: fusb300_udc: add ep capabilities support
Robert Baldyga
1
-0
/
+11
2015-08-04
usb: gadget: fsl_udc_core: add ep capabilities support
Robert Baldyga
1
-0
/
+13
2015-08-04
usb: gadget: fsl_qe_udc: add ep capabilities support
Robert Baldyga
1
-0
/
+11
2015-08-04
usb: gadget: fotg210-udc: add ep capabilities support
Robert Baldyga
1
-0
/
+11
2015-08-04
usb: gadget: dummy-hcd: add ep capabilities support
Robert Baldyga
1
-15
/
+80
2015-08-04
usb: gadget: bdc: add ep capabilities support
Robert Baldyga
1
-0
/
+9
2015-08-04
usb: gadget: bcm63xx_udc: add ep capabilities support
Robert Baldyga
1
-4
/
+25
[next]