summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2023-08-26USB: dwc3: fix use-after-free on core driver unbindJohan Hovold1-0/+5
2023-08-26USB: dwc3: qcom: fix NULL-deref on suspendJohan Hovold1-1/+10
2023-08-26usb: dwc3: gadget: Improve dwc3_gadget_suspend() and dwc3_gadget_resume()Roger Quadros1-33/+34
2023-08-26USB: dwc3: gadget: drop dead hibernation codeJohan Hovold1-40/+6
2023-08-26usb: dwc3: Fix typos in gadget.cKushagra Verma1-2/+2
2023-08-26usb: dwc3: Remove DWC3 locking during gadget suspend/resumeWesley Cheng2-4/+5
2023-08-26usb: dwc3: gadget: Synchronize IRQ between soft connect/disconnectWesley Cheng1-0/+2
2023-08-26usb: chipidea: imx: add missing USB PHY DPDM wakeup settingXu Yang1-1/+1
2023-08-26usb: chipidea: imx: don't request QoS for imx8ulpXu Yang1-0/+5
2023-08-26usb: gadget: u_serial: Avoid spinlock recursion in __gs_console_pushPrashanth K1-0/+3
2023-08-16usb: typec: tcpm: Fix response to vsafe0V eventBadhri Jagan Sridharan1-0/+7
2023-08-16usb: common: usb-conn-gpio: Prevent bailing out if initial role is nonePrashanth K1-1/+5
2023-08-16usb: dwc3: Properly handle processing of pending eventsElson Roy Serrao1-1/+8
2023-08-16usb-storage: alauda: Fix uninit-value in alauda_check_media()Alan Stern1-3/+9
2023-08-03Revert "xhci: add quirk for host controllers that don't update endpoint DCS"Oliver Neukum2-27/+2
2023-08-03Revert "usb: xhci: tegra: Fix error check"Dan Carpenter1-4/+4
2023-08-03usb: xhci-mtk: set the dma max_seg_sizeRicardo Ribalda1-0/+1
2023-08-03usb: cdns3: fix incorrect calculation of ep_buf_size when more than one configFrank Li1-1/+3
2023-08-03USB: quirks: add quirk for Focusrite ScarlettŁukasz Bartosik1-0/+4
2023-08-03usb: ohci-at91: Fix the unhandle interrupt when resumeGuiting Shen1-1/+7
2023-08-03usb: dwc3: don't reset device side if dwc3 was configured as host-onlyJisheng Zhang1-2/+2
2023-08-03usb: dwc3: pci: skip BYT GPIO lookup table for hardwired phyGratian Crisan1-2/+4
2023-08-03Revert "usb: dwc3: core: Enable AutoRetry feature in the controller"Jakub Vanek2-19/+0
2023-08-03USB: serial: simple: sort driver entriesJohan Hovold1-33/+33
2023-08-03USB: serial: simple: add Kaufmann RKS+CAN VCPOliver Neukum1-0/+7
2023-08-03USB: serial: option: add Quectel EC200A module supportMohsen Tahmasebi1-0/+2
2023-08-03USB: serial: option: support Quectel EM060K_128Jerry Meng1-0/+4
2023-08-03USB: gadget: Fix the memory leak in raw_gadget driverZqiang1-4/+6
2023-08-03usb: gadget: call usb_gadget_check_config() to verify UDC capabilityFrank Li1-0/+4
2023-08-03Revert "usb: gadget: tegra-xudc: Fix error check in tegra_xudc_powerdomain_in...Dan Carpenter1-4/+4
2023-07-23xhci: Show ZHAOXIN xHCI root hub speed correctlyWeitao Wang3-7/+27
2023-07-23xhci: Fix TRB prefetch issue of ZHAOXIN hostsWeitao Wang3-3/+13
2023-07-23xhci: Fix resume issue of some ZHAOXIN hostsWeitao Wang1-0/+5
2023-07-23Revert "usb: common: usb-conn-gpio: Set last role to unknown before initial d...Greg Kroah-Hartman4-9/+0
2023-07-23usb: dwc3-meson-g12a: Fix an error handling path in dwc3_meson_g12a_probe()Christophe JAILLET1-1/+4
2023-07-23usb: common: usb-conn-gpio: Set last role to unknown before initial detectionPrashanth K4-0/+9
2023-07-23usb: dwc3: qcom: Fix an error handling path in dwc3_qcom_probe()Christophe JAILLET1-2/+3
2023-07-23usb: dwc3: qcom: Release the correct resources in dwc3_qcom_remove()Christophe JAILLET1-1/+5
2023-07-23usb: hide unused usbfs_notify_suspend/resume functionsArnd Bergmann1-0/+2
2023-07-23usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe()Li Yang1-1/+1
2023-07-23usb: gadget: u_serial: Add null pointer check in gserial_suspendPrashanth K1-2/+11
2023-07-23usb: dwc3: qcom: Fix potential memory leakVladislav Efanov1-3/+3
2023-07-23usb: dwc2: Fix some error handling pathsChristophe JAILLET1-3/+13
2023-07-23usb: dwc2: platform: Improve error reporting for problems during .remove()Uwe Kleine-König1-1/+1
2023-07-23usb: dwc3: gadget: Propagate core init errors to UDC during pullupKrishna Kurapati1-1/+3
2023-07-23USB: serial: option: add LARA-R6 01B PIDsDavide Tronchin1-0/+4
2023-06-28usb: gadget: udc: fix NULL dereference in remove()Dan Carpenter1-0/+3
2023-06-21usb: dwc3: gadget: Reset num TRBs before giving back the requestElson Roy Serrao1-0/+1
2023-06-21USB: serial: option: add Quectel EM061KGL seriesJerry Meng1-0/+16
2023-06-14usb: usbfs: Use consistent mmap functionsRuihan Li1-2/+9