summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* xhci: Fix 5.12 regression of missing xHC cache clearing command after a StallMathias Nyman2021-05-251-2/+6
* xhci: fix giving back URB with incorrect status regression in 5.12Mathias Nyman2021-05-251-5/+1
* usb: gadget: udc: renesas_usb3: Fix a race in usb3_start_pipen()Yoshihiro Shimoda2021-05-241-2/+3
* usb: typec: tcpm: Respond Not_Supported if no snk_vdoKyle Tso2021-05-241-1/+4
* usb: typec: tcpm: Properly interrupt VDM AMSKyle Tso2021-05-241-0/+30
* Merge tag 'usb-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman2021-05-223-8/+11
|\
| * usb: chipidea: udc: assign interrupt number to USB gadget structureLi Jun2021-05-171-0/+1
| * usb: cdnsp: Fix lack of removing request from pending list.Pawel Laszczak2021-05-111-7/+7
| * usb: cdns3: Fix runtime PM imbalance on errorDinghao Liu2021-05-111-1/+3
* | USB: trancevibrator: fix control-request directionJohan Hovold2021-05-211-2/+2
* | Merge tag 'usb-serial-5.13-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-05-216-0/+19
|\ \
| * | USB: serial: pl2303: add device id for ADLINK ND-6530 GCZolton Jheng2021-05-102-0/+2
| * | USB: serial: ti_usb_3410_5052: add startech.com device idSean MacLennan2021-05-101-0/+3
| * | USB: serial: option: add Telit LE910-S1 compositions 0x7010, 0x7011Daniele Palmas2021-05-101-0/+4
| * | USB: serial: ftdi_sio: add IDs for IDS GmbH ProductsDominik Andreas Schorpp2021-05-102-0/+10
| |/
* | usb: typec: tcpm: Use LE to CPU conversion when accessing msg->headerAndy Shevchenko2021-05-211-2/+2
* | usb: typec: ucsi: Clear pending after acking connector changeBjorn Andersson2021-05-211-1/+1
* | usb: typec: mux: Fix matching with typec_altmode_descBjorn Andersson2021-05-211-3/+4
* | misc/uss720: fix memory leak in uss720_probeDongliang Mu2021-05-211-0/+1
* | usb: dwc3: gadget: Properly track pending and queued SGThinh Nguyen2021-05-211-6/+7
* | USB: usbfs: Don't WARN about excessively large memory allocationsAlan Stern2021-05-211-3/+8
* | 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
|\