summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc
AgeCommit message (Expand)AuthorFilesLines
2023-01-14usb: fotg210-udc: Fix ages old endianness issuesLinus Walleij1-6/+6
2022-11-03usb: bdc: change state when port disconnectedJustin Chen1-0/+1
2022-09-28Revert "usb: gadget: udc-xilinx: replace memcpy with memcpy_toio"Greg Kroah-Hartman1-8/+8
2022-09-28usb: gadget: udc-xilinx: replace memcpy with memcpy_toioPiyush Mehta1-8/+8
2022-08-21usb: aspeed-vhub: Fix refcount leak bug in ast_vhub_init_desc()Liang He1-1/+3
2022-08-21usb: gadget: udc: amd5536 depends on HAS_DMARandy Dunlap1-1/+1
2022-08-21usb: gadget: tegra-xudc: Fix error check in tegra_xudc_powerdomain_init()Tang Bin1-4/+4
2022-06-22usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probeMiaoqian Lin1-0/+1
2022-04-13usb: gadget: tegra-xudc: Fix control endpoint's definitionsWayne Chang1-2/+10
2022-04-13usb: gadget: tegra-xudc: Do not program SPARAMWayne Chang1-8/+0
2022-03-23usb: gadget: Fix use-after-free bug by not setting udc->dev.driverAlan Stern1-3/+0
2022-03-02USB: gadget: validate endpoint index for xilinx udcSzymon Heidrich1-0/+6
2022-02-16usb: gadget: udc: renesas_usb3: Fix host to USB_ROLE_NONE transitionAdam Ford1-0/+2
2021-11-12usb: gadget: Mark USB_FSL_QE broken on 64-bitGeert Uytterhoeven1-0/+1
2021-09-30usb: gadget: r8a66597: fix a loop in set_feature()Dan Carpenter1-1/+1
2021-09-15usb: bdc: Fix a resource leak in the error handling path of 'bdc_probe()'Christophe JAILLET1-14/+13
2021-09-15usb: bdc: Fix an error handling path in 'bdc_probe()' when no suitable DMA co...Christophe JAILLET1-1/+2
2021-09-15usb: gadget: mv_u3d: request_irq() after initializing UDCNadezda Lutovinova1-9/+10
2021-09-15usb: gadget: udc: renesas_usb3: Fix soc_device_match() abuseGeert Uytterhoeven1-10/+7
2021-09-15usb: gadget: udc: s3c2410: add IRQ checkSergey Shtylyov1-0/+4
2021-09-15usb: gadget: udc: at91: add IRQ checkSergey Shtylyov1-1/+3
2021-09-12usb: gadget: tegra-xudc: fix the wrong mult value for HS isoc or intrChunfeng Yun1-2/+2
2021-08-12usb: gadget: remove leaked entry from udc driver listZhang Qilong1-4/+10
2021-07-28usb: gadget: Fix Unbalanced pm_runtime_enable in tegra_xudc_probeZhang Qilong1-0/+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-11usb: gadget: dummy_hcd: fix gpf in gadget_setupAnirudh Rayabharam1-8/+15
2021-05-11usb: gadget: tegra-xudc: Fix possible use-after-free in tegra_xudc_remove()Yang Yingliang1-1/+1
2021-04-07usb: gadget: udc: amd5536udc_pci fix null-ptr-dereferenceTong Zhang1-5/+5
2021-03-17USB: gadget: udc: s3c2410_udc: fix return value check in s3c2410_udc_probe()Wei Yongjun1-2/+2
2021-02-10usb: gadget: aspeed: add missing of_node_putkernel test robot1-1/+3
2021-01-27usb: bdc: Make bdc pci driver depend on BROKENPatrik Jakobsson1-1/+1
2021-01-27usb: udc: core: Use lock when write to soft_connectThinh Nguyen1-3/+10
2021-01-27USB: gadget: dummy-hcd: Fix errors in port-reset handlingAlan Stern1-3/+7