summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc
AgeCommit message (Expand)Author
2022-04-13usb: gadget: tegra-xudc: Fix control endpoint's definitionsWayne Chang
2022-04-13usb: gadget: tegra-xudc: Do not program SPARAMWayne Chang
2022-03-23usb: gadget: Fix use-after-free bug by not setting udc->dev.driverAlan Stern
2022-03-02USB: gadget: validate endpoint index for xilinx udcSzymon Heidrich
2022-02-16usb: gadget: udc: renesas_usb3: Fix host to USB_ROLE_NONE transitionAdam Ford
2021-11-12usb: gadget: Mark USB_FSL_QE broken on 64-bitGeert Uytterhoeven
2021-09-30usb: gadget: r8a66597: fix a loop in set_feature()Dan Carpenter
2021-09-15usb: bdc: Fix a resource leak in the error handling path of 'bdc_probe()'Christophe JAILLET
2021-09-15usb: bdc: Fix an error handling path in 'bdc_probe()' when no suitable DMA co...Christophe JAILLET
2021-09-15usb: gadget: mv_u3d: request_irq() after initializing UDCNadezda Lutovinova
2021-09-15usb: gadget: udc: renesas_usb3: Fix soc_device_match() abuseGeert Uytterhoeven
2021-09-15usb: gadget: udc: s3c2410: add IRQ checkSergey Shtylyov
2021-09-15usb: gadget: udc: at91: add IRQ checkSergey Shtylyov
2021-09-12usb: gadget: tegra-xudc: fix the wrong mult value for HS isoc or intrChunfeng Yun
2021-08-12usb: gadget: remove leaked entry from udc driver listZhang Qilong
2021-07-28usb: gadget: Fix Unbalanced pm_runtime_enable in tegra_xudc_probeZhang Qilong
2021-06-03usb: gadget: udc: renesas_usb3: Fix a race in usb3_start_pipen()Yoshihiro Shimoda
2021-05-14usb: gadget: r8a66597: Add missing null check on return from platform_get_res...Colin Ian King
2021-05-14USB: gadget: udc: fix wrong pointer passed to IS_ERR() and PTR_ERR()Yang Yingliang
2021-05-14usb: gadget: aspeed: fix dma map failureTao Ren
2021-05-14usb: gadget: s3c: Fix the error handling path in 's3c2410_udc_probe()'Christophe JAILLET
2021-05-14usb: gadget: s3c: Fix incorrect resources releasingChristophe JAILLET
2021-05-14fotg210-udc: Complete OUT requests on short packetsFabian Vogt
2021-05-14fotg210-udc: Don't DMA more than the buffer can takeFabian Vogt
2021-05-14fotg210-udc: Mask GRP2 interrupts we don't handleFabian Vogt
2021-05-14fotg210-udc: Remove a dubious condition leading to fotg210_doneFabian Vogt
2021-05-14fotg210-udc: Fix EP0 IN requests bigger than two packetsFabian Vogt
2021-05-14fotg210-udc: Fix DMA on EP0 for length > max packet sizeFabian Vogt
2021-05-14usb: gadget: pch_udc: Provide a GPIO line used on Intel Minnowboard (v1)Andy Shevchenko
2021-05-14usb: gadget: pch_udc: Initialize device pointer before useAndy Shevchenko
2021-05-14usb: gadget: pch_udc: Check for DMA mapping errorAndy Shevchenko
2021-05-14usb: gadget: pch_udc: Check if driver is present before calling ->setup()Andy Shevchenko
2021-05-14usb: gadget: pch_udc: Replace cpu_to_le32() by lower_32_bits()Andy Shevchenko
2021-05-14usb: gadget: pch_udc: Revert d3cb25a12138 completelyAndy Shevchenko
2021-05-11usb: gadget: dummy_hcd: fix gpf in gadget_setupAnirudh Rayabharam
2021-05-11usb: gadget: tegra-xudc: Fix possible use-after-free in tegra_xudc_remove()Yang Yingliang
2021-04-07usb: gadget: udc: amd5536udc_pci fix null-ptr-dereferenceTong Zhang
2021-03-17USB: gadget: udc: s3c2410_udc: fix return value check in s3c2410_udc_probe()Wei Yongjun
2021-02-10usb: gadget: aspeed: add missing of_node_putkernel test robot
2021-01-27usb: bdc: Make bdc pci driver depend on BROKENPatrik Jakobsson
2021-01-27usb: udc: core: Use lock when write to soft_connectThinh Nguyen
2021-01-27USB: gadget: dummy-hcd: Fix errors in port-reset handlingAlan Stern
2021-01-27usb: gadget: aspeed: fix stop dma register setting.Ryan Chen
2021-01-12USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bugAlan Stern
2020-12-21USB: dummy-hcd: Fix uninitialized array use in init()Bui Quang Minh
2020-10-27usb: gadget: fsl: fix null pointer checkingRan Wang
2020-10-27usb: gadget: goku_udc: fix potential crashes in probeEvgeny Novikov
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2020-10-03Merge tag 'usb-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2020-10-02usb: bdc: remove duplicated error messageTang Bin