aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-05-16Merge tag 'driver-core-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+9
2021-05-13usb: core: hub: fix race condition about TRSMRCY of resumeGravatar Chunfeng Yun 1-3/+3
2021-05-13usb: typec: tcpm: Fix SINK_DISCOVERY current limit for Rp-defaultGravatar Badhri Jagan Sridharan 1-1/+1
2021-05-13xhci: Add reset resume quirk for AMD xhci controller.Gravatar Sandeep Singh 1-1/+3
2021-05-13usb: xhci: Increase timeout for HC haltGravatar Maximilian Luz 1-2/+3
2021-05-13xhci: Do not use GFP_KERNEL in (potentially) atomic contextGravatar Christophe JAILLET 1-3/+3
2021-05-13xhci: Fix giving back cancelled URBs even if halted endpoint can't resetGravatar Mathias Nyman 1-5/+11
2021-05-13xhci-pci: Allow host runtime PM as default for Intel Alder Lake xHCIGravatar Abhijeet Rao 1-1/+3
2021-05-10usb: typec: tcpm: Don't block probing of consumers of "connector" nodesGravatar Saravana Kannan 1-0/+9
2021-05-10usb: musb: Fix an error messageGravatar Christophe JAILLET 1-1/+1
2021-05-10usb: typec: tcpm: Fix wrong handling for Not_Supported in VDM AMSGravatar Kyle Tso 1-2/+12
2021-05-10usb: typec: tcpm: Send DISCOVER_IDENTITY from dedicated workGravatar Kyle Tso 1-10/+75
2021-05-10usb: typec: ucsi: Retrieve all the PDOs instead of just the first 4Gravatar Jack Pham 2-11/+36
2021-05-10usb: fotg210-hcd: Fix an error messageGravatar Christophe JAILLET 1-2/+2
2021-05-10usb: dwc3: omap: improve extcon initializationGravatar Marcel Hamer 1-0/+5
2021-05-10usb: typec: ucsi: Put fwnode in any case during ->probe()Gravatar Andy Shevchenko 1-1/+4
2021-05-10usb: typec: tcpm: Fix wrong handling in GET_SINK_CAPGravatar Kyle Tso 1-1/+1
2021-05-10usb: dwc2: Remove obsolete MODULE_ constants from platform.cGravatar Matthijs Kooijman 1-4/+0
2021-05-10usb: dwc3: imx8mp: fix error return code in dwc3_imx8mp_probe()Gravatar Zhen Lei 1-0/+1
2021-05-10usb: dwc3: imx8mp: detect dwc3 core node via compatible stringGravatar Li Jun 1-1/+1
2021-05-10usb: dwc3: gadget: Return success always for kick transfer in ep queueGravatar Wesley Cheng 1-1/+3
2021-05-10usb: dwc3: gadget: Free gadget structure only after freeing endpointsGravatar Jack Pham 1-1/+2
2021-05-10usb: dwc2: Fix gadget DMA unmap directionGravatar Phil Elwell 2-1/+4
2021-05-10usb: dwc3: gadget: Rename EOPF event macros to SuspendGravatar Jack Pham 3-9/+9
2021-05-10usb: dwc3: gadget: Enable suspend eventsGravatar Jack Pham 1-0/+4
2021-05-10usb: dwc3: core: Add missing GHWPARAMS9 docGravatar Thinh Nguyen 1-0/+1
2021-05-10usb: dwc3: pci: Enable usb2-gadget-lpm-disable for Intel MerrifieldGravatar Ferry Toth 1-0/+1
2021-05-10cdc-wdm: untangle a circular dependency between callback and softintGravatar Oliver Neukum 1-8/+22
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-20/+16
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2021-04-26Merge tag 'usb-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 163-2676/+5819
2021-04-26Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-1/+1
2021-04-23usb: dwc3: gadget: Handle DEV_TXF_FLUSH_BYPASS capabilityGravatar Thinh Nguyen 2-1/+12
2021-04-23usb: dwc3: Capture new capability register GHWPARAMS9Gravatar Thinh Nguyen 2-0/+5
2021-04-22usb: gadget: prevent a ternary sign expansion bugGravatar Dan Carpenter 1-1/+2
2021-04-22usb: dwc3: core: Do core softreset when switch modeGravatar Yu Chen 2-0/+32
2021-04-22usb: dwc2: Get rid of useless error checks in suspend interruptGravatar Artur Petrosyan 2-14/+7
2021-04-22usb: dwc2: Update dwc2_handle_usb_suspend_intr function.Gravatar Artur Petrosyan 1-5/+7
2021-04-22usb: dwc2: Add exit hibernation mode before removing driveGravatar Artur Petrosyan 1-0/+15
2021-04-22usb: dwc2: Add hibernation exiting flow by system resumeGravatar Artur Petrosyan 1-0/+10
2021-04-22usb: dwc2: Add hibernation entering flow by system suspendGravatar Artur Petrosyan 1-0/+10
2021-04-22usb: dwc2: Allow exit hibernation in urb enqueueGravatar Artur Petrosyan 1-0/+14
2021-04-22usb: dwc2: Move exit hibernation to dwc2_port_resume() functionGravatar Artur Petrosyan 1-6/+7
2021-04-22usb: dwc2: Move enter hibernation to dwc2_port_suspend() functionGravatar Artur Petrosyan 1-4/+14
2021-04-22usb: dwc2: Clear GINTSTS_RESTOREDONE bit after restore is generated.Gravatar Artur Petrosyan 1-0/+6
2021-04-22usb: dwc2: Clear fifo_map when resetting core.Gravatar Artur Petrosyan 2-0/+19
2021-04-22usb: dwc2: Allow exiting hibernation from gpwrdn rst detectGravatar Artur Petrosyan 1-5/+18
2021-04-22usb: dwc2: Fix hibernation between host and device modes.Gravatar Artur Petrosyan 1-71/+83
2021-04-22usb: dwc2: Fix host mode hibernation exit with remote wakeup flow.Gravatar Artur Petrosyan 1-1/+9
2021-04-22usb: dwc2: Reset DEVADDR after exiting gadget hibernation.Gravatar Artur Petrosyan 1-0/+4