summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-03-13Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2024-03-07usb: gadget: net2272: Use irqflags in the call to net2272_probe_finColin Ian King
2024-03-07usb: gadget: tegra-xudc: Fix USB3 PHY retrieval logicWayne Chang
2024-03-07USB: gadget: pxa27x_udc: Remove unused of_gpio.hAndy Shevchenko
2024-03-07usb: gadget/snps_udc_plat: Remove unused of_gpio.hAndy Shevchenko
2024-03-05usb: gadget: fsl: Increase size of name buffer for endpointsUwe Kleine-König
2024-03-05usb: gadget: fsl: Add of device table to enable module autoloadingUwe Kleine-König
2024-03-05usb: gadget: fsl-udc: Replace custom log wrappers by dev_{err,warn,dbg,vdbg}Uwe Kleine-König
2024-03-05usb: gadget: ncm: Fix handling of zero block length packetsKrishna Kurapati
2024-02-26Merge v6.8-rc6 into usb-nextGreg Kroah-Hartman
2024-02-19usb: gadget: constify the struct device_type usageRicardo B. Marliere
2024-02-19usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBsKrishna Kurapati
2024-02-19usb: gadget: omap_udc: fix USB gadget regression on Palm TEAaro Koskinen
2024-02-17usb: gadget: uvc: mark incomplete frames with UVC_STREAM_ERRMichael Grzeschik
2024-02-17usb: gadget: uvc: dont drop frames if zero length packages are lateMichael Grzeschik
2024-02-17usb: gadget: uvc: rework complete handlerMichael Grzeschik
2024-02-17usb: gadget: uvc: refactor the check for a valid buffer in the pump workerMichael Grzeschik
2024-02-17usb: gadget: uvc: drop unnecessary check for always set reqMichael Grzeschik
2024-02-17usb: gadget: functionfs: Add DMABUF import interfacePaul Cercueil
2024-02-17usb: gadget: functionfs: Factorize wait-for-endpoint codePaul Cercueil
2024-02-17usb: gadget: Support already-mapped DMA SGsPaul Cercueil
2024-02-08usb: gadget: max3420_udc: Follow renaming of SPI "master" to "controller"Uwe Kleine-König
2024-02-04Merge 6.8-rc3 into usb-nextGreg Kroah-Hartman
2024-01-27usb: gadget: pch_udc: fix an Excess kernel-doc warningRandy Dunlap
2024-01-27usb: gadget: f_fs: expose ready state in configfsPeter Korsgaard
2024-01-27usb: f_mass_storage: forbid async queue when shutdown happenyuan linyu
2024-01-27usb: gadget: ncm: Fix endianness of wMaxSegmentSize variable in ecm_descKrishna Kurapati
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-01-09Merge tag 'spi-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-01-05usb: gadget: uvc: Remove nested lockingAvichal Rakesh
2024-01-05usb: gadget: uvc: Fix use are free during STREAMOFFAvichal Rakesh
2024-01-04usb: gadget: u_ether: Re-attach netif device to mirror detachmentRichard Acayan
2024-01-04Revert "usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()"Frank Li
2024-01-04usb: gadget: ncm: Add support to update wMaxSegmentSize via configfsKrishna Kurapati
2024-01-02drivers/usb/gadget/udc: Fix spelling typo in comments(reqest->request)liyouhong
2023-12-15usb: gadget: webcam: Make g_webcam loadable againAndrzej Pietrasiewicz
2023-12-15usb: gadget: f_fs: fix fortify warningDmitry Antipov
2023-12-15usb: cdns2: Replace snprintf() with the safer scnprintf() variantLee Jones
2023-12-15usb: gadget: udc: atmel: Replace snprintf() with the safer scnprintf() variantLee Jones
2023-12-15usb: gadget: uvc: Replace snprintf() with the safer scnprintf() variantLee Jones
2023-12-15usb: gadget: f_uac2: Replace snprintf() with the safer scnprintf() variantLee Jones
2023-12-15usb: gadget: f_uac1: Replace snprintf() with the safer scnprintf() variantLee Jones
2023-12-15usb: gadget: configfs: Replace snprintf() with the safer scnprintf() variantLee Jones
2023-12-15usb: f_uac1: adds support for SS and SSPPerr Zhang
2023-12-11Merge 6.7-rc5 into usb-nextGreg Kroah-Hartman
2023-12-07usb: gadget: f_hid: fix report descriptor allocationKonstantin Aladyshev
2023-12-04usb: gadget: f_tcm: Remove snprintf() from sysfs call-backs and replace with ...Lee Jones
2023-12-04usb: gadget: Remove snprintf() from sysfs call-backs and replace with sysfs_e...Lee Jones