aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-23usb: gadget: net2280: fix endpoint max packet for super speed connectionsSimon Appleby1-2/+13
2016-02-23usb: gadget: remove driver from pending list on probe errorMarek Szyprowski1-1/+2
2016-02-17usb: gadget: fsl_qe_udc: fix IS_ERR_VALUE usageAndrzej Hajda1-1/+1
2016-01-22wrappers for ->i_mutex accessAl Viro1-6/+6
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2015-12-26Merge tag 'usb-for-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman7-64/+2046
2015-12-22usb: gadget: renesas_usb3: add support for Renesas USB3.0 peripheral controllerYoshihiro Shimoda3-0/+1987
2015-12-22QE: Move QE from arch/powerpc to drivers/socZhao Qiang1-1/+1
2015-12-22usb: gadget: bcm63xx_udc: use list_for_each_entry_safeGeliang Tang1-5/+2
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-13Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman1-0/+3
2015-12-01usb : 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-22Merge tag 'usb-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg 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-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-08-14usb: gadget: atmel: remove useless includeAlexandre Belloni1-1/+0
2015-08-14Merge tag 'usb-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg 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