summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2021-01-29xhci: handle halting transfer event properly after endpoint stop and halt raced.Mathias Nyman
2021-01-29xhci: Check for pending reset endpoint command before queueing a new one.Mathias Nyman
2021-01-29xhci: remove obsolete dequeue pointer moving codeMathias Nyman
2021-01-29xhci: introduce a new move_dequeue_past_td() function to replace old code.Mathias Nyman
2021-01-29xhci: handle stop endpoint command completion with endpoint in running state.Mathias Nyman
2021-01-29xhci: Fix halted endpoint at stop endpoint command completionMathias Nyman
2021-01-29xhci: split handling halted endpoints into two stepsMathias Nyman
2021-01-29xhci: move and rename xhci_cleanup_halted_endpoint()Mathias Nyman
2021-01-29xhci: turn cancelled td cleanup to its own functionMathias Nyman
2021-01-29xhci: store TD status in the td struct instead of passing it alongMathias Nyman
2021-01-29xhci: use xhci_td_cleanup() helper when giving back cancelled URBsMathias Nyman
2021-01-29xhci: move xhci_td_cleanup so it can be called by more functionsMathias Nyman
2021-01-29xhci: Add xhci_reset_halted_ep() helper functionMathias Nyman
2021-01-29xhci: flush endpoint start to reduce race risk with stop endpoint command.Mathias Nyman
2021-01-29xhci: Check link TRBs when updating ring enqueue and dequeue pointers.Mathias Nyman
2021-01-29xhci: avoid DMA double fetch when reading event trb type.Mathias Nyman
2021-01-29xhci: remove extra loop in interrupt contextMathias Nyman
2021-01-29xhci: check slot_id is valid before gathering slot infoLalithambika Krishna Kumar
2021-01-29xhci: prevent a theoretical endless loop while preparing rings.Mathias Nyman
2021-01-29xhci: remove xhci_stream_id_to_ring() helperMathias Nyman
2021-01-29xhci: add xhci_virt_ep_to_ring() helperMathias Nyman
2021-01-29xhci: check virt_dev is valid before dereferencing itMathias Nyman
2021-01-29xhci: add xhci_get_virt_ep() helperMathias Nyman
2021-01-29xhci: remove unused event parameter from completion handlersMathias Nyman
2021-01-29xhci: adjust parameters passed to cleanup_halted_endpoint()Mathias Nyman
2021-01-29xhci: get isochronous ring directly from endpoint structureMathias Nyman
2021-01-29xhci: Avoid parsing transfer events several timesMathias Nyman
2021-01-26usb: dwc2: Make "trimming xfer length" a debug messageGuenter Roeck
2021-01-26usb: dwc2: Abort transaction after errors with unknown reasonGuenter Roeck
2021-01-26usb: dwc2: Do not update data length if it is 0 on inbound transfersGuenter Roeck
2021-01-26usb: raw-gadget: update documentation and KconfigAndrey Konovalov
2021-01-26usb: raw-gadget: add copyrightAndrey Konovalov
2021-01-26usb/c67x00: Replace tasklet with workDavidlohr Bueso
2021-01-25usb: typec: tcpci_maxim: add terminating newlines to loggingJunlin Yang
2021-01-25usb: typec: tcpci_maxim: remove redundant assignmentJunlin Yang
2021-01-25usb: typec: tcpm: Create legacy PDOs for PD2 connectionKyle Tso
2021-01-25Merge v5.11-rc5 into usb-nextGreg Kroah-Hartman
2021-01-21usb: typec: tcpci_maxim: Drop GPIO includesLinus Walleij
2021-01-21usb: typec: tcpm: Respond Wait if VDM state machine is runningKyle Tso
2021-01-21usb: typec: tcpm: Protocol Error handlingKyle Tso
2021-01-21usb: typec: tcpm: AMS and Collision AvoidanceKyle Tso
2021-01-19usb: bdc: Make bdc pci driver depend on BROKENPatrik Jakobsson
2021-01-19USB: gadget: udc: Process disconnect synchronouslyDavidlohr Bueso
2021-01-19usb: gadget: u_serial: Remove old tasklet commentsDavidlohr Bueso
2021-01-19usb: typec: ucsi: Add conditional dependency on USB role switchHeikki Krogerus
2021-01-18usb: gadget: u_audio: clean up lockingJerome Brunet
2021-01-18usb: gadget: u_audio: remove struct uac_reqJerome Brunet
2021-01-18usb: gadget: u_audio: factorize ssize to alsa fmt conversionJerome Brunet
2021-01-18usb: gadget: u_audio: Free requests only after callbackJack Pham
2021-01-18usb: gadget: composite: Report various SSP sublink speedsThinh Nguyen