summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-05-161-0/+9
|\
| * usb: typec: tcpm: Don't block probing of consumers of "connector" nodesSaravana Kannan2021-05-101-0/+9
* | usb: core: hub: fix race condition about TRSMRCY of resumeChunfeng Yun2021-05-131-3/+3
* | usb: typec: tcpm: Fix SINK_DISCOVERY current limit for Rp-defaultBadhri Jagan Sridharan2021-05-131-1/+1
* | xhci: Add reset resume quirk for AMD xhci controller.Sandeep Singh2021-05-131-1/+3
* | usb: xhci: Increase timeout for HC haltMaximilian Luz2021-05-131-2/+3
* | xhci: Do not use GFP_KERNEL in (potentially) atomic contextChristophe JAILLET2021-05-131-3/+3
* | xhci: Fix giving back cancelled URBs even if halted endpoint can't resetMathias Nyman2021-05-131-5/+11
* | xhci-pci: Allow host runtime PM as default for Intel Alder Lake xHCIAbhijeet Rao2021-05-131-1/+3
* | usb: musb: Fix an error messageChristophe JAILLET2021-05-101-1/+1
* | usb: typec: tcpm: Fix wrong handling for Not_Supported in VDM AMSKyle Tso2021-05-101-2/+12
* | usb: typec: tcpm: Send DISCOVER_IDENTITY from dedicated workKyle Tso2021-05-101-10/+75
* | usb: typec: ucsi: Retrieve all the PDOs instead of just the first 4Jack Pham2021-05-102-11/+36
* | usb: fotg210-hcd: Fix an error messageChristophe JAILLET2021-05-101-2/+2
* | usb: dwc3: omap: improve extcon initializationMarcel Hamer2021-05-101-0/+5
* | usb: typec: ucsi: Put fwnode in any case during ->probe()Andy Shevchenko2021-05-101-1/+4
* | usb: typec: tcpm: Fix wrong handling in GET_SINK_CAPKyle Tso2021-05-101-1/+1
* | usb: dwc2: Remove obsolete MODULE_ constants from platform.cMatthijs Kooijman2021-05-101-4/+0
* | usb: dwc3: imx8mp: fix error return code in dwc3_imx8mp_probe()Zhen Lei2021-05-101-0/+1
* | usb: dwc3: imx8mp: detect dwc3 core node via compatible stringLi Jun2021-05-101-1/+1
* | usb: dwc3: gadget: Return success always for kick transfer in ep queueWesley Cheng2021-05-101-1/+3
* | usb: dwc3: gadget: Free gadget structure only after freeing endpointsJack Pham2021-05-101-1/+2
* | usb: dwc2: Fix gadget DMA unmap directionPhil Elwell2021-05-102-1/+4
* | usb: dwc3: gadget: Rename EOPF event macros to SuspendJack Pham2021-05-103-9/+9
* | usb: dwc3: gadget: Enable suspend eventsJack Pham2021-05-101-0/+4
* | usb: dwc3: core: Add missing GHWPARAMS9 docThinh Nguyen2021-05-101-0/+1
* | usb: dwc3: pci: Enable usb2-gadget-lpm-disable for Intel MerrifieldFerry Toth2021-05-101-0/+1
* | cdc-wdm: untangle a circular dependency between callback and softintOliver Neukum2021-05-101-8/+22
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-04-281-20/+16
|\
| * scsi: target: usb: gadget: Convert to new submission APIMike Christie2021-03-041-10/+6
| * scsi: target: core: Rename transport_init_se_cmd()Mike Christie2021-03-041-10/+10
* | Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-04-281-0/+1
|\ \
| * \ Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar2021-04-2039-191/+462
| |\ \
| * | | kcov: Remove kcov include from sched.h and move it to its users.Sebastian Andrzej Siewior2021-03-061-0/+1
| | |/ | |/|
* | | Merge tag 'usb-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-04-26163-2676/+5819
|\ \ \
| * | | usb: dwc3: gadget: Handle DEV_TXF_FLUSH_BYPASS capabilityThinh Nguyen2021-04-232-1/+12
| * | | usb: dwc3: Capture new capability register GHWPARAMS9Thinh Nguyen2021-04-232-0/+5
| * | | usb: gadget: prevent a ternary sign expansion bugDan Carpenter2021-04-221-1/+2
| * | | usb: dwc3: core: Do core softreset when switch modeYu Chen2021-04-222-0/+32
| * | | usb: dwc2: Get rid of useless error checks in suspend interruptArtur Petrosyan2021-04-222-14/+7
| * | | usb: dwc2: Update dwc2_handle_usb_suspend_intr function.Artur Petrosyan2021-04-221-5/+7
| * | | usb: dwc2: Add exit hibernation mode before removing driveArtur Petrosyan2021-04-221-0/+15
| * | | usb: dwc2: Add hibernation exiting flow by system resumeArtur Petrosyan2021-04-221-0/+10
| * | | usb: dwc2: Add hibernation entering flow by system suspendArtur Petrosyan2021-04-221-0/+10
| * | | usb: dwc2: Allow exit hibernation in urb enqueueArtur Petrosyan2021-04-221-0/+14
| * | | usb: dwc2: Move exit hibernation to dwc2_port_resume() functionArtur Petrosyan2021-04-221-6/+7
| * | | usb: dwc2: Move enter hibernation to dwc2_port_suspend() functionArtur Petrosyan2021-04-221-4/+14
| * | | usb: dwc2: Clear GINTSTS_RESTOREDONE bit after restore is generated.Artur Petrosyan2021-04-221-0/+6
| * | | usb: dwc2: Clear fifo_map when resetting core.Artur Petrosyan2021-04-222-0/+19
| * | | usb: dwc2: Allow exiting hibernation from gpwrdn rst detectArtur Petrosyan2021-04-221-5/+18