aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2025-09-06usb: core: Introduce usb_endpoint_is_hs_isoc_double()Sakari Ailus1-0/+19
2025-09-06usb: xhci: Use usb_endpoint_max_periodic_payload()Sakari Ailus1-31/+1
2025-09-06usb: core: Add a function to get USB version independent periodic payloadRai, Amardeep1-0/+29
2025-09-06usb: core: eUSB2 companion descriptor is for isoc IN endpoints onlySakari Ailus1-2/+1
2025-09-06usb: core: Parse eUSB2 companion descriptors for high speed devices onlySakari Ailus1-1/+2
2025-09-06usb: core: Use le16_to_cpu() to read __le16 value in usb_parse_endpoint()Sakari Ailus1-1/+1
2025-09-06usb: typec: ucsi: Add check for UCSI versionVenkat Jayaraman1-1/+2
2025-09-06usb: cdns3: gadget: Use-after-free during failed initialization and exit of cdnsp gadgetChen Yufeng1-2/+6
2025-09-06usb: cdns3: cdnsp-pci: remove redundant pci_disable_device() callMiaoqian Lin1-4/+1
2025-09-06usb: host: xhci-tegra: Remove redundant ternary operatorsLiao Yuanhong1-1/+1
2025-09-06cdnsp: Remove unused tracepointsSteven Rostedt1-25/+0
2025-09-06cdns3: Remove unused tracepointsSteven Rostedt1-61/+0
2025-09-06cdns2: Remove unused tracepointsSteven Rostedt1-69/+0
2025-09-06usb: usb251xb: support usage case without I2C controlJisheng Zhang1-13/+95
2025-09-06usb: usb251xb: use modern PM macrosJisheng Zhang1-4/+4
2025-09-06usb: ohci: s3c2410: Drop support for S3C2410 systemsKrzysztof Kozlowski1-8/+0
2025-09-06usb: gadget: f_hid: Fix zero length packet transferWilliam Wu1-2/+2
2025-09-06usb: gadget: configfs: Correctly set use_os_string at bindWilliam Wu1-0/+2
2025-09-06usb: musb: dsps: use platform_get_irq_byname_optional() for vbus IRQMatthias Schiffer1-1/+1
2025-09-06usb: dwc3: Refactor dwc3_mode_showKuen-Han Tsai1-7/+5
2025-09-06usb: dwc3: Add trace event for dwc3_set_prtcapKuen-Han Tsai3-0/+36
2025-09-06usb: phy: twl6030: Fix incorrect type for retXichao Zhao1-2/+1
2025-09-06usb: storage: realtek_cr: Simplify residue calculation in rts51x_bulk_transport()Thorsten Blum1-2/+2
2025-09-06usb: misc: Update link to EHSET pdf docPetr Vorel1-2/+2
2025-09-06usb: usblp: Use min_t() to improve usblp_read()Thorsten Blum1-1/+2
2025-09-06usb: ucsi: stm32: Use min() to improve ucsi_stm32g0_fw_cb()Thorsten Blum1-5/+2
2025-08-26USB: serial: oti6858: remove extranenous ; after commentColin Ian King1-1/+1
2025-08-26USB: serial: option: add Telit Cinterion LE910C4-WWX new compositionsFabio Porcedda1-0/+11
2025-08-26USB: serial: option: add Telit Cinterion FN990A w/audio compositionsFabio Porcedda1-0/+6
2025-08-25Merge 6.17-rc3 into usb-nextGreg Kroah-Hartman19-59/+215
2025-08-21usb: typec: mux: Remove the use of dev_err_probe()Xichao Zhao1-1/+1
2025-08-21usb: typec: qcom-pmic-typec: use kcalloc() instead of kzalloc()Qianfeng Rong2-2/+2
2025-08-19usb: xhci: fix host not responding after suspend and resumeNiklas Neronin1-0/+2
2025-08-19usb: xhci: Fix slot_id resource race conflictWeitao Wang5-23/+35
2025-08-19usb: typec: fusb302: Revert incorrect threaded irq fixSebastian Reichel1-4/+8
2025-08-19USB: core: Update kerneldoc for usb_hcd_giveback_urb()Alan Stern1-4/+4
2025-08-17usb: gadget: f_ncm: Fix MAC assignment NCM ethernetraub camaioni1-1/+2
2025-08-17USB: Check no positive return values from pm_runtime_resume_and_get()Sakari Ailus1-4/+0
2025-08-17usb: typec: ucsi: Add support for READ_POWER_LEVEL commandVenkat Jayaraman3-0/+60
2025-08-17usb: typec: maxim_contaminant: re-enable cc toggle if cc is open and port is cleanAmit Sunil Dhamne1-0/+53
2025-08-17usb: typec: maxim_contaminant: disable low power mode when reading comparator valuesAmit Sunil Dhamne2-0/+6
2025-08-17usb: dwc3: Remove WARN_ON for device endpoint command timeoutsSelvarasu Ganesan2-6/+24
2025-08-17USB: storage: Ignore driver CD mode for Realtek multi-mode Wi-Fi donglesZenm Chen1-0/+22
2025-08-13usb: storage: realtek_cr: Use correct byte order for bcs->ResidueThorsten Blum1-1/+1
2025-08-13usb: chipidea: imx: improve usbmisc_imx7d_pullup()Xu Yang2-8/+18
2025-08-13kcov, usb: Don't disable interrupts in kcov_remote_start_usb_softirq()Sebastian Andrzej Siewior1-7/+5
2025-08-13usb: dwc3: pci: add support for the Intel Wildcat LakeHeikki Krogerus1-0/+2
2025-08-13usb: dwc3: Ignore late xferNotReady event to prevent halt timeoutKuen-Han Tsai1-0/+9
2025-08-13USB: storage: Add unusual-devs entry for Novatek NTK96550-based cameraMael GUERIN1-0/+7
2025-08-13usb: core: hcd: fix accessing unmapped memory in SINGLE_STEP_SET_FEATURE testXu Yang1-1/+7