summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc
AgeCommit message (Expand)AuthorFilesLines
2022-06-10usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probeMiaoqian Lin1-0/+1
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds8-173/+164
2022-06-02Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-23/+21
2022-05-12usb: gadget: udc: Remove useless variable assignment in xudc_read_fifo()Piyush Mehta1-1/+1
2022-05-11USB: gadget: Add ID numbers to gadget namesAlan Stern1-2/+14
2022-05-07ARM: pxa: lubbock: pass udc irqs as resourceArnd Bergmann2-23/+21
2022-05-05USB: gadget: Fix return of -EBUSYColin Ian King1-1/+1
2022-04-26USB: gadget: Add a new bus for gadgetsAlan Stern1-134/+122
2022-04-26USB: gadget: Fix mistakes in UDC core kerneldocAlan Stern1-9/+5
2022-04-26USB: gadget: Register udc before gadgetAlan Stern1-8/+9
2022-04-26USB: gadget: Rename usb_gadget_probe_driver()Alan Stern1-2/+2
2022-04-21usb: gadget: net2272: clean up commentsTom Rix1-3/+3
2022-04-21usb: gadget: tegra-xudc: clean up commentsTom Rix1-2/+2
2022-04-21usb: gadget: s3c-hsudc: clean up commentsTom Rix1-2/+2
2022-04-21usb: gadget: pxa27x_udc: clean up commentTom Rix1-1/+1
2022-04-21USB: omap_udc: clean up commentTom Rix1-1/+1
2022-04-21usb: gadget: omap_udc: Make it CCF clk API compatibleJanusz Krzysztofik1-6/+8
2022-04-21usb: gadget: net2280: use swap() instead of open coding itGuo Zhengkui1-11/+3
2022-04-21ARM: omap: dma: make usb support optionalArnd Bergmann1-1/+1
2022-04-21usb: omap: avoid mach/*.h headersArnd Bergmann2-1/+3
2022-04-21ARM: omap1: move mach/usb.h to include/linux/socArnd Bergmann1-1/+2
2022-03-26Merge tag 'usb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds25-143/+198
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-3/+1
2022-03-19usb: gadget: fsl_qe_udc: Add missing semicolon in qe_ep_dequeue()YueHaibing1-1/+1
2022-03-18usb: gadget: eliminate anonymous module_init & module_exitRandy Dunlap1-4/+4
2022-03-15usb: gadget: Fix use-after-free bug by not setting udc->dev.driverAlan Stern1-3/+0
2022-03-15usb: gadget: udc: s3c2410: remove usage of list iterator past the loop bodyJakob Koschel1-8/+9
2022-03-15usb: gadget: dummy_hcd: remove usage of list iterator past the loop bodyJakob Koschel1-8/+9
2022-03-15usb: gadget: udc: core: remove usage of list iterator past the loop bodyJakob Koschel1-8/+12
2022-03-15usb: gadget: pxa27x_udc: replace usage of rc to check if a list element was f...Jakob Koschel1-6/+7
2022-03-15usb: gadget: tegra-xudc: remove using list iterator after loop body as a ptrJakob Koschel1-5/+7
2022-03-15usb: gadget: udc: max3420_udc: remove using list iterator after loop body as ...Jakob Koschel1-7/+11
2022-03-15usb: gadget: aspeed: remove usage of list iterator past the loop bodyJakob Koschel1-5/+7
2022-03-15usb: gadget: udc-xilinx: remove usage of list iterator past the loop bodyJakob Koschel1-5/+8
2022-03-15usb: gadget: s3c-hsudc: remove usage of list iterator past the loop bodyJakob Koschel1-5/+7
2022-03-15usb: gadget: omap_udc: remove usage of list iterator past the loop bodyJakob Koschel1-5/+7
2022-03-15usb: gadget: udc: net2280: remove usage of list iterator past the loop bodyJakob Koschel1-5/+8
2022-03-15usb: gadget: net2272: remove usage of list iterator past the loop bodyJakob Koschel1-6/+7
2022-03-15usb: gadget: udc: mv_udc_core: remove usage of list iterator past the loop bodyJakob Koschel1-5/+7
2022-03-15usb: gadget: mv_u3d: remove usage of list iterator past the loop bodyJakob Koschel1-5/+7
2022-03-15usb: gadget: lpc32xx_udc: remove usage of list iterator past the loop bodyJakob Koschel1-5/+7
2022-03-15usb: gadget: udc: gr_udc: remove usage of list iterator past the loop bodyJakob Koschel1-5/+7
2022-03-15usb: gadget: goku_udc: remove usage of list iterator past the loop bodyJakob Koschel1-5/+7
2022-03-15usb: gadget: udc: at91: remove usage of list iterator past the loop bodyJakob Koschel1-5/+7
2022-03-15usb: gadget: udc: pxa25x: remove usage of list iterator past the loop bodyJakob Koschel1-5/+8
2022-03-15usb: gadget: udc: atmel: remove usage of list iterator past the loop bodyJakob Koschel1-5/+8
2022-03-15usb: gadget: bdc: remove usage of list iterator past the loop bodyJakob Koschel1-4/+9
2022-03-15usb: gadget: fsl: remove usage of list iterator past the loop bodyJakob Koschel2-10/+16
2022-03-15usb: gadget: udc: fix typos in commentsJulia Lawall1-1/+1
2022-03-03usb: Drop commas after SoC match table sentinelsGeert Uytterhoeven1-1/+1