summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc/fotg210-udc.c
AgeCommit message (Expand)Author
2021-03-26fotg210-udc: Complete OUT requests on short packetsFabian Vogt
2021-03-26fotg210-udc: Don't DMA more than the buffer can takeFabian Vogt
2021-03-26fotg210-udc: Call usb_gadget_udc_resetFabian Vogt
2021-03-26fotg210-udc: Mask GRP2 interrupts we don't handleFabian Vogt
2021-03-26fotg210-udc: Remove a dubious condition leading to fotg210_doneFabian Vogt
2021-03-26fotg210-udc: Fix EP0 IN requests bigger than two packetsFabian Vogt
2021-03-26fotg210-udc: Fix DMA on EP0 for length > max packet sizeFabian Vogt
2020-02-19usb: gadget: fotg210-udc: remove useless cast for driver.nameCorentin Labbe
2019-06-18fotg210-udc: Remove unneeded variableHariprasad Kelam
2019-02-11fotg210-udc: pass struct device to DMA API functionsChristoph Hellwig
2019-02-11fotg210-udc: remove a bogus dma_sync_single_for_device callChristoph Hellwig
2018-10-02usb: gadget: udc: fotg210-udc: Fix a sleep-in-atomic-context bug in fotg210_g...Jia-Ju Bai
2018-08-29usb: gadget: fotg210-udc: Fix memory leak of fotg210->ep[i]Anton Vasilyev
2017-11-07USB: gadget: udc: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-01-24usb: gadget: udc: constify usb_ep_ops structuresBhumika Goyal
2017-01-24usb: gadget: constify usb_gadget_ops structuresBhumika Goyal
2015-08-04usb: gadget: fotg210-udc: add ep capabilities supportRobert Baldyga
2015-07-30usb: gadget: fotg210-udc: remove duplicate conditionsDan Carpenter
2015-07-06usb: gadget: udc: fix free_irq() after request_irq() failedTakeshi Yoshimura
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-03usb: gadget: remove unnecessary 'driver' argumentFelipe Balbi
2014-10-20usb: gadget: udc: drop owner assignment from platform_driversWolfram Sang
2014-09-25usb: gadget: Refactor request completionMichal Sojka
2014-07-16usb: gadget: Gadget directory cleanup - group UDC driversAndrzej Pietrasiewicz