aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-09Merge tag 'usb-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman28-523/+10406
2021-02-08USB: serial: option: update interface mapping for ZTE P685MLech Perczak1-1/+2
2021-02-08Merge 5.11-rc7 into usb-nextGreg Kroah-Hartman18-69/+236
2021-02-06usb: dwc3: gadget: Remove check for bounded driverThinh Nguyen1-17/+2
2021-02-06usb: dwc3: gadget: Set speed only up to the max supportedThinh Nguyen1-5/+10
2021-02-06usb: dwc3: gadget: Track connected SSP rate and lane countThinh Nguyen2-0/+25
2021-02-06usb: dwc3: gadget: Implement setting of SSP rateThinh Nguyen2-1/+51
2021-02-06usb: dwc3: core: Check maximum_speed SSP genXxYThinh Nguyen3-0/+40
2021-02-06usb: common: Parse for USB SSP genXxYThinh Nguyen1-1/+25
2021-02-06usb: cdnsp: Removes some useless trace eventsPawel Laszczak4-18/+0
2021-02-05usb: dwc2: Fix endpoint direction check in ep_from_windexHeiko Stuebner1-7/+1
2021-02-05usb: musb: jz4740: Add missing CR to error stringsPaul Cercueil1-9/+9
2021-02-05usb: musb: dma: Remove unused variablePaul Cercueil1-4/+0
2021-02-05usb: musb: Fix NULL check on struct musb_request fieldPaul Cercueil1-1/+1
2021-02-05usb: musb: Fix runtime PM race in musb_queue_resume_workPaul Cercueil1-14/+17
2021-02-05usb: dwc3: fix clock issue during resume in OTG modeGary Bisson1-1/+1
2021-02-05xhci: ext-caps: Use software node API with the propertiesHeikki Krogerus1-1/+2
2021-02-05usb: dwc3: host: Use software node API with the propertiesHeikki Krogerus1-1/+1
2021-02-04usb: dwc3: qcom: Constify the software nodeHeikki Krogerus1-3/+9
2021-02-04usb: dwc3: haps: Constify the software nodeHeikki Krogerus1-1/+7
2021-02-04usb: dwc2: pci: Drop the empty quirk functionHeikki Krogerus1-18/+0
2021-02-03usb: pd: Update VDO definitionsKyle Tso1-4/+4
2021-02-03xhci: fix bounce buffer usage for non-sg list caseMathias Nyman1-11/+20
2021-02-03usb: host: xhci: mvebu: make USB 3.0 PHY optional for Armada 3720Pali Rohár4-1/+68
2021-02-02usb: xhci-mtk: break loop when find the endpoint to dropChunfeng Yun1-1/+3
2021-02-02usb: typec: Return void in typec_partner_set_pd_revisionKyle Tso1-8/+2
2021-02-02usb: typec: tcpci_maxim: Enable data path when partner is USB Comm capableBadhri Jagan Sridharan1-0/+19
2021-02-02usb: typec: tcpci: Add Callback to Usb Communication capable partnerBadhri Jagan Sridharan2-0/+15
2021-02-02usb: typec: tcpm: Add Callback to Usb Communication capable partnerBadhri Jagan Sridharan1-0/+13
2021-02-02usb: typec: tcpm: Set in_ams flag when Source caps have been receivedBadhri Jagan Sridharan1-0/+1
2021-02-02usb: typec: tcpm: Handle vbus shutoff when in source modeBadhri Jagan Sridharan1-0/+11
2021-02-01ARM: 9048/1: sa1111: make sa1111 bus's remove callback return voidUwe Kleine-König1-3/+1
2021-02-01usb: typec: Add typec_partner_set_pd_revisionBenson Leung1-0/+30
2021-02-01usb: typec: Provide PD Specification Revision for cable and partnerBenson Leung1-4/+26
2021-02-01usb: typec: Standardize PD Revision format with Type-C RevisionBenson Leung1-1/+2
2021-02-01usb: xhci-mtk: skip dropping bandwidth of unchecked endpointsChunfeng Yun2-29/+36
2021-02-01usb: renesas_usbhs: Clear pipe running flag in usbhs_pkt_pop()Yoshihiro Shimoda1-0/+1
2021-02-01USB: serial: ftdi_sio: restore divisor-encoding commentsJohan Hovold1-8/+8
2021-02-01USB: serial: ftdi_sio: fix FTX sub-integer prescalerJohan Hovold1-2/+3
2021-02-01USB: serial: cp210x: clean up auto-RTS handlingJohan Hovold1-2/+1
2021-02-01USB: serial: cp210x: fix RTS handlingJohan Hovold1-7/+40
2021-02-01USB: serial: cp210x: clean up printk zero paddingJohan Hovold1-2/+2
2021-02-01USB: serial: cp210x: clean up flow-control debug messageJohan Hovold1-2/+2
2021-02-01USB: serial: cp210x: drop shift macrosJohan Hovold1-17/+11
2021-02-01USB: serial: cp210x: fix modem-control handlingJohan Hovold1-4/+16
2021-02-01USB: serial: cp210x: suppress modem-control errorsJohan Hovold1-3/+30
2021-01-31USB: gadget: legacy: fix an error code in eth_bind()Dan Carpenter1-1/+3
2021-01-30Merge tag 'usb-serial-5.11-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman2-0/+8
2021-01-29xhci: handle halting transfer event properly after endpoint stop and halt raced.Mathias Nyman1-16/+52
2021-01-29xhci: Check for pending reset endpoint command before queueing a new one.Mathias Nyman1-3/+7