summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci: fix ring expansion regression in 6.13-rc1Niklas Neronin2024-12-171-1/+1
* xhci: Turn NEC specific quirk for handling Stop Endpoint errors genericMathias Nyman2024-12-171-2/+0
* Merge tag 'usb-serial-6.13-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2024-12-161-0/+27
|\
| * USB: serial: option: add Telit FE910C04 rmnet compositionsDaniele Palmas2024-12-111-0/+6
| * USB: serial: option: add MediaTek T7XX compositionsJack Wu2024-12-111-0/+2
| * USB: serial: option: add Netprisma LCUK54 modules for WWAN ReadyMank Wang2024-12-111-0/+12
| * USB: serial: option: add MeiG Smart SLM770AMichal Hrusecky2024-12-111-0/+3
| * USB: serial: option: add TCL IK512 MBIM & ECMDaniel Swanemar2024-12-111-0/+4
* | Merge tag 'usb-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-12-1411-67/+114
|\ \
| * | usb: typec: ucsi: Fix connector status writing past buffer sizeLucas De Marchi2024-12-041-1/+2
| * | usb: typec: ucsi: Fix completion notificationsŁukasz Bartosik2024-12-041-2/+4
| * | usb: dwc2: Fix HCD port connection raceStefan Wahren2024-12-041-1/+1
| * | usb: dwc2: hcd: Fix GetPortStatus & SetPortFeatureStefan Wahren2024-12-041-10/+6
| * | usb: dwc2: Fix HCD resumeStefan Wahren2024-12-041-0/+1
| * | usb: gadget: u_serial: Fix the issue that gs_start_io crashed due to accessin...Lianqin Hu2024-12-041-3/+6
| * | usb: misc: onboard_usb_dev: skip suspend/resume sequence for USB5744 SMBus su...Radhey Shyam Pandey2024-12-041-1/+3
| * | usb: dwc3: xilinx: make sure pipe clock is deselected in usb2 only modeNeal Frager2024-12-041-1/+4
| * | usb: core: hcd: only check primary hcd skip_phy_initializationXu Yang2024-12-041-1/+7
| * | usb: gadget: midi2: Fix interpretation of is_midi1 bitsTakashi Iwai2024-12-041-1/+5
| * | usb: dwc3: imx8mp: fix software node kernel dumpXu Yang2024-12-041-14/+16
| * | usb: typec: anx7411: fix OF node reference leaks in anx7411_typec_switch_probe()Joe Hattori2024-12-041-7/+12
| * | usb: typec: anx7411: fix fwnode_handle reference leakJoe Hattori2024-12-041-18/+29
| * | usb: host: max3421-hcd: Correctly abort a USB request.Mark Tomlinson2024-12-041-5/+11
| * | usb: ehci-hcd: fix call balance of clocks handling routinesVitalii Mordan2024-12-041-2/+7
* | | module: Convert default symbol namespace to string literalMasahiro Yamada2024-12-031-1/+1
|/ /
* / module: Convert symbol namespace to string literalPeter Zijlstra2024-12-0218-22/+22
|/
* Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-11-305-5/+5
|\
| * usb: use "prompt" instead of "bool" for choice promptsMasahiro Yamada2024-11-045-5/+5
* | Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-11-291-1/+1
|\ \
| * | sysfs: treewide: constify attribute callback of bin_is_visible()Thomas Weißschuh2024-11-051-1/+1
| |/
* | Merge tag 'usb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-11-29224-1165/+2670
|\ \
| * | usb: typec: tcpm: Add support for sink-bc12-completion-time-ms DT propertyAmit Sunil Dhamne2024-11-161-1/+15
| * | usb: dwc3: gadget: Remove dwc3_request->needs_extra_trbThinh Nguyen2024-11-162-7/+4
| * | usb: dwc3: gadget: Cleanup SG handlingThinh Nguyen2024-11-162-38/+7
| * | usb: dwc3: gadget: Fix looping of queued SG entriesThinh Nguyen2024-11-161-3/+3
| * | usb: dwc3: gadget: Fix checking for number of TRBs leftThinh Nguyen2024-11-161-3/+6
| * | usb: dwc3: ep0: Don't clear ep0 DWC3_EP_TRANSFER_STARTEDThinh Nguyen2024-11-161-1/+1
| * | Revert "usb: gadget: composite: fix OS descriptors w_value logic"Michal Vrastil2024-11-161-3/+15
| * | usb: ehci-spear: fix call balance of sehci clk handling routinesVitalii Mordan2024-11-161-3/+4
| * | Merge tag 'usb-serial-6.13-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2024-11-152-1/+39
| |\ \
| | * | USB: serial: ftdi_sio: Fix atomicity violation in get_serial_info()Qiu-ji Chen2024-11-071-0/+2
| | * | USB: serial: pl2303: account for deficits of clonesJan Kiszka2024-11-061-1/+37
| | |/
| * | USB: make to_usb_device_driver() use container_of_const()Greg Kroah-Hartman2024-11-142-3/+3
| * | USB: make to_usb_driver() use container_of_const()Greg Kroah-Hartman2024-11-141-2/+2
| * | USB: properly lock dynamic id list when showing an idGreg Kroah-Hartman2024-11-141-0/+1
| * | USB: make single lock for all usb dynamic id listsGreg Kroah-Hartman2024-11-144-16/+10
| * | drivers/usb/storage: refactor min with min_tSabyrzhan Tasbolatov2024-11-132-6/+6
| * | drivers/usb/serial: refactor min with min_tSabyrzhan Tasbolatov2024-11-132-2/+2
| * | drivers/usb/musb: refactor min/max with min_t/max_tSabyrzhan Tasbolatov2024-11-133-5/+4
| * | drivers/usb/mon: refactor min with min_tSabyrzhan Tasbolatov2024-11-131-1/+1