index
:
pm24.git
cpufreq-rust
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
udc
/
fotg210-udc.c
Age
Commit message (
Expand
)
Author
2021-03-26
fotg210-udc: Complete OUT requests on short packets
Fabian Vogt
2021-03-26
fotg210-udc: Don't DMA more than the buffer can take
Fabian Vogt
2021-03-26
fotg210-udc: Call usb_gadget_udc_reset
Fabian Vogt
2021-03-26
fotg210-udc: Mask GRP2 interrupts we don't handle
Fabian Vogt
2021-03-26
fotg210-udc: Remove a dubious condition leading to fotg210_done
Fabian Vogt
2021-03-26
fotg210-udc: Fix EP0 IN requests bigger than two packets
Fabian Vogt
2021-03-26
fotg210-udc: Fix DMA on EP0 for length > max packet size
Fabian Vogt
2020-02-19
usb: gadget: fotg210-udc: remove useless cast for driver.name
Corentin Labbe
2019-06-18
fotg210-udc: Remove unneeded variable
Hariprasad Kelam
2019-02-11
fotg210-udc: pass struct device to DMA API functions
Christoph Hellwig
2019-02-11
fotg210-udc: remove a bogus dma_sync_single_for_device call
Christoph Hellwig
2018-10-02
usb: gadget: udc: fotg210-udc: Fix a sleep-in-atomic-context bug in fotg210_g...
Jia-Ju Bai
2018-08-29
usb: gadget: fotg210-udc: Fix memory leak of fotg210->ep[i]
Anton Vasilyev
2017-11-07
USB: gadget: udc: Remove redundant license text
Greg Kroah-Hartman
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-01-24
usb: gadget: udc: constify usb_ep_ops structures
Bhumika Goyal
2017-01-24
usb: gadget: constify usb_gadget_ops structures
Bhumika Goyal
2015-08-04
usb: gadget: fotg210-udc: add ep capabilities support
Robert Baldyga
2015-07-30
usb: gadget: fotg210-udc: remove duplicate conditions
Dan Carpenter
2015-07-06
usb: gadget: udc: fix free_irq() after request_irq() failed
Takeshi Yoshimura
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-11-03
usb: gadget: remove unnecessary 'driver' argument
Felipe Balbi
2014-10-20
usb: gadget: udc: drop owner assignment from platform_drivers
Wolfram Sang
2014-09-25
usb: gadget: Refactor request completion
Michal Sojka
2014-07-16
usb: gadget: Gadget directory cleanup - group UDC drivers
Andrzej Pietrasiewicz