aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-01-29xhci: split handling halted endpoints into two stepsMathias Nyman3-179/+101
2021-01-29xhci: move and rename xhci_cleanup_halted_endpoint()Mathias Nyman1-41/+43
2021-01-29xhci: turn cancelled td cleanup to its own functionMathias Nyman1-55/+53
2021-01-29xhci: store TD status in the td struct instead of passing it alongMathias Nyman2-27/+30
2021-01-29xhci: use xhci_td_cleanup() helper when giving back cancelled URBsMathias Nyman1-7/+5
2021-01-29xhci: move xhci_td_cleanup so it can be called by more functionsMathias Nyman1-46/+46
2021-01-29xhci: Add xhci_reset_halted_ep() helper functionMathias Nyman1-6/+25
2021-01-29xhci: flush endpoint start to reduce race risk with stop endpoint command.Mathias Nyman1-3/+2
2021-01-29xhci: Check link TRBs when updating ring enqueue and dequeue pointers.Mathias Nyman1-5/+32
2021-01-29xhci: avoid DMA double fetch when reading event trb type.Mathias Nyman2-16/+13
2021-01-29xhci: remove extra loop in interrupt contextMathias Nyman2-7/+16
2021-01-29xhci: check slot_id is valid before gathering slot infoLalithambika Krishna Kumar1-1/+6
2021-01-29xhci: prevent a theoretical endless loop while preparing rings.Mathias Nyman1-0/+7
2021-01-29xhci: remove xhci_stream_id_to_ring() helperMathias Nyman3-22/+2
2021-01-29xhci: add xhci_virt_ep_to_ring() helperMathias Nyman1-24/+22
2021-01-29xhci: check virt_dev is valid before dereferencing itMathias Nyman1-3/+9
2021-01-29xhci: add xhci_get_virt_ep() helperMathias Nyman2-25/+52
2021-01-29xhci: remove unused event parameter from completion handlersMathias Nyman1-8/+6
2021-01-29xhci: adjust parameters passed to cleanup_halted_endpoint()Mathias Nyman3-21/+17
2021-01-29xhci: get isochronous ring directly from endpoint structureMathias Nyman1-11/+6
2021-01-29xhci: Avoid parsing transfer events several timesMathias Nyman3-20/+12
2021-01-28USB: serial: mos7720: fix error code in mos7720_write()Dan Carpenter1-1/+3
2021-01-28USB: serial: option: Adding support for Cinterion MV31Christoph Schemmel1-0/+6
2021-01-26usb: usb251xb: Use of_device_get_match_data()Stephen Boyd1-7/+5
2021-01-26usb: dwc2: Make "trimming xfer length" a debug messageGuenter Roeck1-1/+1
2021-01-26usb: dwc2: Abort transaction after errors with unknown reasonGuenter Roeck1-0/+12
2021-01-26usb: dwc2: Do not update data length if it is 0 on inbound transfersGuenter Roeck1-7/+8
2021-01-26usb: raw-gadget: update documentation and KconfigAndrey Konovalov1-4/+9
2021-01-26usb: raw-gadget: add copyrightAndrey Konovalov1-1/+2
2021-01-26usb/c67x00: Replace tasklet with workDavidlohr Bueso2-6/+8
2021-01-26USB: serial: xr: fix B0 handlingJohan Hovold1-9/+14
2021-01-26USB: serial: xr: fix pin configurationJohan Hovold1-0/+8
2021-01-26USB: serial: xr: fix gpio-mode handlingJohan Hovold1-6/+3
2021-01-26USB: serial: xr: simplify line-speed logicJohan Hovold1-2/+1
2021-01-26USB: serial: xr: clean up line-settings handlingJohan Hovold1-19/+15
2021-01-26USB: serial: xr: document vendor-request recipientJohan Hovold1-4/+4
2021-01-26USB: serial: xr: use termios flag helpersJohan Hovold1-2/+1
2021-01-26USB: serial: xr: use subsystem usb_device at probeJohan Hovold1-2/+1
2021-01-26USB: serial: xr: fix interface leak at disconnectJohan Hovold1-0/+10
2021-01-26USB: serial: xr: fix NULL-deref at probeJohan Hovold1-0/+3
2021-01-26usb: xhci-mtk: fix unreleased bandwidth dataIkjoon Jang5-39/+111
2021-01-26USB: serial: mos7840: fix error code in mos7840_write()Dan Carpenter1-1/+3
2021-01-26usb: gadget: aspeed: add missing of_node_putkernel test robot1-1/+3
2021-01-26USB: usblp: don't call usb_set_interface if there's a single altJeremy Figgins1-8/+11
2021-01-25USB: serial: cp210x: add pid/vid for WSDA-200-USBPho Tran1-0/+1
2021-01-25usb: typec: tcpci_maxim: add terminating newlines to loggingJunlin Yang1-6/+6
2021-01-25usb: typec: tcpci_maxim: remove redundant assignmentJunlin Yang1-1/+0
2021-01-25usb: typec: tcpm: Create legacy PDOs for PD2 connectionKyle Tso1-10/+52
2021-01-25Merge v5.11-rc5 into usb-nextGreg Kroah-Hartman8-18/+56
2021-01-23usb: cdns3: Add support for TI's AM64 SoCAswath Govindraju1-0/+1