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