summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | usb: cdns3: Moves reusable code to separate modulePawel Laszczak2020-12-296-7/+35
| * | | | usb: cdns3: Split core.c into cdns3-plat and core.c filePawel Laszczak2020-12-296-263/+343
| * | | | usb: cdns3: Add support for DRD CDNSPPawel Laszczak2020-12-294-49/+148
| | |/ / | |/| |
* | | | Merge 5.11-rc7 into usb-nextGreg Kroah-Hartman2021-02-0818-69/+236
|\ \ \ \ | | |_|/ | |/| |
| * | | usb: dwc2: Fix endpoint direction check in ep_from_windexHeiko Stuebner2021-02-051-7/+1
| * | | usb: dwc3: fix clock issue during resume in OTG modeGary Bisson2021-02-051-1/+1
| * | | xhci: fix bounce buffer usage for non-sg list caseMathias Nyman2021-02-031-11/+20
| * | | usb: host: xhci: mvebu: make USB 3.0 PHY optional for Armada 3720Pali Rohár2021-02-034-1/+68
| * | | usb: xhci-mtk: break loop when find the endpoint to dropChunfeng Yun2021-02-021-1/+3
| * | | usb: xhci-mtk: skip dropping bandwidth of unchecked endpointsChunfeng Yun2021-02-012-29/+36
| * | | 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