summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2021-03-28usb: dwc3: Create helper function getting MDWIDTHThinh Nguyen
2021-03-28usb: xhci-mtk: remove MODULE_ALIASChunfeng Yun
2021-03-28usb: xhci-mtk: drop CONFIG_OFChunfeng Yun
2021-03-28usb: misc: usbsevseg: update to use usb_control_msg_send()Anant Thazhemadam
2021-03-28usb: misc: ezusb: update to use usb_control_msg_send()Anant Thazhemadam
2021-03-28usb: misc: ehset: update to use the usb_control_msg_{send|recv}() APIAnant Thazhemadam
2021-03-28usb: dwc3: gadget: modify the scale in vbus_draw callbackRay Chi
2021-03-27usb: cdnsp: Fixes issue with dequeuing requests after disabling endpointPawel Laszczak
2021-03-26usb: dwc2: Prevent core suspend when port connection flag is 0Artur Petrosyan
2021-03-26usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board.Artur Petrosyan
2021-03-26usb: musb: Fix suspend with devices connected for a64Tony Lindgren
2021-03-26usb: xhci-mtk: fix broken streams issue on 0.96 xHCIChunfeng Yun
2021-03-26usb: dwc3: gadget: Clear DEP flags after stop transfers in ep disableWesley Cheng
2021-03-26usbip: vhci_hcd fix shift out-of-bounds in vhci_hub_control()Shuah Khan
2021-03-26usb: mtu3: drop CONFIG_OFChunfeng Yun
2021-03-26usb: mtu3: add support ip-sleep wakeup for MT8192Chunfeng Yun
2021-03-26usb: mtu3: support ip-sleep wakeup for MT8183Chunfeng Yun
2021-03-26usb: xhci-mtk: add support ip-sleep wakeup for mT8192Chunfeng Yun
2021-03-26usb: xhci-mtk: support ip-sleep wakeup for MT8183Chunfeng Yun
2021-03-26usb: gadget: pch_udc: Convert Intel Quark quirk to use driver dataAndy Shevchenko
2021-03-26usb: gadget: pch_udc: Use PCI sub IDs instead of DMIAndy Shevchenko
2021-03-26usb: gadget: pch_udc: Remove CONFIG_PM_SLEEP ifdeferyAndy Shevchenko
2021-03-26usb: gadget: pch_udc: switch over to usb_gadget_map/unmap_request()Andy Shevchenko
2021-03-26fotg210-udc: Complete OUT requests on short packetsFabian Vogt
2021-03-26fotg210-udc: Don't DMA more than the buffer can takeFabian Vogt
2021-03-26fotg210-udc: Call usb_gadget_udc_resetFabian Vogt
2021-03-26fotg210-udc: Mask GRP2 interrupts we don't handleFabian Vogt
2021-03-26fotg210-udc: Remove a dubious condition leading to fotg210_doneFabian Vogt
2021-03-26fotg210-udc: Fix EP0 IN requests bigger than two packetsFabian Vogt
2021-03-26fotg210-udc: Fix DMA on EP0 for length > max packet sizeFabian Vogt
2021-03-26usb: dwc3: trace: Print register read and write offsetThinh Nguyen
2021-03-26usb: typec: tcpci_maxim: Make symbol 'max_tcpci_tcpci_write_table' staticWei Yongjun
2021-03-26usb: typec: Fix a typoBhaskar Chowdhury
2021-03-23usb: gadget: pch_udc: Provide a GPIO line used on Intel Minnowboard (v1)Andy Shevchenko
2021-03-23usb: gadget: pch_udc: Initialize device pointer before useAndy Shevchenko
2021-03-23usb: gadget: pch_udc: Revert d3cb25a12138 completelyAndy Shevchenko
2021-03-23usb: gadget: pch_udc: Move pch_udc_init() to satisfy kernel docAndy Shevchenko
2021-03-23usb: gadget: pch_udc: Check for DMA mapping errorAndy Shevchenko
2021-03-23usb: gadget: pch_udc: Check if driver is present before calling ->setup()Andy Shevchenko
2021-03-23usb: gadget: pch_udc: Replace cpu_to_le32() by lower_32_bits()Andy Shevchenko
2021-03-23usb: xhci: Remove unused functionThinh Nguyen
2021-03-23usb: xhci: Rewrite xhci_create_usb3_bos_desc()Thinh Nguyen
2021-03-23usb: xhci: Fix port minor revisionThinh Nguyen
2021-03-23usb: xhci: Init root hub SSP rateThinh Nguyen
2021-03-23USB: gadget: f_fs: fix memdup_user.cocci warningskernel test robot
2021-03-23usb: gadget: legacy: fix error return code of msg_bind()Jia-Ju Bai
2021-03-23USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modemVincent Palatin
2021-03-23USB: cdc-acm: do not log successful probe on later errorsJohan Hovold
2021-03-23USB: cdc-acm: always claim data interfaceJohan Hovold
2021-03-23USB: cdc-acm: use negation for NULL checksJohan Hovold