summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
* | | | xhci: remove extra loop in interrupt contextMathias Nyman2021-01-292-7/+16
* | | | xhci: check slot_id is valid before gathering slot infoLalithambika Krishna Kumar2021-01-291-1/+6
* | | | xhci: prevent a theoretical endless loop while preparing rings.Mathias Nyman2021-01-291-0/+7
* | | | xhci: remove xhci_stream_id_to_ring() helperMathias Nyman2021-01-293-22/+2
* | | | xhci: add xhci_virt_ep_to_ring() helperMathias Nyman2021-01-291-24/+22
* | | | xhci: check virt_dev is valid before dereferencing itMathias Nyman2021-01-291-3/+9
* | | | xhci: add xhci_get_virt_ep() helperMathias Nyman2021-01-292-25/+52
* | | | xhci: remove unused event parameter from completion handlersMathias Nyman2021-01-291-8/+6
* | | | xhci: adjust parameters passed to cleanup_halted_endpoint()Mathias Nyman2021-01-293-21/+17
* | | | xhci: get isochronous ring directly from endpoint structureMathias Nyman2021-01-291-11/+6
* | | | xhci: Avoid parsing transfer events several timesMathias Nyman2021-01-293-20/+12
* | | | usb: dwc2: Make "trimming xfer length" a debug messageGuenter Roeck2021-01-261-1/+1
* | | | usb: dwc2: Abort transaction after errors with unknown reasonGuenter Roeck2021-01-261-0/+12
* | | | usb: dwc2: Do not update data length if it is 0 on inbound transfersGuenter Roeck2021-01-261-7/+8
* | | | usb: raw-gadget: update documentation and KconfigAndrey Konovalov2021-01-261-4/+9
* | | | usb: raw-gadget: add copyrightAndrey Konovalov2021-01-261-1/+2
* | | | usb/c67x00: Replace tasklet with workDavidlohr Bueso2021-01-262-6/+8
* | | | usb: typec: tcpci_maxim: add terminating newlines to loggingJunlin Yang2021-01-251-6/+6
* | | | usb: typec: tcpci_maxim: remove redundant assignmentJunlin Yang2021-01-251-1/+0
* | | | usb: typec: tcpm: Create legacy PDOs for PD2 connectionKyle Tso2021-01-251-10/+52
* | | | Merge v5.11-rc5 into usb-nextGreg Kroah-Hartman2021-01-258-18/+56
|\| | |
| * | | usb: bdc: Make bdc pci driver depend on BROKENPatrik Jakobsson2021-01-191-1/+1
| * | | xhci: tegra: Delay for disabling LFPS detectorJC Kuo2021-01-151-0/+7
| * | | xhci: make sure TRB is fully written before giving it to the controllerMathias Nyman2021-01-151-0/+2
| * | | usb: udc: core: Use lock when write to soft_connectThinh Nguyen2021-01-151-3/+10
| * | | USB: gadget: dummy-hcd: Fix errors in port-reset handlingAlan Stern2021-01-141-3/+7
| * | | usb: gadget: aspeed: fix stop dma register setting.Ryan Chen2021-01-121-1/+4
| * | | USB: ehci: fix an interrupt calltrace errorLongfang Liu2021-01-121-0/+3
| * | | ehci: fix EHCI host controller initialization sequenceEugene Korenevsky2021-01-121-0/+12
| * | | Merge tag 'usb-v5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman2021-01-121-11/+11
| |\ \ \ | | |/ / | |/| |
| | * | usb: cdns3: imx: improve driver .remove APIPeter Chen2020-12-291-0/+5
| | * | usb: cdns3: imx: fix can't create core device the second time issuePeter Chen2020-12-291-10/+1
| | * | usb: cdns3: imx: fix writing read-only memory issuePeter Chen2020-12-291-1/+5
| | |/
* | | usb: typec: tcpci_maxim: Drop GPIO includesLinus Walleij2021-01-211-3/+0
* | | usb: typec: tcpm: Respond Wait if VDM state machine is runningKyle Tso2021-01-211-7/+73
* | | usb: typec: tcpm: Protocol Error handlingKyle Tso2021-01-211-90/+245
* | | usb: typec: tcpm: AMS and Collision AvoidanceKyle Tso2021-01-211-98/+522
* | | USB: gadget: udc: Process disconnect synchronouslyDavidlohr Bueso2021-01-191-27/+3
* | | usb: gadget: u_serial: Remove old tasklet commentsDavidlohr Bueso2021-01-191-2/+2
* | | usb: typec: ucsi: Add conditional dependency on USB role switchHeikki Krogerus2021-01-191-0/+1
* | | usb: gadget: u_audio: clean up lockingJerome Brunet2021-01-181-19/+4
* | | usb: gadget: u_audio: remove struct uac_reqJerome Brunet2021-01-181-32/+26
* | | usb: gadget: u_audio: factorize ssize to alsa fmt conversionJerome Brunet2021-01-181-22/+21
* | | usb: gadget: u_audio: Free requests only after callbackJack Pham2021-01-181-3/+14
* | | usb: gadget: composite: Report various SSP sublink speedsThinh Nguyen2021-01-181-26/+54
* | | usb: gadget: Introduce udc_set_ssp_rate() for SSPThinh Nguyen2021-01-181-5/+11
* | | usb: gadget: composite: Use SSP sublink speed macrosThinh Nguyen2021-01-181-21/+24
* | | usb: bdc: Remove the BDC PCI driverAl Cooper2021-01-183-141/+0
* | | usb: phy: phy-mxs-usb: Use of_device_get_match_data()Fabio Estevam2021-01-181-6/+1
* | | usb: dwc3: qcom: add URS Host support for sdm845 ACPI bootShawn Guo2021-01-151-3/+56