summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-01-28USB: serial: option: Adding support for Cinterion MV31Christoph Schemmel1-0/+6
2021-01-26usb: usb251xb: Use of_device_get_match_data()Stephen Boyd1-7/+5
2021-01-26usb: dwc2: Make "trimming xfer length" a debug messageGuenter Roeck1-1/+1
2021-01-26usb: dwc2: Abort transaction after errors with unknown reasonGuenter Roeck1-0/+12
2021-01-26usb: dwc2: Do not update data length if it is 0 on inbound transfersGuenter Roeck1-7/+8
2021-01-26usb: raw-gadget: update documentation and KconfigAndrey Konovalov1-4/+9
2021-01-26usb: raw-gadget: add copyrightAndrey Konovalov1-1/+2
2021-01-26usb/c67x00: Replace tasklet with workDavidlohr Bueso2-6/+8
2021-01-26USB: serial: xr: fix B0 handlingJohan Hovold1-9/+14
2021-01-26USB: serial: xr: fix pin configurationJohan Hovold1-0/+8
2021-01-26USB: serial: xr: fix gpio-mode handlingJohan Hovold1-6/+3
2021-01-26USB: serial: xr: simplify line-speed logicJohan Hovold1-2/+1
2021-01-26USB: serial: xr: clean up line-settings handlingJohan Hovold1-19/+15
2021-01-26USB: serial: xr: document vendor-request recipientJohan Hovold1-4/+4
2021-01-26USB: serial: xr: use termios flag helpersJohan Hovold1-2/+1
2021-01-26USB: serial: xr: use subsystem usb_device at probeJohan Hovold1-2/+1
2021-01-26USB: serial: xr: fix interface leak at disconnectJohan Hovold1-0/+10
2021-01-26USB: serial: xr: fix NULL-deref at probeJohan Hovold1-0/+3
2021-01-26usb: xhci-mtk: fix unreleased bandwidth dataIkjoon Jang5-39/+111
2021-01-26USB: serial: mos7840: fix error code in mos7840_write()Dan Carpenter1-1/+3
2021-01-26usb: gadget: aspeed: add missing of_node_putkernel test robot1-1/+3
2021-01-26USB: usblp: don't call usb_set_interface if there's a single altJeremy Figgins1-8/+11
2021-01-25USB: serial: cp210x: add pid/vid for WSDA-200-USBPho Tran1-0/+1
2021-01-25usb: typec: tcpci_maxim: add terminating newlines to loggingJunlin Yang1-6/+6
2021-01-25usb: typec: tcpci_maxim: remove redundant assignmentJunlin Yang1-1/+0
2021-01-25usb: typec: tcpm: Create legacy PDOs for PD2 connectionKyle Tso1-10/+52
2021-01-25Merge v5.11-rc5 into usb-nextGreg Kroah-Hartman8-18/+56
2021-01-23usb: cdns3: Add support for TI's AM64 SoCAswath Govindraju1-0/+1
2021-01-21usb: typec: tcpci_maxim: Drop GPIO includesLinus Walleij1-3/+0
2021-01-21usb: typec: tcpm: Respond Wait if VDM state machine is runningKyle Tso1-7/+73
2021-01-21usb: typec: tcpm: Protocol Error handlingKyle Tso1-90/+245
2021-01-21usb: typec: tcpm: AMS and Collision AvoidanceKyle Tso1-98/+522
2021-01-21USB: cdc-acm: ignore Exar XR21V141X when serial driver is builtMauro Carvalho Chehab1-0/+6
2021-01-21USB: serial: add MaxLinear/Exar USB to Serial driverManivannan Sadhasivam3-0/+605
2021-01-19usb: bdc: Make bdc pci driver depend on BROKENPatrik Jakobsson1-1/+1
2021-01-19USB: gadget: udc: Process disconnect synchronouslyDavidlohr Bueso1-27/+3
2021-01-19usb: gadget: u_serial: Remove old tasklet commentsDavidlohr Bueso1-2/+2
2021-01-19usb: typec: ucsi: Add conditional dependency on USB role switchHeikki Krogerus1-0/+1
2021-01-18usb: gadget: u_audio: clean up lockingJerome Brunet1-19/+4
2021-01-18usb: gadget: u_audio: remove struct uac_reqJerome Brunet1-32/+26
2021-01-18usb: gadget: u_audio: factorize ssize to alsa fmt conversionJerome Brunet1-22/+21
2021-01-18usb: gadget: u_audio: Free requests only after callbackJack Pham1-3/+14
2021-01-18usb: gadget: composite: Report various SSP sublink speedsThinh Nguyen1-26/+54
2021-01-18usb: gadget: Introduce udc_set_ssp_rate() for SSPThinh Nguyen1-5/+11
2021-01-18usb: gadget: composite: Use SSP sublink speed macrosThinh Nguyen1-21/+24
2021-01-18usb: bdc: Remove the BDC PCI driverAl Cooper3-141/+0
2021-01-18usb: phy: phy-mxs-usb: Use of_device_get_match_data()Fabio Estevam1-6/+1
2021-01-18USB: serial: f81534: drop short control-transfer checkJohan Hovold1-3/+1
2021-01-18USB: serial: f81232: drop short control-transfer checksJohan Hovold1-10/+2
2021-01-18USB: serial: io_ti: fix a debug-message copy-paste errorJohan Hovold1-1/+1