summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2021-05-16Merge tag 'driver-core-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-05-13usb: core: hub: fix race condition about TRSMRCY of resumeChunfeng Yun
2021-05-13usb: typec: tcpm: Fix SINK_DISCOVERY current limit for Rp-defaultBadhri Jagan Sridharan
2021-05-13xhci: Add reset resume quirk for AMD xhci controller.Sandeep Singh
2021-05-13usb: xhci: Increase timeout for HC haltMaximilian Luz
2021-05-13xhci: Do not use GFP_KERNEL in (potentially) atomic contextChristophe JAILLET
2021-05-13xhci: Fix giving back cancelled URBs even if halted endpoint can't resetMathias Nyman
2021-05-13xhci-pci: Allow host runtime PM as default for Intel Alder Lake xHCIAbhijeet Rao
2021-05-10usb: typec: tcpm: Don't block probing of consumers of "connector" nodesSaravana Kannan
2021-05-10usb: musb: Fix an error messageChristophe JAILLET
2021-05-10usb: typec: tcpm: Fix wrong handling for Not_Supported in VDM AMSKyle Tso
2021-05-10usb: typec: tcpm: Send DISCOVER_IDENTITY from dedicated workKyle Tso
2021-05-10usb: typec: ucsi: Retrieve all the PDOs instead of just the first 4Jack Pham
2021-05-10usb: fotg210-hcd: Fix an error messageChristophe JAILLET
2021-05-10usb: dwc3: omap: improve extcon initializationMarcel Hamer
2021-05-10usb: typec: ucsi: Put fwnode in any case during ->probe()Andy Shevchenko
2021-05-10usb: typec: tcpm: Fix wrong handling in GET_SINK_CAPKyle Tso
2021-05-10usb: dwc2: Remove obsolete MODULE_ constants from platform.cMatthijs Kooijman
2021-05-10usb: dwc3: imx8mp: fix error return code in dwc3_imx8mp_probe()Zhen Lei
2021-05-10usb: dwc3: imx8mp: detect dwc3 core node via compatible stringLi Jun
2021-05-10usb: dwc3: gadget: Return success always for kick transfer in ep queueWesley Cheng
2021-05-10usb: dwc3: gadget: Free gadget structure only after freeing endpointsJack Pham
2021-05-10usb: dwc2: Fix gadget DMA unmap directionPhil Elwell
2021-05-10usb: dwc3: gadget: Rename EOPF event macros to SuspendJack Pham
2021-05-10usb: dwc3: gadget: Enable suspend eventsJack Pham
2021-05-10usb: dwc3: core: Add missing GHWPARAMS9 docThinh Nguyen
2021-05-10usb: dwc3: pci: Enable usb2-gadget-lpm-disable for Intel MerrifieldFerry Toth
2021-05-10cdc-wdm: untangle a circular dependency between callback and softintOliver Neukum
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-04-26Merge tag 'usb-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-04-26Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-04-23usb: dwc3: gadget: Handle DEV_TXF_FLUSH_BYPASS capabilityThinh Nguyen
2021-04-23usb: dwc3: Capture new capability register GHWPARAMS9Thinh Nguyen
2021-04-22usb: gadget: prevent a ternary sign expansion bugDan Carpenter
2021-04-22usb: dwc3: core: Do core softreset when switch modeYu Chen
2021-04-22usb: dwc2: Get rid of useless error checks in suspend interruptArtur Petrosyan
2021-04-22usb: dwc2: Update dwc2_handle_usb_suspend_intr function.Artur Petrosyan
2021-04-22usb: dwc2: Add exit hibernation mode before removing driveArtur Petrosyan
2021-04-22usb: dwc2: Add hibernation exiting flow by system resumeArtur Petrosyan
2021-04-22usb: dwc2: Add hibernation entering flow by system suspendArtur Petrosyan
2021-04-22usb: dwc2: Allow exit hibernation in urb enqueueArtur Petrosyan
2021-04-22usb: dwc2: Move exit hibernation to dwc2_port_resume() functionArtur Petrosyan
2021-04-22usb: dwc2: Move enter hibernation to dwc2_port_suspend() functionArtur Petrosyan
2021-04-22usb: dwc2: Clear GINTSTS_RESTOREDONE bit after restore is generated.Artur Petrosyan
2021-04-22usb: dwc2: Clear fifo_map when resetting core.Artur Petrosyan
2021-04-22usb: dwc2: Allow exiting hibernation from gpwrdn rst detectArtur Petrosyan
2021-04-22usb: dwc2: Fix hibernation between host and device modes.Artur Petrosyan
2021-04-22usb: dwc2: Fix host mode hibernation exit with remote wakeup flow.Artur Petrosyan
2021-04-22usb: dwc2: Reset DEVADDR after exiting gadget hibernation.Artur Petrosyan