Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-08-04 | usb: gadget: at91_udc: add ep capabilities support | Robert Baldyga | 1 | -9/+29 |
2015-08-04 | usb: gadget: amd5536udc: add ep capabilities support | Robert Baldyga | 1 | -10/+78 |
2015-08-04 | usb: gadget: encapsulate endpoint claiming mechanism | Robert Baldyga | 1 | -5/+6 |
2015-08-04 | usb: gadget: f_uac2: fix build warning | Felipe Balbi | 1 | -1/+1 |
2015-08-03 | usb: udc: core: add device_del() call to error pathway | Alan Stern | 1 | -0/+1 |
2015-08-03 | usb: gadget: f_printer: fix deadlock caused by nested spinlock | Fupan Li | 1 | -3/+4 |
2015-08-03 | usb: gadget: udc: fix spin_lock in pch_udc | Pengyu Ma | 1 | -18/+18 |
2015-07-31 | usb: gadget: mass_storage: Use static array for luns | Krzysztof Opasiak | 6 | -113/+50 |