summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: udc: do not clear gadget driver.busAaro Koskinen2023-02-0916-16/+0
* usb: typec: ucsi: Don't attempt to resume the ports before they existHeikki Krogerus2023-02-091-1/+8
* usb: gadget: f_uac2: Fix incorrect increment of bNumEndpointsPratham Pratap2023-02-091-0/+1
* usb: gadget: f_fs: Fix unbalanced spinlock in __ffs_ep0_queue_waitUdipto Goswami2023-02-091-1/+3
* usb: dwc3: qcom: enable vbus override when in OTG dr-modeNeil Armstrong2023-02-091-1/+1
* use less confusing names for iov_iter direction initializersAl Viro2023-02-091-1/+1
* usb: dwc3: fix extcon dependencyArnd Bergmann2023-02-011-1/+1
* usb: gadget: f_fs: Ensure ep0req is dequeued before free_requestUdipto Goswami2023-02-011-0/+2
* usb: gadget: f_fs: Prevent race during ffs_ep0_queue_waitUdipto Goswami2023-02-011-0/+5
* usb: ucsi: Ensure connector delayed work items are flushedJack Pham2023-02-012-3/+22
* usb-storage: apply IGNORE_UAS only for HIKSEMI MD202 on RTL9210Juhyung Park2023-01-242-7/+13
* usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()Maciej Żenczykowski2023-01-241-1/+3
* USB: gadget: Add ID numbers to configfs-gadget driver namesChanh Nguyen2023-01-241-2/+10
* usb: gadget: g_webcam: Send color matching descriptor per frameDaniel Scally2023-01-241-0/+3
* usb: typec: altmodes/displayport: Fix pin assignment calculationPrashant Malani2023-01-241-2/+2
* usb: typec: altmodes/displayport: Add pin assignment helperPrashant Malani2023-01-241-8/+14
* usb: typec: tcpm: Fix altmode re-registration causes sysfs create failChiYuan Huang2023-01-241-4/+3
* usb: musb: fix error return code in omap2430_probe()Yang Yingliang2023-01-241-1/+3
* usb: host: ehci-fsl: Fix module aliasAlexander Stein2023-01-241-1/+1
* usb: cdns3: remove fetched trb from cache before dequeuingPawel Laszczak2023-01-241-0/+12
* USB: serial: cp210x: add SCALANCE LPE-9000 device idMichael Adler2023-01-241-0/+1
* USB: gadgetfs: Fix race between mounting and unmountingAlan Stern2023-01-241-7/+21
* usb: core: hub: disable autosuspend for TI TUSB8041Flavio Suligoi2023-01-241-0/+13
* usb: misc: onboard_hub: Move 'attach' work to the driverMatthias Kaehlcke2023-01-241-6/+6
* usb: misc: onboard_hub: Invert driver registration orderMatthias Kaehlcke2023-01-241-3/+3
* USB: misc: iowarrior: fix up header size for USB_DEVICE_ID_CODEMERCS_IOW100Greg Kroah-Hartman2023-01-241-1/+1
* USB: serial: option: add Quectel EM05CN modemDuke Xin(辛安文)2023-01-241-0/+3
* USB: serial: option: add Quectel EM05CN (SG) modemDuke Xin(辛安文)2023-01-241-0/+3
* USB: serial: option: add Quectel EC200U modemAli Mirghasemi2023-01-241-0/+2
* USB: serial: option: add Quectel EM05-G (RS) modemDuke Xin(辛安文)2023-01-241-0/+3
* USB: serial: option: add Quectel EM05-G (CS) modemDuke Xin(辛安文)2023-01-241-0/+3
* USB: serial: option: add Quectel EM05-G (GR) modemDuke Xin(辛安文)2023-01-241-0/+3
* xhci: Detect lpm incapable xHC USB3 roothub ports from ACPI tablesMathias Nyman2023-01-241-0/+34
* usb: acpi: add helper to check port lpm capability using acpi _DSMMathias Nyman2023-01-241-0/+65
* xhci: Add a flag to disable USB3 lpm on a xhci root port level.Mathias Nyman2023-01-242-0/+9
* xhci: Add update_hub_device override for PCI xHCI hostsMathias Nyman2023-01-243-1/+17
* xhci: Fix null pointer dereference when host diesMathias Nyman2023-01-241-0/+5
* usb: xhci: Check endpoint is valid before dereferencing itJimmy Hu2023-01-241-1/+4
* xhci-pci: set the dma max_seg_sizeRicardo Ribalda2023-01-241-0/+2
* Revert "usb: ulpi: defer ulpi_register on ulpi_read_id timeout"Ferry Toth2023-01-181-1/+1
* usb: ulpi: defer ulpi_register on ulpi_read_id timeoutFerry Toth2023-01-181-1/+1
* usb: dwc3: xilinx: include linux/gpio/consumer.hArnd Bergmann2023-01-121-0/+1
* usb: dwc3: gadget: Ignore End Transfer delay on teardownThinh Nguyen2023-01-121-1/+4
* xhci: Prevent infinite loop in transaction errors recovery for streamsMathias Nyman2022-12-312-5/+11
* usb: dwc3: qcom: Fix memory leak in dwc3_qcom_interconnect_initMiaoqian Lin2022-12-311-3/+10
* usb: dwc3: core: defer probe on ulpi_read_id timeoutFerry Toth2022-12-311-1/+6
* usb: dwc3: Fix race between dwc3_set_mode and __dwc3_set_modeSven Peter2022-12-311-6/+10
* usb: xhci-mtk: fix leakage of shared hcd when fail to set wakeup irqChunfeng Yun2022-12-311-1/+0
* usb: cdnsp: fix lack of ZLP for ep0Pawel Laszczak2022-12-311-10/+32
* usb: typec: wusb3801: fix fwnode refcount leak in wusb3801_probe()Yang Yingliang2022-12-311-1/+1