summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc
AgeCommit message (Expand)AuthorFilesLines
2021-04-22usb: gadget: net2272: remove redundant initialization of statusColin Ian King1-1/+2
2021-04-22usb: gadget: dummy_hcd: fix gpf in gadget_setupAnirudh Rayabharam1-8/+15
2021-04-09usb: gadget: tegra-xudc: Fix possible use-after-free in tegra_xudc_remove()Yang Yingliang1-1/+1
2021-04-09usb: gadget: r8a66597: Add missing null check on return from platform_get_res...Colin Ian King1-0/+2
2021-04-05Merge 5.12-rc6 into usb-nextGreg Kroah-Hartman1-5/+5
2021-04-02USB: gadget: udc: fix wrong pointer passed to IS_ERR() and PTR_ERR()Yang Yingliang1-2/+2
2021-04-02usb: gadget: aspeed: fix dma map failureTao Ren2-2/+3
2021-03-28usb: gadget: s3c: Fix the error handling path in 's3c2410_udc_probe()'Christophe JAILLET1-4/+12
2021-03-28usb: gadget: s3c: Fix incorrect resources releasingChristophe JAILLET1-11/+3
2021-03-26usb: gadget: pch_udc: Convert Intel Quark quirk to use driver dataAndy Shevchenko1-9/+14
2021-03-26usb: gadget: pch_udc: Use PCI sub IDs instead of DMIAndy Shevchenko1-47/+44
2021-03-26usb: gadget: pch_udc: Remove CONFIG_PM_SLEEP ifdeferyAndy Shevchenko1-8/+3
2021-03-26usb: gadget: pch_udc: switch over to usb_gadget_map/unmap_request()Andy Shevchenko1-72/+6
2021-03-26fotg210-udc: Complete OUT requests on short packetsFabian Vogt1-2/+6
2021-03-26fotg210-udc: Don't DMA more than the buffer can takeFabian Vogt1-2/+3
2021-03-26fotg210-udc: Call usb_gadget_udc_resetFabian Vogt1-0/+2
2021-03-26fotg210-udc: Mask GRP2 interrupts we don't handleFabian Vogt1-0/+6
2021-03-26fotg210-udc: Remove a dubious condition leading to fotg210_doneFabian Vogt1-2/+1
2021-03-26fotg210-udc: Fix EP0 IN requests bigger than two packetsFabian Vogt1-1/+1
2021-03-26fotg210-udc: Fix DMA on EP0 for length > max packet sizeFabian Vogt1-1/+1
2021-03-23usb: gadget: pch_udc: Provide a GPIO line used on Intel Minnowboard (v1)Andy Shevchenko1-14/+57
2021-03-23usb: gadget: pch_udc: Initialize device pointer before useAndy Shevchenko1-2/+3
2021-03-23usb: gadget: pch_udc: Revert d3cb25a12138 completelyAndy Shevchenko1-4/+13
2021-03-23usb: gadget: pch_udc: Move pch_udc_init() to satisfy kernel docAndy Shevchenko1-1/+2
2021-03-23usb: gadget: pch_udc: Check for DMA mapping errorAndy Shevchenko1-1/+1
2021-03-23usb: gadget: pch_udc: Check if driver is present before calling ->setup()Andy Shevchenko1-10/+18
2021-03-23usb: gadget: pch_udc: Replace cpu_to_le32() by lower_32_bits()Andy Shevchenko1-1/+1
2021-03-23usb: gadget: udc: amd5536udc_pci fix null-ptr-dereferenceTong Zhang1-5/+5
2021-03-15Merge 5.12-rc3 into usb-nextGreg Kroah-Hartman1-2/+2
2021-03-10USB: gadget: dummy-hcd: remove redundant initialization of variable 'value'Colin Ian King1-1/+1
2021-03-10USB: gadget: udc: s3c2410_udc: fix return value check in s3c2410_udc_probe()Wei Yongjun1-2/+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-Hartman1-1/+3
2021-01-26usb: gadget: aspeed: add missing of_node_putkernel test robot1-1/+3
2021-01-25Merge v5.11-rc5 into usb-nextGreg Kroah-Hartman3-7/+21
2021-01-19usb: bdc: Make bdc pci driver depend on BROKENPatrik Jakobsson1-1/+1
2021-01-19USB: gadget: udc: Process disconnect synchronouslyDavidlohr Bueso1-27/+3
2021-01-18usb: gadget: Introduce udc_set_ssp_rate() for SSPThinh Nguyen1-5/+11
2021-01-18usb: bdc: Remove the BDC PCI driverAl Cooper3-141/+0
2021-01-15usb: udc: core: Use lock when write to soft_connectThinh Nguyen1-3/+10
2021-01-15drivers/usb/gadget/udc: Assign boolean values to a bool variableJiapeng Zhong1-1/+1
2021-01-14USB: gadget: dummy-hcd: Fix errors in port-reset handlingAlan Stern1-3/+7
2021-01-13usb: gadget: bdc: fix checkpatch.pl repeated word warningChunfeng Yun1-1/+1
2021-01-13usb: gadget: bdc: fix checkpatch.pl spacing errorChunfeng Yun1-1/+1
2021-01-13usb: gadget: bdc: fix checkpatch.pl tab warningChunfeng Yun2-3/+3
2021-01-13usb: gadget: bdc: use the BIT macro to define bit filedChunfeng Yun1-42/+42
2021-01-13usb: gadget: bdc: avoid precedence issuesChunfeng Yun1-9/+9
2021-01-13usb: gadget: bdc: add identifier name for function declaraionChunfeng Yun4-31/+31