summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-06-16USB: serial: ftdi_sio: add NovaTech OrionMX product IDGeorge McCollister2-0/+2
2021-06-16usb: gadget: f_fs: Ensure io_completion_wq is idle during unbindWesley Cheng1-0/+3
2021-06-16usb: typec: intel_pmc_mux: Add missed error check for devm_ioremap_resource()Andy Shevchenko1-0/+5
2021-06-16usb: typec: intel_pmc_mux: Put fwnode in error case during ->probe()Andy Shevchenko1-1/+3
2021-06-16usb: typec: ucsi: Clear PPM capability data in ucsi_init() error pathMayank Rana1-0/+1
2021-06-16usb: typec: wcove: Use LE to CPU conversion when accessing msg->headerAndy Shevchenko1-1/+1
2021-06-16usb: musb: fix MUSB_QUIRK_B_DISCONNECT_99 handlingThomas Petazzoni1-2/+1
2021-06-16usb: dwc3: ep0: fix NULL pointer exceptionMarian-Cristian Rotariu1-0/+3
2021-06-16usb: dwc3: gadget: Bail from dwc3_gadget_exit() if dwc->gadget is NULLJack Pham1-0/+4
2021-06-16usb: dwc3: meson-g12a: Disable the regulator in the error handling path of th...Christophe JAILLET1-2/+6
2021-06-16usb: dwc3-meson-g12a: fix usb2 PHY glue init when phy0 is disabledNeil Armstrong1-1/+4
2021-06-16usb: f_ncm: only first packet of aggregate needs to start timerMaciej Żenczykowski1-4/+4
2021-06-16USB: f_ncm: ncm_bitrate (speed) is unsignedMaciej Żenczykowski1-1/+1
2021-06-16usb: chipidea: udc: assign interrupt number to USB gadget structureLi Jun1-0/+1
2021-06-16usb: cdns3: Fix runtime PM imbalance on errorDinghao Liu1-1/+3
2021-06-10usb: dwc2: Fix build in periphal-only modePhil Elwell1-0/+4
2021-06-03usb: core: reduce power-on-good delay time of root hubChunfeng Yun1-2/+4
2021-06-03usb: typec: mux: Fix matching with typec_altmode_descBjorn Andersson1-3/+4
2021-06-03usb: gadget: udc: renesas_usb3: Fix a race in usb3_start_pipen()Yoshihiro Shimoda1-2/+3
2021-06-03usb: dwc3: gadget: Properly track pending and queued SGThinh Nguyen1-6/+7
2021-06-03USB: serial: pl2303: add device id for ADLINK ND-6530 GCZolton Jheng2-0/+2
2021-06-03USB: serial: ftdi_sio: add IDs for IDS GmbH ProductsDominik Andreas Schorpp2-0/+10
2021-06-03USB: serial: option: add Telit LE910-S1 compositions 0x7010, 0x7011Daniele Palmas1-0/+4
2021-06-03USB: serial: ti_usb_3410_5052: add startech.com device idSean MacLennan1-0/+3
2021-06-03USB: usbfs: Don't WARN about excessively large memory allocationsAlan Stern1-3/+8
2021-06-03USB: trancevibrator: fix control-request directionJohan Hovold1-2/+2
2021-06-03misc/uss720: fix memory leak in uss720_probeDongliang Mu1-0/+1
2021-05-22usb: sl811-hcd: improve misleading indentationArnd Bergmann1-5/+4
2021-05-19usb: typec: tcpm: Fix error while calculating PPS out valuesBadhri Jagan Sridharan1-3/+3
2021-05-19cdc-wdm: untangle a circular dependency between callback and softintOliver Neukum1-8/+22
2021-05-19xhci: Add reset resume quirk for AMD xhci controller.Sandeep Singh1-1/+3
2021-05-19xhci: Do not use GFP_KERNEL in (potentially) atomic contextChristophe JAILLET1-3/+3
2021-05-19xhci-pci: Allow host runtime PM as default for Intel Alder Lake xHCIAbhijeet Rao1-1/+3
2021-05-19usb: typec: ucsi: Put fwnode in any case during ->probe()Andy Shevchenko1-1/+4
2021-05-19usb: typec: ucsi: Retrieve all the PDOs instead of just the first 4Jack Pham2-11/+36
2021-05-19usb: dwc3: gadget: Return success always for kick transfer in ep queueWesley Cheng1-1/+3
2021-05-19usb: dwc3: gadget: Enable suspend eventsJack Pham1-0/+4
2021-05-19usb: core: hub: fix race condition about TRSMRCY of resumeChunfeng Yun1-3/+3
2021-05-19usb: dwc2: Fix gadget DMA unmap directionPhil Elwell2-1/+4
2021-05-19usb: xhci: Increase timeout for HC haltMaximilian Luz1-2/+3
2021-05-19usb: dwc3: pci: Enable usb2-gadget-lpm-disable for Intel MerrifieldFerry Toth1-0/+1
2021-05-19usb: dwc3: omap: improve extcon initializationMarcel Hamer1-0/+5
2021-05-19usb: musb: Fix an error messageChristophe JAILLET1-1/+1
2021-05-19usb: fotg210-hcd: Fix an error messageChristophe JAILLET1-2/+2
2021-05-19usb: dwc3: gadget: Free gadget structure only after freeing endpointsJack Pham1-1/+2
2021-05-14usb: dwc2: Fix hibernation between host and device modes.Artur Petrosyan1-71/+83
2021-05-14usb: dwc2: Fix host mode hibernation exit with remote wakeup flow.Artur Petrosyan1-1/+9
2021-05-14usbip: vudc: fix missing unlock on error in usbip_sockfd_store()Ye Bin1-0/+2
2021-05-14USB: cdc-acm: fix TIOCGSERIAL implementationJohan Hovold1-2/+1
2021-05-14USB: cdc-acm: fix unprivileged TIOCCSERIALJohan Hovold1-2/+0