summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2024-04-30usb: typec: tcpm: Check for port partner validity before consuming itBadhri Jagan Sridharan-7/+23
2024-04-30usb: typec: tcpm: enforce ready state when queueing alt mode vdmRD Babiera-0/+4
2024-04-30usb: typec: tcpm: unregister existing source caps before re-registrationAmit Sunil Dhamne-1/+4
2024-04-30usb: typec: tcpm: clear pd_event queue in PORT_RESETRD Babiera-0/+1
2024-04-30usb: typec: tcpm: queue correct sop type in tcpm_queue_vdm_unlockedRD Babiera-1/+1
2024-04-30usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed deviceAlan Stern-2/+3
2024-04-30usb: ohci: Prevent missed ohci interruptsGuenter Roeck-0/+8
2024-04-23usb: typec: qcom-pmic: fix pdphy start() error handlingJohan Hovold-4/+7
2024-04-23usb: typec: qcom-pmic: fix use-after-free on late probe errorsJohan Hovold-2/+6
2024-04-23usb: gadget: f_fs: Fix a race condition when processing setup packets.Chris Wulff-1/+1
2024-04-23USB: core: Fix access violation during port device removalAlan Stern-2/+6
2024-04-23usb: dwc3: core: Prevent phy suspend during initThinh Nguyen-52/+68
2024-04-23usb: xhci-plat: Don't include xhci.hThinh Nguyen-1/+4
2024-04-23usb: gadget: uvc: use correct buffer size when parsing configfs listsIvan Avdeev-2/+2
2024-04-23usb: gadget: composite: fix OS descriptors w_value logicPeter Korsgaard-3/+3
2024-04-23usb: gadget: f_fs: Fix race between aio_cancel() and AIO request completeWesley Cheng-1/+6
2024-04-19Merge tag 'usb-serial-6.9-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman-0/+40
2024-04-18USB: serial: option: add Telit FN920C04 rmnet compositionsDaniele Palmas-0/+6
2024-04-18usb: dwc3: ep0: Don't reset resource alloc flagThinh Nguyen-1/+2
2024-04-18Revert "usb: cdc-wdm: close race between read and workqueue"Greg Kroah-Hartman-5/+1
2024-04-18USB: serial: option: add Rolling RW101-GL and RW135-GL supportVanillan Wang-0/+8
2024-04-18USB: serial: option: add Lonsung U8300/U9300 productCoia Prant-0/+4
2024-04-17USB: serial: option: add support for Fibocom FM650/FG650Chuanhong Guo-0/+4
2024-04-15USB: serial: option: support Quectel EM060K sub-modelsJerry Meng-0/+16
2024-04-15USB: serial: option: add Fibocom FM135-GL variantsbolan wang-0/+2
2024-04-11usb: misc: onboard_usb_hub: Disable the USB hub clock on failureFabio Estevam-1/+5
2024-04-09usb: dwc2: host: Fix dereference issue in DDMA completion flow.Minas Harutyunyan-1/+3
2024-04-09usb: typec: mux: it5205: Fix ChipID value typoAngeloGioacchino Del Regno-1/+1
2024-04-05usb: gadget: fsl: Initialize udc before using itUwe Kleine-König-3/+2
2024-04-04usb: Disable USB3 LPM at shutdownKai-Heng Feng-1/+3
2024-04-04usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport errorNorihiko Hama-2/+2
2024-04-04usb: typec: tcpm: Correct the PDO counting in pd_setKyle Tso-2/+2
2024-04-04usb: gadget: functionfs: Wait for fences before enqueueing DMABUFPaul Cercueil-11/+12
2024-04-04usb: gadget: functionfs: Fix inverted DMA fence directionPaul Cercueil-2/+4
2024-04-04usb: typec: ucsi: Fix connector check on initChristian A. Ehrhardt-2/+4
2024-04-04xhci: Fix root hub port null pointer dereference in xhci tracepointsMathias Nyman-7/+5
2024-04-04usb: xhci: correct return value in case of STS_HCEOliver Neukum-5/+4
2024-03-26USB: core: Fix deadlock in port "disable" sysfs attributeAlan Stern-4/+34
2024-03-26USB: core: Add hub_get() and hub_put() routinesAlan Stern-7/+18
2024-03-26usb: typec: ucsi: Check capabilities before cable and identity discoveryJameson Thies-15/+24
2024-03-26usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before resetChristian A. Ehrhardt-1/+35
2024-03-26usb: typec: ucsi_acpi: Refactor and fix DELL quirkChristian A. Ehrhardt-42/+33
2024-03-26usb: typec: ucsi: Ack unsupported commandsChristian A. Ehrhardt-1/+5
2024-03-26usb: typec: ucsi: Check for notifications after initChristian A. Ehrhardt-1/+9
2024-03-26usb: typec: ucsi: Clear EVENT_PENDING under PPM lockChristian A. Ehrhardt-2/+2
2024-03-26usb: typec: Return size of buffer if pd_set operation succeedsKyle Tso-1/+6
2024-03-26usb: udc: remove warning when queue disabled epyuan linyu-1/+3
2024-03-26usb: dwc3: pci: Drop duplicate IDHeikki Krogerus-2/+0
2024-03-26usb: dwc3: Properly set system wakeupThinh Nguyen-0/+25
2024-03-26Revert "usb: phy: generic: Get the vbus supply"Alexander Stein-7/+0