summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2024-12-09usb: dwc3: gadget: Fix looping of queued SG entriesThinh Nguyen
2024-12-09usb: dwc3: gadget: Fix checking for number of TRBs leftThinh Nguyen
2024-12-09usb: musb: Fix hardware lockup on first Rx endpoint requestHubert Wiśniewski
2024-12-09Revert "usb: gadget: composite: fix OS descriptors w_value logic"Michal Vrastil
2024-12-09usb: xhci: Fix TD invalidation under pending Set TR DequeueMichal Pecio
2024-12-09usb: ehci-spear: fix call balance of sehci clk handling routinesVitalii Mordan
2024-12-09USB: chaoskey: Fix possible deadlock chaoskey_list_lockEdward Adam Davis
2024-12-09USB: chaoskey: fail open after removalOliver Neukum
2024-12-09usb: yurex: make waiting on yurex_write interruptibleOliver Neukum
2024-12-09usb: using mutex lock and supporting O_NONBLOCK flag in iowarrior_read()Jeongjun Park
2024-12-09mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C deviceAndy Shevchenko
2024-12-09usb: typec: use cleanup facility for 'altmodes_node'Javier Carrasco
2024-11-14USB: serial: option: add Quectel RG650VBenoît Monin
2024-11-14USB: serial: option: add Fibocom FG132 0x0112 compositionReinhard Speyerer
2024-11-14USB: serial: qcserial: add support for Sierra Wireless EM86xxJack Wu
2024-11-14USB: serial: io_edgeport: fix use after free in debug printkDan Carpenter
2024-11-14usb: typec: fix potential out of bounds in ucsi_ccg_update_set_new_cam_cmd()Dan Carpenter
2024-11-14usb: typec: qcom-pmic: init value of hdr_len/txbuf_len earlierRex Nie
2024-11-14usb: dwc3: fix fault at system suspend if device was already runtime suspendedRoger Quadros
2024-11-14usb: musb: sunxi: Fix accessing an released usb phyZijun Hu
2024-11-08xhci: Use pm_runtime_get to prevent RPM on unsupported systemsBasavaraj Natikar
2024-11-08xhci: Fix Link TRB DMA in command ring stopped completion eventFaisal Hassan
2024-11-08usb: typec: qcom-pmic-typec: use fwnode_handle_put() to release fwnodesJavier Carrasco
2024-11-08usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes()Javier Carrasco
2024-11-08usb: phy: Fix API devm_usb_put_phy() can not release the phyZijun Hu
2024-11-08USB: gadget: dummy-hcd: Fix "task hung" problemAlan Stern
2024-11-08usb: gadget: dummy_hcd: execute hrtimer callback in softirq contextAndrey Konovalov
2024-11-08usb: gadget: dummy_hcd: Set transfer interval to 1 microframeMarcello Sylvester Bauer
2024-11-08usb: gadget: dummy_hcd: Switch to hrtimer transfer schedulerMarcello Sylvester Bauer
2024-11-01usb: dwc3: core: Fix system suspend on TI AM62 platformsRoger Quadros
2024-11-01XHCI: Separate PORT and CAPs macros into dedicated fileFrank Li
2024-11-01usb: gadget: f_uac2: fix return value for UAC2_ATTRIBUTE_STRING storeKevin Groeneveld
2024-11-01usb: gadget: f_uac2: fix non-newline-terminated function nameJohn Keeping
2024-11-01usb: gadget: f_uac2: Replace snprintf() with the safer scnprintf() variantLee Jones
2024-11-01xhci: dbc: honor usb transfer size boundaries.Mathias Nyman
2024-11-01xhci: dbgtty: use kfifo from tty_port structJiri Slaby (SUSE)
2024-11-01xhci: dbgtty: remove kfifo_out() wrapperJiri Slaby (SUSE)
2024-11-01usb: typec: altmode should keep reference to parentThadeu Lima de Souza Cascardo
2024-10-22usb: dwc3: Wait for EndXfer completion before restoring GUSB2PHYCFGPrashanth K
2024-10-22usb: typec: qcom-pmic-typec: fix sink status being overwritten with RP_DEFJonathan Marek
2024-10-22USB: serial: option: add Telit FN920C04 MBIM compositionsDaniele Palmas
2024-10-22USB: serial: option: add support for Quectel EG916Q-GLBenjamin B. Frost
2024-10-22xhci: Mitigate failed set dequeue pointer commandsMathias Nyman
2024-10-22xhci: Fix incorrect stream context type macroMathias Nyman
2024-10-22xhci: tegra: fix checked USB2 port numberHenry Lin
2024-10-17usb: gadget: core: force synchronous registrationJohn Keeping
2024-10-17usb: storage: ignore bogus device raised by JieLi BR21 USB sound chipIcenowy Zheng
2024-10-17usb: xhci: Fix problem with xhci resume from suspendJose Alberto Reguero
2024-10-17usb: dwc3: core: Stop processing of pending events if controller is haltedSelvarasu Ganesan
2024-10-17Revert "usb: yurex: Replace snprintf() with the safer scnprintf() variant"Oliver Neukum