summaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mfd-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds9 days1-4/+0
|\
| * mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C deviceAndy Shevchenko2024-10-161-4/+0
* | Merge tag 'gpio-updates-for-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds11 days1-3/+4
|\ \
| * | USB: gadget: pxa27x_udc: Avoid using GPIOF_ACTIVE_LOWAndy Shevchenko2024-11-091-3/+4
* | | Merge tag 'usb-serial-6.12-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2024-11-083-4/+12
|\ \ \
| * | | USB: serial: qcserial: add support for Sierra Wireless EM86xxJack Wu2024-11-061-0/+2
| * | | USB: serial: io_edgeport: fix use after free in debug printkDan Carpenter2024-10-311-4/+4
| * | | USB: serial: option: add Quectel RG650VBenoƮt Monin2024-10-291-0/+3
| * | | USB: serial: option: add Fibocom FG132 0x0112 compositionReinhard Speyerer2024-10-291-0/+3
* | | | usb: typec: fix potential out of bounds in ucsi_ccg_update_set_new_cam_cmd()Dan Carpenter2024-11-051-0/+2
* | | | usb: dwc3: fix fault at system suspend if device was already runtime suspendedRoger Quadros2024-11-051-13/+12
* | | | usb: typec: qcom-pmic: init value of hdr_len/txbuf_len earlierRex Nie2024-11-051-4/+4
* | | | usb: musb: sunxi: Fix accessing an released usb phyZijun Hu2024-11-051-2/+0
| |/ / |/| |
* | | usb: typec: tcpm: restrict SNK_WAIT_CAPABILITIES_TIMEOUT transitions to non s...Amit Sunil Dhamne2024-10-291-3/+7
* | | usb: phy: Fix API devm_usb_put_phy() can not release the phyZijun Hu2024-10-291-1/+1
* | | usb: typec: use cleanup facility for 'altmodes_node'Javier Carrasco2024-10-291-3/+4
* | | usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes()Javier Carrasco2024-10-291-0/+1
* | | usb: typec: qcom-pmic-typec: fix missing fwnode removal in error pathJavier Carrasco2024-10-291-2/+4
* | | usb: typec: qcom-pmic-typec: use fwnode_handle_put() to release fwnodesJavier Carrasco2024-10-291-2/+2
* | | usb: acpi: fix boot hang due to early incorrect 'tunneled' USB3 device linksMathias Nyman2024-10-291-2/+2
* | | Revert "usb: dwc2: Skip clock gating on Broadcom SoCs"Stefan Wahren2024-10-291-1/+0
* | | xhci: Fix Link TRB DMA in command ring stopped completion eventFaisal Hassan2024-10-291-8/+8
* | | xhci: Use pm_runtime_get to prevent RPM on unsupported systemsBasavaraj Natikar2024-10-291-2/+4
|/ /
* | Merge tag 'usb-serial-6.12-rc4' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2024-10-181-0/+8
|\ \
| * | USB: serial: option: add Telit FN920C04 MBIM compositionsDaniele Palmas2024-10-171-0/+6
| * | USB: serial: option: add support for Quectel EG916Q-GLBenjamin B. Frost2024-10-171-0/+2
* | | xhci: dbc: honor usb transfer size boundaries.Mathias Nyman2024-10-172-5/+51
* | | usb: xhci: Fix handling errors mid TD followed by other errorsMichal Pecio2024-10-171-37/+29
* | | xhci: Mitigate failed set dequeue pointer commandsMathias Nyman2024-10-171-1/+1
* | | xhci: Fix incorrect stream context type macroMathias Nyman2024-10-171-1/+1
* | | USB: gadget: dummy-hcd: Fix "task hung" problemAlan Stern2024-10-171-5/+15
* | | usb: gadget: f_uac2: fix return value for UAC2_ATTRIBUTE_STRING storeKevin Groeneveld2024-10-161-3/+3
* | | usb: dwc3: core: Fix system suspend on TI AM62 platformsRoger Quadros2024-10-162-0/+22
* | | xhci: tegra: fix checked USB2 port numberHenry Lin2024-10-161-1/+1
* | | usb: dwc3: Wait for EndXfer completion before restoring GUSB2PHYCFGPrashanth K2024-10-161-4/+6
* | | usb: typec: qcom-pmic-typec: fix sink status being overwritten with RP_DEFJonathan Marek2024-10-161-1/+0
* | | usb: typec: altmode should keep reference to parentThadeu Lima de Souza Cascardo2024-10-161-0/+3
|/ /
* | Merge tag 'usb-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-10-139-37/+64
|\ \
| * | USB: yurex: kill needless initialization in yurex_readOliver Neukum2024-10-071-1/+1
| * | Revert "usb: yurex: Replace snprintf() with the safer scnprintf() variant"Oliver Neukum2024-10-071-11/+8
| * | usb: xhci: Fix problem with xhci resume from suspendJose Alberto Reguero2024-10-041-0/+5
| * | usb: misc: onboard_usb_dev: introduce new config symbol for usb5744 SMBus sup...Radhey Shyam Pandey2024-10-042-2/+16
| * | usb: dwc3: core: Stop processing of pending events if controller is haltedSelvarasu Ganesan2024-10-043-18/+19
| * | usb: dwc3: re-enable runtime PM after failed resumeRoy Luo2024-10-041-5/+3
| * | usb: storage: ignore bogus device raised by JieLi BR21 USB sound chipIcenowy Zheng2024-10-041-0/+11
| * | usb: gadget: core: force synchronous registrationJohn Keeping2024-10-041-0/+1
| |/
* / move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-0252-52/+52
|/
* [tree-wide] finally take no_llseek outAl Viro2024-09-278-11/+0
* Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-09-262-22/+9
|\
| * Merge 6.11-rc4 into tty-nextGreg Kroah-Hartman2024-08-196-6/+9
| |\