summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| * | | usb: renesas_usbhs: Clear pipe running flag in usbhs_pkt_pop()Yoshihiro Shimoda2021-02-011-0/+1
| * | | USB: gadget: legacy: fix an error code in eth_bind()Dan Carpenter2021-01-311-1/+3
| * | | Merge tag 'usb-serial-5.11-rc6' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-01-302-0/+8
| |\ \ \
| | * | | USB: serial: option: Adding support for Cinterion MV31Christoph Schemmel2021-01-281-0/+6
| | * | | USB: serial: cp210x: add pid/vid for WSDA-200-USBPho Tran2021-01-251-0/+1
| | * | | USB: serial: cp210x: add new VID/PID for supporting Teraoka AD2000Chenxin Jin2021-01-131-0/+1
| | | |/ | | |/|
| * | | usb: xhci-mtk: fix unreleased bandwidth dataIkjoon Jang2021-01-265-39/+111
| * | | usb: gadget: aspeed: add missing of_node_putkernel test robot2021-01-261-1/+3
| * | | USB: usblp: don't call usb_set_interface if there's a single altJeremy Figgins2021-01-261-8/+11
* | | | usb: dwc3: gadget: Remove check for bounded driverThinh Nguyen2021-02-061-17/+2
* | | | usb: dwc3: gadget: Set speed only up to the max supportedThinh Nguyen2021-02-061-5/+10
* | | | usb: dwc3: gadget: Track connected SSP rate and lane countThinh Nguyen2021-02-062-0/+25
* | | | usb: dwc3: gadget: Implement setting of SSP rateThinh Nguyen2021-02-062-1/+51
* | | | usb: dwc3: core: Check maximum_speed SSP genXxYThinh Nguyen2021-02-063-0/+40
* | | | usb: common: Parse for USB SSP genXxYThinh Nguyen2021-02-061-1/+25
* | | | usb: musb: jz4740: Add missing CR to error stringsPaul Cercueil2021-02-051-9/+9
* | | | usb: musb: dma: Remove unused variablePaul Cercueil2021-02-051-4/+0
* | | | usb: musb: Fix NULL check on struct musb_request fieldPaul Cercueil2021-02-051-1/+1
* | | | usb: musb: Fix runtime PM race in musb_queue_resume_workPaul Cercueil2021-02-051-14/+17
* | | | xhci: ext-caps: Use software node API with the propertiesHeikki Krogerus2021-02-051-1/+2
* | | | usb: dwc3: host: Use software node API with the propertiesHeikki Krogerus2021-02-051-1/+1
* | | | usb: dwc3: qcom: Constify the software nodeHeikki Krogerus2021-02-041-3/+9
* | | | usb: dwc3: haps: Constify the software nodeHeikki Krogerus2021-02-041-1/+7
* | | | usb: dwc2: pci: Drop the empty quirk functionHeikki Krogerus2021-02-041-18/+0
* | | | usb: pd: Update VDO definitionsKyle Tso2021-02-031-4/+4
* | | | usb: typec: Return void in typec_partner_set_pd_revisionKyle Tso2021-02-021-8/+2
* | | | usb: typec: tcpci_maxim: Enable data path when partner is USB Comm capableBadhri Jagan Sridharan2021-02-021-0/+19
* | | | usb: typec: tcpci: Add Callback to Usb Communication capable partnerBadhri Jagan Sridharan2021-02-022-0/+15
* | | | usb: typec: tcpm: Add Callback to Usb Communication capable partnerBadhri Jagan Sridharan2021-02-021-0/+13
* | | | usb: typec: tcpm: Set in_ams flag when Source caps have been receivedBadhri Jagan Sridharan2021-02-021-0/+1
* | | | usb: typec: tcpm: Handle vbus shutoff when in source modeBadhri Jagan Sridharan2021-02-021-0/+11
* | | | usb: typec: Add typec_partner_set_pd_revisionBenson Leung2021-02-011-0/+30
* | | | usb: typec: Provide PD Specification Revision for cable and partnerBenson Leung2021-02-011-4/+26
* | | | usb: typec: Standardize PD Revision format with Type-C RevisionBenson Leung2021-02-011-1/+2
* | | | xhci: handle halting transfer event properly after endpoint stop and halt raced.Mathias Nyman2021-01-291-16/+52
* | | | xhci: Check for pending reset endpoint command before queueing a new one.Mathias Nyman2021-01-291-3/+7
* | | | xhci: remove obsolete dequeue pointer moving codeMathias Nyman2021-01-292-196/+0
* | | | xhci: introduce a new move_dequeue_past_td() function to replace old code.Mathias Nyman2021-01-291-7/+145
* | | | xhci: handle stop endpoint command completion with endpoint in running state.Mathias Nyman2021-01-291-0/+13
* | | | xhci: Fix halted endpoint at stop endpoint command completionMathias Nyman2021-01-291-2/+60
* | | | xhci: split handling halted endpoints into two stepsMathias Nyman2021-01-293-179/+101
* | | | xhci: move and rename xhci_cleanup_halted_endpoint()Mathias Nyman2021-01-291-41/+43
* | | | xhci: turn cancelled td cleanup to its own functionMathias Nyman2021-01-291-55/+53
* | | | xhci: store TD status in the td struct instead of passing it alongMathias Nyman2021-01-292-27/+30
* | | | xhci: use xhci_td_cleanup() helper when giving back cancelled URBsMathias Nyman2021-01-291-7/+5
* | | | xhci: move xhci_td_cleanup so it can be called by more functionsMathias Nyman2021-01-291-46/+46
* | | | xhci: Add xhci_reset_halted_ep() helper functionMathias Nyman2021-01-291-6/+25
* | | | xhci: flush endpoint start to reduce race risk with stop endpoint command.Mathias Nyman2021-01-291-3/+2
* | | | xhci: Check link TRBs when updating ring enqueue and dequeue pointers.Mathias Nyman2021-01-291-5/+32
* | | | xhci: avoid DMA double fetch when reading event trb type.Mathias Nyman2021-01-292-16/+13