summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probeMiaoqian Lin2022-06-101-0/+1
* Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-038-173/+164
|\
| * usb: gadget: udc: Remove useless variable assignment in xudc_read_fifo()Piyush Mehta2022-05-121-1/+1
| * USB: gadget: Add ID numbers to gadget namesAlan Stern2022-05-111-2/+14
| * USB: gadget: Fix return of -EBUSYColin Ian King2022-05-051-1/+1
| * USB: gadget: Add a new bus for gadgetsAlan Stern2022-04-261-134/+122
| * USB: gadget: Fix mistakes in UDC core kerneldocAlan Stern2022-04-261-9/+5
| * USB: gadget: Register udc before gadgetAlan Stern2022-04-261-8/+9
| * USB: gadget: Rename usb_gadget_probe_driver()Alan Stern2022-04-261-2/+2
| * usb: gadget: net2272: clean up commentsTom Rix2022-04-211-3/+3
| * usb: gadget: tegra-xudc: clean up commentsTom Rix2022-04-211-2/+2
| * usb: gadget: s3c-hsudc: clean up commentsTom Rix2022-04-211-2/+2
| * 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: 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
* | Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-022-23/+21
|\ \
| * | ARM: pxa: lubbock: pass udc irqs as resourceArnd Bergmann2022-05-072-23/+21
| |/
* | 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
|/
* Merge tag 'usb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-03-2625-143/+198
|\
| * usb: gadget: fsl_qe_udc: Add missing semicolon in qe_ep_dequeue()YueHaibing2022-03-191-1/+1
| * usb: gadget: eliminate anonymous module_init & module_exitRandy Dunlap2022-03-181-4/+4
| * 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: pxa27x_udc: replace usage of rc to check if a list element was f...Jakob Koschel2022-03-151-6/+7
| * 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: 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
| * usb: gadget: fsl: remove usage of list iterator past the loop bodyJakob Koschel2022-03-152-10/+16
| * usb: gadget: udc: fix typos in commentsJulia Lawall2022-03-151-1/+1
| * usb: Drop commas after SoC match table sentinelsGeert Uytterhoeven2022-03-031-1/+1
| * Merge 5.17-rc6 into usb-nextGreg Kroah-Hartman2022-02-281-0/+6
| |\
| * \ Merge 5.17-rc4 into usb-nextGreg Kroah-Hartman2022-02-141-0/+2
| |\ \