aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2024-11-05usb: musb: sunxi: Fix accessing an released usb phyZijun Hu1-2/+0
2024-11-05usb: Use (of|device)_property_present() for non-boolean propertiesRob Herring (Arm)7-7/+7
2024-11-05Merge v6.12-rc6 into usb-nextGreg Kroah-Hartman8-21/+31
2024-11-04usb: use "prompt" instead of "bool" for choice promptsMasahiro Yamada5-5/+5
2024-11-04usb: typec: mux: Add support for the TUSB1046 crosspoint switchRomain Gantois3-0/+206
2024-11-04USB: xhci: add support for PWRON active highParth Pancholi1-0/+3
2024-11-04USB: bcma: Remove unused of_gpio.hAndy Shevchenko1-1/+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 self-powered devicesAmit 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: core: use sysfs_emit() instead of sprintf()Jiayi Li3-11/+14
2024-10-29usb: typec: tcpm: Add support for parsing time dt propertiesAmit Sunil Dhamne1-16/+57
2024-10-29usb: storage: use US_BULK_FLAG_OUT instead of constant valuesDingyan Li3-7/+7
2024-10-29usb: dwc3: gadget: Refine the logic for resizing Tx FIFOsAkash Kumar1-9/+24
2024-10-29usb: typec: ucsi: Helper for Get Connector Status commandHeikki Krogerus1-15/+16
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-21Merge 6.12-rc4 into usb-nextGreg Kroah-Hartman13-58/+140
2024-10-18Merge tag 'usb-serial-6.12-rc4' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg 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-17xhci: add helper to stop endpoint and wait for completionMathias Nyman2-0/+47
2024-10-17usb: gadget: uvc: dont call usb_composite_setup_continue when not streamingMichael Grzeschik1-0/+3
2024-10-17usb: gadget: uvc: add trace of enqueued and completed requestsMichael Grzeschik4-0/+80
2024-10-17usb: gadget: uvc: set nbuffers to minimum STREAMING_MIN_BUFFERS in uvc_queue_setupMichael Grzeschik2-0/+5
2024-10-17usb: gadget: uvc: set req_length based on payload by nreqs instead of req_sizeMichael Grzeschik4-9/+20
2024-10-17usb: gadget: uvc: set req_size and n_requests based on the frame intervalMichael Grzeschik2-25/+56
2024-10-17usb: gadget: uvc: add g_parm and s_parm for frame intervalMichael Grzeschik3-0/+54
2024-10-17usb: gadget: uvc: rework to enqueue in pump worker from encoded queueMichael Grzeschik3-98/+87
2024-10-17usb: gadget: uvc: only enqueue zero length requests in potential underrunMichael Grzeschik2-1/+21
2024-10-17usb: gadget: uvc: wake pump everytime we update the free listMichael Grzeschik1-0/+4
2024-10-17usb: typec: ucsi: Add support for the partner USB ModesHeikki Krogerus2-0/+11
2024-10-17usb: typec: ucsi: Supply the USB capabilities to the portsHeikki Krogerus2-0/+15
2024-10-17usb: typec: Add attribute file showing the USB Modes of the partnerHeikki Krogerus2-4/+122
2024-10-17usb: typec: Add attribute file showing the supported USB modes of the portHeikki Krogerus2-0/+82
2024-10-17usb: require FMODE_WRITE for usbdev_mmap()Jann Horn1-0/+3
2024-10-16usb: gadget: uvc: configfs: Add frame-based frame format supportAkash Kumar3-12/+363