summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | usb: xhci-mtk: fix wrong remainder of bandwidth budgetChunfeng Yun2021-04-021-5/+2
| * | | | | USB: gadget: udc: fix wrong pointer passed to IS_ERR() and PTR_ERR()Yang Yingliang2021-04-021-2/+2
| * | | | | usb: dwc2: delete duplicate word in the commentTian Tao2021-04-021-1/+1
| * | | | | usb: dwc2: add parenthess and space around *Tian Tao2021-04-021-1/+1
| * | | | | usb: gadget: aspeed: fix dma map failureTao Ren2021-04-022-2/+3
| * | | | | usb: dwc3: add cancelled reasons for dwc3 requestsRay Chi2021-04-023-11/+31
| * | | | | usb: dwc3: exynos: fix incorrect kernel-doc comment syntaxAditya Srivastava2021-04-021-1/+1
| * | | | | usb: dwc3: fix incorrect kernel-doc comment syntax in filesAditya Srivastava2021-04-027-7/+7
| * | | | | usb: dwc3: st: fix incorrect kernel-doc comment syntax in fileAditya Srivastava2021-04-021-1/+1
| * | | | | usb: dwc3: imx8mp: fix incorrect kernel-doc comment syntaxAditya Srivastava2021-04-021-1/+1
| * | | | | usb: gadget: s3c: Fix the error handling path in 's3c2410_udc_probe()'Christophe JAILLET2021-03-281-4/+12
| * | | | | usb: gadget: s3c: Fix incorrect resources releasingChristophe JAILLET2021-03-281-11/+3
| * | | | | usb: dwc3: Create helper function getting MDWIDTHThinh Nguyen2021-03-283-21/+26
| * | | | | usb: xhci-mtk: remove MODULE_ALIASChunfeng Yun2021-03-281-1/+0
| * | | | | usb: xhci-mtk: drop CONFIG_OFChunfeng Yun2021-03-281-3/+1
| * | | | | usb: misc: usbsevseg: update to use usb_control_msg_send()Anant Thazhemadam2021-03-281-43/+17
| * | | | | usb: misc: ezusb: update to use usb_control_msg_send()Anant Thazhemadam2021-03-281-14/+2
| * | | | | usb: misc: ehset: update to use the usb_control_msg_{send|recv}() APIAnant Thazhemadam2021-03-281-44/+32
| * | | | | usb: dwc3: gadget: modify the scale in vbus_draw callbackRay Chi2021-03-281-1/+1
| * | | | | usb: mtu3: drop CONFIG_OFChunfeng Yun2021-03-261-6/+1
| * | | | | usb: mtu3: add support ip-sleep wakeup for MT8192Chunfeng Yun2021-03-261-0/+10
| * | | | | usb: mtu3: support ip-sleep wakeup for MT8183Chunfeng Yun2021-03-261-0/+12
| * | | | | usb: xhci-mtk: add support ip-sleep wakeup for mT8192Chunfeng Yun2021-03-261-0/+10
| * | | | | usb: xhci-mtk: support ip-sleep wakeup for MT8183Chunfeng Yun2021-03-261-0/+13
| * | | | | usb: gadget: pch_udc: Convert Intel Quark quirk to use driver dataAndy Shevchenko2021-03-261-9/+14
| * | | | | usb: gadget: pch_udc: Use PCI sub IDs instead of DMIAndy Shevchenko2021-03-261-47/+44
| * | | | | usb: gadget: pch_udc: Remove CONFIG_PM_SLEEP ifdeferyAndy Shevchenko2021-03-261-8/+3
| * | | | | usb: gadget: pch_udc: switch over to usb_gadget_map/unmap_request()Andy Shevchenko2021-03-261-72/+6
| * | | | | fotg210-udc: Complete OUT requests on short packetsFabian Vogt2021-03-261-2/+6
| * | | | | fotg210-udc: Don't DMA more than the buffer can takeFabian Vogt2021-03-261-2/+3
| * | | | | fotg210-udc: Call usb_gadget_udc_resetFabian Vogt2021-03-261-0/+2
| * | | | | fotg210-udc: Mask GRP2 interrupts we don't handleFabian Vogt2021-03-261-0/+6
| * | | | | fotg210-udc: Remove a dubious condition leading to fotg210_doneFabian Vogt2021-03-261-2/+1
| * | | | | fotg210-udc: Fix EP0 IN requests bigger than two packetsFabian Vogt2021-03-261-1/+1
| * | | | | fotg210-udc: Fix DMA on EP0 for length > max packet sizeFabian Vogt2021-03-261-1/+1
| * | | | | usb: dwc3: trace: Print register read and write offsetThinh Nguyen2021-03-261-2/+4
| * | | | | usb: typec: tcpci_maxim: Make symbol 'max_tcpci_tcpci_write_table' staticWei Yongjun2021-03-261-1/+1
| * | | | | usb: typec: Fix a typoBhaskar Chowdhury2021-03-261-1/+1
| * | | | | usb: gadget: pch_udc: Provide a GPIO line used on Intel Minnowboard (v1)Andy Shevchenko2021-03-231-14/+57
| * | | | | usb: gadget: pch_udc: Initialize device pointer before useAndy Shevchenko2021-03-231-2/+3
| * | | | | usb: gadget: pch_udc: Revert d3cb25a12138 completelyAndy Shevchenko2021-03-231-4/+13
| * | | | | usb: gadget: pch_udc: Move pch_udc_init() to satisfy kernel docAndy Shevchenko2021-03-231-1/+2
| * | | | | usb: gadget: pch_udc: Check for DMA mapping errorAndy Shevchenko2021-03-231-1/+1
| * | | | | usb: gadget: pch_udc: Check if driver is present before calling ->setup()Andy Shevchenko2021-03-231-10/+18
| * | | | | usb: gadget: pch_udc: Replace cpu_to_le32() by lower_32_bits()Andy Shevchenko2021-03-231-1/+1
| * | | | | usb: xhci: Remove unused functionThinh Nguyen2021-03-231-147/+0
| * | | | | usb: xhci: Rewrite xhci_create_usb3_bos_desc()Thinh Nguyen2021-03-231-2/+235
| * | | | | usb: xhci: Fix port minor revisionThinh Nguyen2021-03-231-0/+9
| * | | | | usb: xhci: Init root hub SSP rateThinh Nguyen2021-03-231-0/+2
| * | | | | USB: gadget: f_fs: fix memdup_user.cocci warningskernel test robot2021-03-231-8/+3