aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-03-26fotg210-udc: Mask GRP2 interrupts we don't handleFabian Vogt1-0/+6
2021-03-26fotg210-udc: Remove a dubious condition leading to fotg210_doneFabian Vogt1-2/+1
2021-03-26fotg210-udc: Fix EP0 IN requests bigger than two packetsFabian Vogt1-1/+1
2021-03-26fotg210-udc: Fix DMA on EP0 for length > max packet sizeFabian Vogt1-1/+1
2021-03-26usb: dwc3: trace: Print register read and write offsetThinh Nguyen1-2/+4
2021-03-26usb: typec: tcpci_maxim: Make symbol 'max_tcpci_tcpci_write_table' staticWei Yongjun1-1/+1
2021-03-26usb: typec: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-23usb: gadget: pch_udc: Provide a GPIO line used on Intel Minnowboard (v1)Andy Shevchenko1-14/+57
2021-03-23usb: gadget: pch_udc: Initialize device pointer before useAndy Shevchenko1-2/+3
2021-03-23usb: gadget: pch_udc: Revert d3cb25a12138 completelyAndy Shevchenko1-4/+13
2021-03-23usb: gadget: pch_udc: Move pch_udc_init() to satisfy kernel docAndy Shevchenko1-1/+2
2021-03-23usb: gadget: pch_udc: Check for DMA mapping errorAndy Shevchenko1-1/+1
2021-03-23usb: gadget: pch_udc: Check if driver is present before calling ->setup()Andy Shevchenko1-10/+18
2021-03-23usb: gadget: pch_udc: Replace cpu_to_le32() by lower_32_bits()Andy Shevchenko1-1/+1
2021-03-23usb: xhci: Remove unused functionThinh Nguyen1-147/+0
2021-03-23usb: xhci: Rewrite xhci_create_usb3_bos_desc()Thinh Nguyen1-2/+235
2021-03-23usb: xhci: Fix port minor revisionThinh Nguyen1-0/+9
2021-03-23usb: xhci: Init root hub SSP rateThinh Nguyen1-0/+2
2021-03-23USB: gadget: f_fs: fix memdup_user.cocci warningskernel test robot1-8/+3
2021-03-23usb: gadget: legacy: fix error return code of msg_bind()Jia-Ju Bai1-1/+3
2021-03-23USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modemVincent Palatin1-0/+4
2021-03-23USB: cdc-acm: do not log successful probe on later errorsJohan Hovold1-2/+2
2021-03-23USB: cdc-acm: always claim data interfaceJohan Hovold1-8/+6
2021-03-23USB: cdc-acm: use negation for NULL checksJohan Hovold1-2/+2
2021-03-23USB: cdc-acm: clean up probe error labelsJohan Hovold1-17/+18
2021-03-23USB: cdc-acm: drop redundant driver-data resetJohan Hovold1-1/+0
2021-03-23USB: cdc-acm: drop redundant driver-data assignmentJohan Hovold1-1/+0
2021-03-23USB: cdc-acm: fix use-after-free after probe failureJohan Hovold1-0/+5
2021-03-23USB: cdc-acm: fix double free on probe failureJohan Hovold1-1/+0
2021-03-23USB: cdc-acm: downgrade message to debugOliver Neukum1-1/+2
2021-03-23USB: cdc-acm: untangle a circular dependency between callback and softintOliver Neukum1-16/+32
2021-03-23cdc-acm: fix BREAK rx code path adding necessary callsOliver Neukum1-1/+3
2021-03-23usb: gadget: udc: amd5536udc_pci fix null-ptr-dereferenceTong Zhang1-5/+5
2021-03-23usb: dwc3: pci: Enable dis_uX_susphy_quirk for Intel MerrifieldAndy Shevchenko1-0/+2
2021-03-23usb: dwc3: gadget: Use max speed if unspecifiedThinh Nguyen1-1/+1
2021-03-23usb: dwc3: gadget: Set gadget_max_speed when set ssp_rateThinh Nguyen1-0/+1
2021-03-23usb: dwc3: qcom: skip interconnect init for ACPI probeShawn Guo1-0/+3
2021-03-23usb: core: sysfs: Check for SSP rate in speed attrThinh Nguyen1-1/+4
2021-03-23usb: core: hub: Print speed name based on ssp rateThinh Nguyen1-3/+7
2021-03-23usb: core: hub: Remove port_speed_is_ssp()Thinh Nguyen1-30/+1
2021-03-23usb: core: Track SuperSpeed Plus GenXxYThinh Nguyen2-1/+83
2021-03-23usb: dwc3: gadget: Ignore EP queue requests during bus resetWesley Cheng1-0/+9
2021-03-23usb: dwc3: gadget: Avoid continuing preparing TRBs during teardownWesley Cheng1-0/+5
2021-03-23USB: xhci: drop workaround for forced irq threadingJohan Hovold1-3/+2
2021-03-23USB: gadget: legacy: remove left-over __ref annotationsRasmus Villemoes1-5/+5
2021-03-23usb: gadget: u_audio: convert to strscpyRuslan Bilovol1-3/+3
2021-03-23usb: gadget: f_uac1: disable IN/OUT ep if unusedRuslan Bilovol1-66/+163
2021-03-23usb: gadget: f_uac1: validate input parametersRuslan Bilovol1-0/+43
2021-03-23usb: gadget: f_uac2: validate input parametersRuslan Bilovol1-2/+37
2021-03-23usb: gadget: legacy: fix error return code of multi_bind()Jia-Ju Bai1-1/+3