summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-15xhci: tegra: Delay for disabling LFPS detectorJC Kuo1-0/+7
2021-01-15xhci: make sure TRB is fully written before giving it to the controllerMathias Nyman1-0/+2
2021-01-15usb: udc: core: Use lock when write to soft_connectThinh Nguyen1-3/+10
2021-01-15usb: dwc3: qcom: add URS Host support for sdm845 ACPI bootShawn Guo1-3/+56
2021-01-15usb: gadget: u_ether: support configuring interface names.Lorenzo Colitti3-2/+58
2021-01-15usb: dwc3: pci: add support for the Intel Alder Lake-PHeikki Krogerus1-0/+4
2021-01-15usb: dwc3: pci: ID for Tiger Lake CPUHeikki Krogerus1-0/+4
2021-01-15usb: dwc3: pci: Register a software node for the dwc3 platform deviceHeikki Krogerus1-24/+37
2021-01-15drivers/usb/gadget/udc: Assign boolean values to a bool variableJiapeng Zhong1-1/+1
2021-01-14USB: gadget: dummy-hcd: Fix errors in port-reset handlingAlan Stern1-3/+7
2021-01-14USB: dwc3: document gadget_max_speedMauro Carvalho Chehab1-0/+1
2021-01-14usb: dwc3: gadget: Disable Vendor Test LMP Received eventThinh Nguyen1-2/+1
2021-01-13usb: host: ehci-tegra: Remove the driverDmitry Osipenko3-608/+7
2021-01-13usb: chipidea: tegra: Specify TX FIFO threshold in UDC SoC infoDmitry Osipenko1-5/+14
2021-01-13usb: chipidea: tegra: Support runtime PMDmitry Osipenko1-3/+10
2021-01-13usb: chipidea: tegra: Support host modePeter Geis4-8/+350
2021-01-13usb: chipidea: tegra: Rename UDC to USBDmitry Osipenko2-40/+40
2021-01-13usb: chipidea: tegra: Remove MODULE_ALIASDmitry Osipenko1-1/+0
2021-01-13usb: phy: tegra: Support waking up from a low power modeDmitry Osipenko1-11/+89
2021-01-13usb: phy: tegra: Add delay after power upDmitry Osipenko1-0/+3
2021-01-13usb: gadget: bdc: fix checkpatch.pl repeated word warningChunfeng Yun1-1/+1
2021-01-13usb: gadget: bdc: fix checkpatch.pl spacing errorChunfeng Yun1-1/+1
2021-01-13usb: gadget: bdc: fix checkpatch.pl tab warningChunfeng Yun2-3/+3
2021-01-13usb: gadget: bdc: use the BIT macro to define bit filedChunfeng Yun1-42/+42
2021-01-13usb: gadget: bdc: avoid precedence issuesChunfeng Yun1-9/+9
2021-01-13usb: gadget: bdc: add identifier name for function declaraionChunfeng Yun4-31/+31