summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2022-03-26Merge tag 'usb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-03-23Merge tag 'media/v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)
2022-03-19usb: gadget: fsl_qe_udc: Add missing semicolon in qe_ep_dequeue()YueHaibing
2022-03-18usb: gadget: Makefile: remove ccflags-yLinyu Yuan
2022-03-18usb: gadget: eliminate anonymous module_init & module_exitRandy Dunlap
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab
2022-03-15usb: gadget: Fix use-after-free bug by not setting udc->dev.driverAlan Stern
2022-03-15usb: gadget: udc: s3c2410: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: dummy_hcd: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: udc: core: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: composite: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: pxa27x_udc: replace usage of rc to check if a list element was f...Jakob Koschel
2022-03-15usb: gadget: composite: remove check of list iterator against head past the l...Jakob Koschel
2022-03-15usb: gadget: tegra-xudc: remove using list iterator after loop body as a ptrJakob Koschel
2022-03-15usb: gadget: udc: max3420_udc: remove using list iterator after loop body as ...Jakob Koschel
2022-03-15usb: gadget: legacy: remove using list iterator after loop body as a ptrJakob Koschel
2022-03-15usb: gadget: configfs: remove using list iterator after loop body as a ptrJakob Koschel
2022-03-15usb: gadget: aspeed: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: udc-xilinx: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: s3c-hsudc: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: omap_udc: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: udc: net2280: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: net2272: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: udc: mv_udc_core: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: mv_u3d: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: lpc32xx_udc: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: udc: gr_udc: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: goku_udc: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: udc: at91: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: udc: pxa25x: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: udc: atmel: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: bdc: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: fsl: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: rndis: prevent integer overflow in rndis_set_response()Dan Carpenter
2022-03-15usb: raw-gadget: return -EINVAL if no proper ep address availableWei Ming Chen
2022-03-15usb: raw-gadget: use kzallocJulia Lawall
2022-03-15usb: gadget: udc: fix typos in commentsJulia Lawall
2022-03-03usb: Drop commas after SoC match table sentinelsGeert Uytterhoeven
2022-02-28Merge 5.17-rc6 into usb-nextGreg Kroah-Hartman
2022-02-24usb: gadget: rndis: add spinlock for rndis response listDaehwan Jung
2022-02-24USB: gadget: validate endpoint index for xilinx udcSzymon Heidrich
2022-02-14Merge 5.17-rc4 into usb-nextGreg Kroah-Hartman
2022-02-11usb: gadget: rndis: check size of RNDIS_MSG_SET commandGreg Kroah-Hartman
2022-02-11USB: gadget: validate interface OS descriptor requestsSzymon Heidrich
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2022-02-04usb: gadget: f_uac2: Neaten and reduce size of afunc_validate_optsJoe Perches
2022-02-04usb: gadget: f_uac2: change maxpctksize/maxpcktsize to wMaxPacketSizeColin Ian King