aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2024-11-08Merge tag 'usb-serial-6.12-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman3-4/+12
2024-11-06USB: serial: qcserial: add support for Sierra Wireless EM86xxJack Wu1-0/+2
2024-11-05usb: typec: fix potential out of bounds in ucsi_ccg_update_set_new_cam_cmd()Dan Carpenter1-0/+2
2024-11-05usb: dwc3: fix fault at system suspend if device was already runtime suspendedRoger Quadros1-13/+12
2024-11-05usb: typec: qcom-pmic: init value of hdr_len/txbuf_len earlierRex Nie1-4/+4
2024-11-05usb: musb: sunxi: Fix accessing an released usb phyZijun Hu1-2/+0
2024-10-31USB: serial: io_edgeport: fix use after free in debug printkDan Carpenter1-4/+4
2024-10-29USB: serial: option: add Quectel RG650VBenoƮt Monin1-0/+3
2024-10-29USB: serial: option: add Fibocom FG132 0x0112 compositionReinhard Speyerer1-0/+3
2024-10-29usb: typec: tcpm: restrict SNK_WAIT_CAPABILITIES_TIMEOUT transitions to non s...Amit Sunil Dhamne1-3/+7
2024-10-29usb: phy: Fix API devm_usb_put_phy() can not release the phyZijun Hu1-1/+1
2024-10-29usb: typec: use cleanup facility for 'altmodes_node'Javier Carrasco1-3/+4
2024-10-29usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes()Javier Carrasco1-0/+1
2024-10-29usb: typec: qcom-pmic-typec: fix missing fwnode removal in error pathJavier Carrasco1-2/+4
2024-10-29usb: typec: qcom-pmic-typec: use fwnode_handle_put() to release fwnodesJavier Carrasco1-2/+2
2024-10-29usb: acpi: fix boot hang due to early incorrect 'tunneled' USB3 device linksMathias Nyman1-2/+2
2024-10-29Revert "usb: dwc2: Skip clock gating on Broadcom SoCs"Stefan Wahren1-1/+0
2024-10-29xhci: Fix Link TRB DMA in command ring stopped completion eventFaisal Hassan1-8/+8
2024-10-29xhci: Use pm_runtime_get to prevent RPM on unsupported systemsBasavaraj Natikar1-2/+4
2024-10-18Merge tag 'usb-serial-6.12-rc4' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-0/+8
2024-10-17USB: serial: option: add Telit FN920C04 MBIM compositionsDaniele Palmas1-0/+6
2024-10-17USB: serial: option: add support for Quectel EG916Q-GLBenjamin B. Frost1-0/+2
2024-10-17xhci: dbc: honor usb transfer size boundaries.Mathias Nyman2-5/+51
2024-10-17usb: xhci: Fix handling errors mid TD followed by other errorsMichal Pecio1-37/+29
2024-10-17xhci: Mitigate failed set dequeue pointer commandsMathias Nyman1-1/+1
2024-10-17xhci: Fix incorrect stream context type macroMathias Nyman1-1/+1
2024-10-17USB: gadget: dummy-hcd: Fix "task hung" problemAlan Stern1-5/+15
2024-10-16usb: gadget: f_uac2: fix return value for UAC2_ATTRIBUTE_STRING storeKevin Groeneveld1-3/+3
2024-10-16usb: dwc3: core: Fix system suspend on TI AM62 platformsRoger Quadros2-0/+22
2024-10-16xhci: tegra: fix checked USB2 port numberHenry Lin1-1/+1
2024-10-16usb: dwc3: Wait for EndXfer completion before restoring GUSB2PHYCFGPrashanth K1-4/+6
2024-10-16usb: typec: qcom-pmic-typec: fix sink status being overwritten with RP_DEFJonathan Marek1-1/+0
2024-10-16usb: typec: altmode should keep reference to parentThadeu Lima de Souza Cascardo1-0/+3
2024-10-13Merge tag 'usb-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds9-37/+64
2024-10-07USB: yurex: kill needless initialization in yurex_readOliver Neukum1-1/+1
2024-10-07Revert "usb: yurex: Replace snprintf() with the safer scnprintf() variant"Oliver Neukum1-11/+8
2024-10-04usb: xhci: Fix problem with xhci resume from suspendJose Alberto Reguero1-0/+5
2024-10-04usb: misc: onboard_usb_dev: introduce new config symbol for usb5744 SMBus sup...Radhey Shyam Pandey2-2/+16
2024-10-04usb: dwc3: core: Stop processing of pending events if controller is haltedSelvarasu Ganesan3-18/+19
2024-10-04usb: dwc3: re-enable runtime PM after failed resumeRoy Luo1-5/+3
2024-10-04usb: storage: ignore bogus device raised by JieLi BR21 USB sound chipIcenowy Zheng1-0/+11
2024-10-04usb: gadget: core: force synchronous registrationJohn Keeping1-0/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro52-52/+52
2024-09-27[tree-wide] finally take no_llseek outAl Viro8-11/+0
2024-09-26Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-22/+9
2024-09-26Merge tag 'usb-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds157-1087/+1776
2024-09-19Merge tag 'platform-drivers-x86-v6.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-2/+1
2024-09-18Merge tag 'for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds5-39/+14
2024-09-13sub: cdns3: Use predefined PCI vendor ID constantAndy Shevchenko2-17/+17
2024-09-13sub: cdns2: Use predefined PCI vendor ID constantAndy Shevchenko1-4/+3