summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2021-07-20usb: gadget: hid: fix error return code in hid_bind()Yang Yingliang1-1/+3
2021-07-20usb: gadget: f_hid: fix endianness issue with descriptorsRuslan Bilovol1-1/+1
2021-07-14usb: gadget: f_fs: Fix setting of device and driver data cross-referencesAndrew Gabbasov1-33/+32
2021-07-14usb: gadget: eem: fix echo command packet response issueLinyu Yuan1-4/+39
2021-06-16usb: fix various gadget panics on 10gbps cablingMaciej Żenczykowski1-0/+8
2021-06-16usb: fix various gadgets null ptr deref on 10gbps cabling.Maciej Żenczykowski10-10/+14
2021-06-16usb: gadget: eem: fix wrong eem header operationLinyu Yuan1-2/+2
2021-06-16usb: gadget: f_fs: Ensure io_completion_wq is idle during unbindWesley Cheng1-0/+3
2021-06-16usb: f_ncm: only first packet of aggregate needs to start timerMaciej Żenczykowski1-4/+4
2021-06-16USB: f_ncm: ncm_bitrate (speed) is unsignedMaciej Żenczykowski1-1/+1
2021-06-03usb: gadget: udc: renesas_usb3: Fix a race in usb3_start_pipen()Yoshihiro Shimoda1-2/+3
2021-05-14usb: gadget: r8a66597: Add missing null check on return from platform_get_res...Colin Ian King1-0/+2
2021-05-14USB: gadget: udc: fix wrong pointer passed to IS_ERR() and PTR_ERR()Yang Yingliang1-2/+2
2021-05-14usb: gadget: aspeed: fix dma map failureTao Ren2-2/+3
2021-05-14usb: gadget: s3c: Fix the error handling path in 's3c2410_udc_probe()'Christophe JAILLET1-4/+12
2021-05-14usb: gadget: s3c: Fix incorrect resources releasingChristophe JAILLET1-11/+3
2021-05-14fotg210-udc: Complete OUT requests on short packetsFabian Vogt1-2/+6
2021-05-14fotg210-udc: Don't DMA more than the buffer can takeFabian Vogt1-2/+3
2021-05-14fotg210-udc: Mask GRP2 interrupts we don't handleFabian Vogt1-0/+6
2021-05-14fotg210-udc: Remove a dubious condition leading to fotg210_doneFabian Vogt1-2/+1
2021-05-14fotg210-udc: Fix EP0 IN requests bigger than two packetsFabian Vogt1-1/+1
2021-05-14fotg210-udc: Fix DMA on EP0 for length > max packet sizeFabian Vogt1-1/+1
2021-05-14usb: gadget: pch_udc: Provide a GPIO line used on Intel Minnowboard (v1)Andy Shevchenko1-14/+57
2021-05-14usb: gadget: pch_udc: Initialize device pointer before useAndy Shevchenko1-2/+3
2021-05-14usb: gadget: pch_udc: Check for DMA mapping errorAndy Shevchenko1-1/+1
2021-05-14usb: gadget: pch_udc: Check if driver is present before calling ->setup()Andy Shevchenko1-10/+18
2021-05-14usb: gadget: pch_udc: Replace cpu_to_le32() by lower_32_bits()Andy Shevchenko1-1/+1
2021-05-14usb: gadget: pch_udc: Revert d3cb25a12138 completelyAndy Shevchenko1-4/+13
2021-05-12usb: gadget/function/f_fs string table fix for multiple languagesDean Anderson1-1/+2
2021-05-12usb: gadget: Fix double free of device descriptor pointersHemant Kumar1-0/+4
2021-05-12usb: gadget: dummy_hcd: fix gpf in gadget_setupAnirudh Rayabharam1-8/+15
2021-05-12usb: gadget: tegra-xudc: Fix possible use-after-free in tegra_xudc_remove()Yang Yingliang1-1/+1
2021-05-12usb: gadget: f_uac1: validate input parametersRuslan Bilovol1-0/+43
2021-05-12usb: gadget: f_uac2: validate input parametersRuslan Bilovol1-2/+37
2021-05-12usb: webcam: Invalid size of Processing Unit DescriptorPawel Laszczak2-0/+2
2021-05-12usb: gadget: uvc: add bInterval checking for HS modePawel Laszczak1-1/+6
2021-03-23usb: gadget: udc: amd5536udc_pci fix null-ptr-dereferenceTong Zhang1-5/+5
2021-03-17usb: gadget: configfs: Fix KASAN use-after-freeJim Lin1-4/+10
2021-03-10USB: gadget: udc: s3c2410_udc: fix return value check in s3c2410_udc_probe()Wei Yongjun1-2/+2
2021-03-10usb: gadget: f_uac1: stop playback on function disableRuslan Bilovol1-0/+1
2021-03-10usb: gadget: f_uac2: always increase endpoint max_packet_size by one audio slotRuslan Bilovol1-1/+1
2021-03-10USB: gadget: u_ether: Fix a configfs return codeDan Carpenter1-3/+2
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2021-02-16kbuild: simplify access to the kernel's versionSasha Levin1-2/+2
2021-02-09usb: gadget: Assign boolean values to a bool variableJiapeng Chong1-4/+4
2021-02-08Merge 5.11-rc7 into usb-nextGreg Kroah-Hartman2-2/+6
2021-01-31USB: gadget: legacy: fix an error code in eth_bind()Dan Carpenter1-1/+3
2021-01-26usb: raw-gadget: update documentation and KconfigAndrey Konovalov1-4/+9
2021-01-26usb: raw-gadget: add copyrightAndrey Konovalov1-1/+2
2021-01-26usb: gadget: aspeed: add missing of_node_putkernel test robot1-1/+3