summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc
AgeCommit message (Expand)AuthorFilesLines
2015-12-16usb: gadget: s3c-hsudc: remove redundant conditionGeyslan G. Bem1-1/+1
2015-12-16usb: gadget: udc-core: independent registration of gadgets and gadget driversRuslan Bilovol1-9/+32
2015-12-16usb: gadget: udc-core: remove unused usb_udc_attach_driver()Ruslan Bilovol1-26/+0
2015-12-16usb: gadget: bind UDC by name passed via usb_gadget_driver structureRuslan Bilovol1-5/+19
2015-12-15usb: gadget: lpc32xxx_udc: clean up and sort include directives outVladimir Zapolskiy1-24/+11
2015-12-14Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman1-0/+3
2015-12-02usb : replace dma_pool_alloc and memset with dma_pool_zallocSaurabh Sengar1-2/+1
2015-11-19usb: gadget: pxa27x: fix suspend callbackFelipe Balbi1-0/+3
2015-11-17usb: gadget: atmel_usba_udc: Expose correct device speedDouglas Gilbert1-1/+1
2015-10-23Merge tag 'usb-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman7-323/+319
2015-10-19usb: gadget: net2280: restore ep_cfg after defect7374 workaroundMian Yousaf Kaukab1-1/+1
2015-10-19usb: gadget: fix a trivial typoGeliang Tang1-1/+1
2015-10-01usb: gadget: at91_udc: mention proper dependencySudip Mukherjee1-1/+1
2015-10-01usb: gadget: amd5536udc: NULL comparisonSudip Mukherjee1-4/+4
2015-10-01usb: gadget: amd5536udc: remove forward declaration of udc_basic_initSudip Mukherjee1-28/+27
2015-10-01usb: gadget: amd5536udc: remove forward declaration of udc_pci_*Sudip Mukherjee1-2/+0
2015-10-01usb: gadget: amd5536udc: remove forward declaration of udc_free_dma_chainSudip Mukherjee1-27/+24
2015-10-01usb: gadget: amd5536udc: remove forward declaration of udc_create_dma_chainSudip Mukherjee1-121/+117
2015-10-01usb: gadget: amd5536udc: remove forward declaration of udc_remote_wakeupSudip Mukherjee1-21/+20
2015-10-01usb: gadget: amd5536udc: remove forward declaration of udc_probeSudip Mukherjee1-67/+66
2015-10-01usb: gadget: amd5536udc: remove unnecessary conditionsSudip Mukherjee2-16/+6
2015-10-01usb: gadget: amd5536udc: use free_dma_poolsSudip Mukherjee1-14/+1
2015-10-01usb: gadget: amd5536udc: use WARN_ONSudip Mukherjee1-1/+2
2015-10-01usb: gadget: amd5536udc: fix error pathSudip Mukherjee1-7/+22
2015-10-01usb: gadget: amd5536udc: rewrite init_dma_poolsSudip Mukherjee1-6/+13
2015-09-30usb: gadget: bdc: fix memory leakSudip Mukherjee1-1/+3
2015-09-28usb: gadget: pch-udc: fix lockFelipe Balbi1-4/+4
2015-09-27usb: gadget: dummy_hcd: replace timeval with timespec64WEN Pingbo1-3/+3
2015-09-27usb: gadget: at91_udc: move at91_udc_data in at91_udc.hAlexandre Belloni1-0/+8
2015-09-21usb: gadget: drop null test before destroy functionsJulia Lawall4-8/+4
2015-09-21usb: gadget: dummy_hcd: in transfer(), return data sent, not limitIgor Kotrasinski1-2/+4
2015-09-21usb: gadget: dummy_hcd: fix rescan logic for transferIgor Kotrasinski1-5/+8
2015-09-21usb: gadget: dummy_hcd: fix unneeded else-if conditionIgor Kotrasinski1-1/+1
2015-09-21usb: gadget: dummy_hcd: emulate sending zlp in packet logicIgor Kotrasinski1-8/+17
2015-09-21usb: gadget: atmel_usba_udc: add ep capabilities support on device tree bindingSylvain Rochet1-0/+11
2015-09-14usb: gadget: amd5536udc: fix error handling in udc_pci_probe()Alexey Khoroshilov1-23/+20
2015-09-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2015-08-15usb: gadget: atmel: remove useless includeAlexandre Belloni1-1/+0
2015-08-15Merge tag 'usb-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman29-159/+738
2015-08-07treewide: fix typos in comment blocksMasahiro Yamada1-1/+1
2015-08-06usb: gadget: remove gadget_chips.hRobert Baldyga1-55/+0
2015-08-06usb: gadget: goku_udc: add goku_match_ep() functionRobert Baldyga1-0/+30
2015-08-06usb: gadget: net2280: add net2280_match_ep() functionRobert Baldyga1-0/+28
2015-08-06usb: gadget: move find_ep() from epautoconf to udc-coreRobert Baldyga1-0/+21
2015-08-06usb: gadget: move ep_matches() from epautoconf to udc-coreRobert Baldyga1-0/+69
2015-08-04usb: gadget: epautoconf: remove pxa quirk from ep_matches()Robert Baldyga1-6/+3
2015-08-04usb: gadget: atmel_usba_udc: add ep capabilities supportRobert Baldyga1-0/+11
2015-08-04usb: gadget: udc-xilinx: add ep capabilities supportRobert Baldyga1-0/+9
2015-08-04usb: gadget: s3c2410_udc: add ep capabilities supportRobert Baldyga1-0/+10
2015-08-04usb: gadget: s3c-hsudc: add ep capabilities supportRobert Baldyga1-0/+15