summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2021-02-06usb: dwc3: gadget: Track connected SSP rate and lane countThinh Nguyen
2021-02-06usb: dwc3: gadget: Implement setting of SSP rateThinh Nguyen
2021-02-06usb: dwc3: core: Check maximum_speed SSP genXxYThinh Nguyen
2021-02-06usb: common: Parse for USB SSP genXxYThinh Nguyen
2021-02-05usb: musb: jz4740: Add missing CR to error stringsPaul Cercueil
2021-02-05usb: musb: dma: Remove unused variablePaul Cercueil
2021-02-05usb: musb: Fix NULL check on struct musb_request fieldPaul Cercueil
2021-02-05usb: musb: Fix runtime PM race in musb_queue_resume_workPaul Cercueil
2021-02-05xhci: ext-caps: Use software node API with the propertiesHeikki Krogerus
2021-02-05usb: dwc3: host: Use software node API with the propertiesHeikki Krogerus
2021-02-04usb: dwc3: qcom: Constify the software nodeHeikki Krogerus
2021-02-04usb: dwc3: haps: Constify the software nodeHeikki Krogerus
2021-02-04usb: dwc2: pci: Drop the empty quirk functionHeikki Krogerus
2021-02-03usb: pd: Update VDO definitionsKyle Tso
2021-02-02usb: typec: Return void in typec_partner_set_pd_revisionKyle Tso
2021-02-02usb: typec: tcpci_maxim: Enable data path when partner is USB Comm capableBadhri Jagan Sridharan
2021-02-02usb: typec: tcpci: Add Callback to Usb Communication capable partnerBadhri Jagan Sridharan
2021-02-02usb: typec: tcpm: Add Callback to Usb Communication capable partnerBadhri Jagan Sridharan
2021-02-02usb: typec: tcpm: Set in_ams flag when Source caps have been receivedBadhri Jagan Sridharan
2021-02-02usb: typec: tcpm: Handle vbus shutoff when in source modeBadhri Jagan Sridharan
2021-02-01usb: typec: Add typec_partner_set_pd_revisionBenson Leung
2021-02-01usb: typec: Provide PD Specification Revision for cable and partnerBenson Leung
2021-02-01usb: typec: Standardize PD Revision format with Type-C RevisionBenson Leung
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