aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2025-01-10Merge tag 'usb-serial-6.13-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2-1/+4
2025-01-08USB: serial: option: add Neoway N723-EA supportMichal Hrusecky1-0/+1
2025-01-08USB: serial: option: add MeiG Smart SRM815Chukun Pan1-1/+2
2025-01-08USB: serial: cp210x: add Phoenix Contact UPS DeviceJohan Hovold1-0/+1
2025-01-07usb: typec: fix pm usage counter imbalance in ucsi_ccg_sync_control()GONG Ruiqi1-2/+2
2025-01-07usb-storage: Add max sectors quirk for Nokia 208Lubomir Rintel1-0/+7
2025-01-07usb: gadget: midi2: Reverse-select at the right placeTakashi Iwai1-2/+2
2024-12-23usb: gadget: f_fs: Remove WARN_ON in functionfs_bindAkash M1-1/+1
2024-12-23USB: core: Disable LPM only for non-suspended portsKai-Heng Feng1-3/+4
2024-12-23usb: fix reference leak in usb_new_device()Ma Ke1-2/+4
2024-12-23usb: typec: tcpci: fix NULL pointer issue on shared irq caseXu Yang1-10/+15
2024-12-23usb: gadget: u_serial: Disable ep before setting port to null to fix the cras...Lianqin Hu1-4/+4
2024-12-23usb: chipidea: ci_hdrc_imx: decrement device's refcount in .remove() and in t...Joe Hattori1-8/+17
2024-12-23usb: typec: ucsi: Set orientation as none when connector is unpluggedAbel Vesa1-0/+5
2024-12-23usb: gadget: configfs: Ignore trailing LF for user strings to cdevIngo Rohloff1-1/+5
2024-12-23USB: usblp: return error when setting unsupported protocolJun Yan1-3/+4
2024-12-23usb: gadget: f_uac2: Fix incorrect setting of bNumEndpointsPrashanth K1-0/+1
2024-12-23usb: typec: tcpm/tcpci_maxim: fix error code in max_contaminant_read_resistan...Dan Carpenter1-2/+2
2024-12-23usb: host: xhci-plat: set skip_phy_initialization if software node has XHCI_S...Xu Yang1-1/+2
2024-12-23usb: dwc3-am62: Disable autosuspend during removePrashanth K1-0/+1
2024-12-23usb: dwc3: gadget: fix writing NYET thresholdAndré Draszik2-1/+4
2024-12-17usb: xhci: fix ring expansion regression in 6.13-rc1Niklas Neronin1-1/+1
2024-12-17xhci: Turn NEC specific quirk for handling Stop Endpoint errors genericMathias Nyman1-2/+0
2024-12-16Merge tag 'usb-serial-6.13-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-0/+27
2024-12-14Merge tag 'usb-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds11-67/+114
2024-12-11USB: serial: option: add Telit FE910C04 rmnet compositionsDaniele Palmas1-0/+6
2024-12-11USB: serial: option: add MediaTek T7XX compositionsJack Wu1-0/+2
2024-12-11USB: serial: option: add Netprisma LCUK54 modules for WWAN ReadyMank Wang1-0/+12
2024-12-11USB: serial: option: add MeiG Smart SLM770AMichal Hrusecky1-0/+3
2024-12-11USB: serial: option: add TCL IK512 MBIM & ECMDaniel Swanemar1-0/+4
2024-12-04usb: typec: ucsi: Fix connector status writing past buffer sizeLucas De Marchi1-1/+2
2024-12-04usb: typec: ucsi: Fix completion notificationsŁukasz Bartosik1-2/+4
2024-12-04usb: dwc2: Fix HCD port connection raceStefan Wahren1-1/+1
2024-12-04usb: dwc2: hcd: Fix GetPortStatus & SetPortFeatureStefan Wahren1-10/+6
2024-12-04usb: dwc2: Fix HCD resumeStefan Wahren1-0/+1
2024-12-04usb: gadget: u_serial: Fix the issue that gs_start_io crashed due to accessin...Lianqin Hu1-3/+6
2024-12-04usb: misc: onboard_usb_dev: skip suspend/resume sequence for USB5744 SMBus su...Radhey Shyam Pandey1-1/+3
2024-12-04usb: dwc3: xilinx: make sure pipe clock is deselected in usb2 only modeNeal Frager1-1/+4
2024-12-04usb: core: hcd: only check primary hcd skip_phy_initializationXu Yang1-1/+7
2024-12-04usb: gadget: midi2: Fix interpretation of is_midi1 bitsTakashi Iwai1-1/+5
2024-12-04usb: dwc3: imx8mp: fix software node kernel dumpXu Yang1-14/+16
2024-12-04usb: typec: anx7411: fix OF node reference leaks in anx7411_typec_switch_probe()Joe Hattori1-7/+12
2024-12-04usb: typec: anx7411: fix fwnode_handle reference leakJoe Hattori1-18/+29
2024-12-04usb: host: max3421-hcd: Correctly abort a USB request.Mark Tomlinson1-5/+11
2024-12-04usb: ehci-hcd: fix call balance of clocks handling routinesVitalii Mordan1-2/+7
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada1-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra18-22/+22
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds5-5/+5
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-11-29Merge tag 'usb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds224-1165/+2670