summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-02usb: dwc2: delete duplicate word in the commentTian Tao1-1/+1
2021-04-02usb: dwc2: add parenthess and space around *Tian Tao1-1/+1
2021-04-02usb: gadget: aspeed: fix dma map failureTao Ren2-2/+3
2021-04-02usb: dwc3: add cancelled reasons for dwc3 requestsRay Chi3-11/+31
2021-04-02arm64: dts: imx8mp: Use the correct name for child node "snps, dwc3"Zhen Lei1-2/+2
2021-04-02dt-bindings: usb: dwc3-imx8mp: Use the correct name for child node "snps, dwc3"Zhen Lei1-6/+3
2021-04-02usb: dwc3: exynos: fix incorrect kernel-doc comment syntaxAditya Srivastava1-1/+1
2021-04-02usb: dwc3: fix incorrect kernel-doc comment syntax in filesAditya Srivastava7-7/+7
2021-04-02usb: dwc3: st: fix incorrect kernel-doc comment syntax in fileAditya Srivastava1-1/+1
2021-04-02usb: dwc3: imx8mp: fix incorrect kernel-doc comment syntaxAditya Srivastava1-1/+1
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-28usb: dwc3: Create helper function getting MDWIDTHThinh Nguyen3-21/+26
2021-03-28dt-bindings: usb: usb-nop-xceiv: Convert to DT schemaRob Herring2-43/+64
2021-03-28dt-bindings: usb: mediatek,mtu3: Use graph schemaRob Herring1-1/+1
2021-03-28arm64: dts: mt8183: update wakeup register offsetChunfeng Yun1-1/+1
2021-03-28usb: xhci-mtk: remove MODULE_ALIASChunfeng Yun1-1/+0
2021-03-28usb: xhci-mtk: drop CONFIG_OFChunfeng Yun1-3/+1
2021-03-28dt-bindings: usb: mtu3: support wakeup for mt8183 and mt8192Chunfeng Yun1-3/+7
2021-03-28dt-bindings: usb: mtk-xhci: add support wakeup for mt8183 and mt8192Chunfeng Yun1-3/+7
2021-03-28usb: misc: usbsevseg: update to use usb_control_msg_send()Anant Thazhemadam1-43/+17
2021-03-28usb: misc: ezusb: update to use usb_control_msg_send()Anant Thazhemadam1-14/+2
2021-03-28usb: misc: ehset: update to use the usb_control_msg_{send|recv}() APIAnant Thazhemadam1-44/+32
2021-03-28power: supply: Fix build error when CONFIG_POWER_SUPPLY is not enabled.Ray Chi1-0/+7
2021-03-28usb: dwc3: gadget: modify the scale in vbus_draw callbackRay Chi1-1/+1
2021-03-26usb: mtu3: drop CONFIG_OFChunfeng Yun1-6/+1
2021-03-26usb: mtu3: add support ip-sleep wakeup for MT8192Chunfeng Yun1-0/+10
2021-03-26usb: mtu3: support ip-sleep wakeup for MT8183Chunfeng Yun1-0/+12
2021-03-26usb: xhci-mtk: add support ip-sleep wakeup for mT8192Chunfeng Yun1-0/+10
2021-03-26usb: xhci-mtk: support ip-sleep wakeup for MT8183Chunfeng Yun1-0/+13
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-26dt-bindings: usb: qcom,dwc3: Add bindings for SC7280Sandeep Maheswaram1-0/+1
2021-03-26usb: dwc3: trace: Print register read and write offsetThinh Nguyen1-2/+4
2021-03-26usb: typec: tcpci_maxim: Make symbol 'max_tcpci_tcpci_write_table' staticWei Yongjun1-1/+1
2021-03-26usbip: tools: add usage of device mode in usbip_list.cHongren Zheng (Zenithal)1-1/+2
2021-03-26usbip: tools: add options and examples in man page related to device modeHongren Zheng (Zenithal)2-1/+67
2021-03-26tools: usbip: list.h: fix kernel-doc for list_del()Randy Dunlap1-5/+5
2021-03-26usb: typec: Fix a typoBhaskar Chowdhury1-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