summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | usb: gadget: pxa27x_udc: clean up commentTom Rix2022-04-211-1/+1
| * | USB: omap_udc: clean up commentTom Rix2022-04-211-1/+1
| * | usb: gadget: f_acm: add support for USB_CDC_REQ_SEND_BREAKMichael Grzeschik2022-04-211-0/+10
| * | usb: gadget: omap_udc: Make it CCF clk API compatibleJanusz Krzysztofik2022-04-211-6/+8
| * | usb: gadget: net2280: use swap() instead of open coding itGuo Zhengkui2022-04-211-11/+3
| * | usb: gadget: u_audio: clean up some inconsistent indentingJiapeng Chong2022-04-211-2/+2
| * | usb: gadget: uvc: improve sg exit conditionMichael Grzeschik2022-04-211-1/+1
| * | usb: gadget: uvc: giveback vb2 buffer on req completeMichael Grzeschik2022-04-213-3/+11
| * | usb: gadget: uvc: rework uvcg_queue_next_buffer to uvcg_complete_bufferMichael Grzeschik2022-04-213-15/+6
| * | usb: gadget: uvc: remove pause flag useDan Vacura2022-04-212-15/+1
| * | usb: gadget: uvc: allow changing interface name via configfsDan Vacura2022-04-213-1/+45
* | | Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-032-23/+21
|\ \ \
| * | | ARM: pxa: lubbock: pass udc irqs as resourceArnd Bergmann2022-05-072-23/+21
| |/ /
* | | Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-261-1/+4
|\ \ \
| * | | ARM: omap: dma: make usb support optionalArnd Bergmann2022-04-211-1/+1
| * | | usb: omap: avoid mach/*.h headersArnd Bergmann2022-04-212-1/+3
| * | | ARM: omap1: move mach/usb.h to include/linux/socArnd Bergmann2022-04-211-1/+2
| |/ /
* | | usb: gadget: fix race when gadget driver register via ioctlSchspa Shi2022-05-121-0/+2
* | | usb: gadget: uvc: allow for application to cleanly shutdownDan Vacura2022-05-053-1/+29
| |/ |/|
* | usb: gadget: configfs: clear deactivation flag in configfs_composite_unbind()Vijayavardhan Vennapusa2022-04-211-0/+2
* | usb: gadget: uvc: Fix crash when encoding data for usb requestDan Vacura2022-04-191-0/+2
|/
* Merge tag 'usb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-03-2644-418/+1209
|\
| * usb: gadget: fsl_qe_udc: Add missing semicolon in qe_ep_dequeue()YueHaibing2022-03-191-1/+1
| * usb: gadget: Makefile: remove ccflags-yLinyu Yuan2022-03-181-1/+0
| * usb: gadget: eliminate anonymous module_init & module_exitRandy Dunlap2022-03-183-13/+13
| * usb: gadget: udc: s3c2410: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-8/+9
| * usb: gadget: dummy_hcd: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-8/+9
| * usb: gadget: udc: core: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-8/+12
| * usb: gadget: composite: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-13/+14
| * usb: gadget: pxa27x_udc: replace usage of rc to check if a list element was f...Jakob Koschel2022-03-151-6/+7
| * usb: gadget: composite: remove check of list iterator against head past the l...Jakob Koschel2022-03-151-4/+5
| * usb: gadget: tegra-xudc: remove using list iterator after loop body as a ptrJakob Koschel2022-03-151-5/+7
| * usb: gadget: udc: max3420_udc: remove using list iterator after loop body as ...Jakob Koschel2022-03-151-7/+11
| * usb: gadget: legacy: remove using list iterator after loop body as a ptrJakob Koschel2022-03-151-11/+12
| * usb: gadget: configfs: remove using list iterator after loop body as a ptrJakob Koschel2022-03-151-10/+14
| * usb: gadget: aspeed: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+7
| * usb: gadget: udc-xilinx: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+8
| * usb: gadget: s3c-hsudc: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+7
| * usb: gadget: omap_udc: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+7
| * usb: gadget: udc: net2280: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+8
| * usb: gadget: net2272: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-6/+7
| * usb: gadget: udc: mv_udc_core: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+7
| * usb: gadget: mv_u3d: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+7
| * usb: gadget: lpc32xx_udc: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+7
| * usb: gadget: udc: gr_udc: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+7
| * usb: gadget: goku_udc: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+7
| * usb: gadget: udc: at91: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+7
| * usb: gadget: udc: pxa25x: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+8
| * usb: gadget: udc: atmel: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+8
| * usb: gadget: bdc: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-4/+9