summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-1893-1179/+3307
|\
| * usb: typec: tipd: fix use of device-specific init functionJavier Carrasco2024-01-051-1/+1
| * usb: typec: tipd: Separate reset for TPS6598xJai Luthra2024-01-051-2/+7
| * usb: mon: Fix atomicity violation in mon_bin_vma_faultGui-Dong Han2024-01-051-1/+6
| * usb: gadget: uvc: Remove nested lockingAvichal Rakesh2024-01-051-1/+3
| * usb: gadget: uvc: Fix use are free during STREAMOFFAvichal Rakesh2024-01-051-4/+10
| * usb: typec: class: fix typec_altmode_put_partner to put plugsRD Babiera2024-01-041-3/+6
| * xhci: add support to allocate several interruptersMathias Nyman2024-01-045-32/+137
| * USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng2024-01-048-44/+41
| * usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transferChunfeng Yun2024-01-042-2/+40
| * usb: dwc3: qcom: Rename hs_phy_irq to qusb2_phy_irqKrishna Kurapati2024-01-041-11/+11
| * usb: gadget: u_ether: Re-attach netif device to mirror detachmentRichard Acayan2024-01-041-0/+2
| * usb: dwc3: gadget: Queue PM runtime idle on disconnect eventWesley Cheng2024-01-041-0/+7
| * usb: phy: mxs: remove CONFIG_USB_OTG condition for mxs_phy_is_otg_host()Xu Yang2024-01-041-2/+1
| * usb: chipidea: wait controller resume finished for wakeup irqXu Yang2024-01-041-0/+7
| * usb: chipidea: ci_hdrc_imx: add wakeup clock and keep it always onXu Yang2024-01-041-1/+16
| * Revert "usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()"Frank Li2024-01-041-1/+17
| * usb: cdns3: Fix uvc fail when DMA cross 4k boundery since sg enabledFrank Li2024-01-041-1/+31
| * usb: cdns3: fix iso transfer error when mult is not zeroFrank Li2024-01-042-23/+39
| * usb: cdns3: fix uvc failure work since sg support enabledFrank Li2024-01-041-11/+40
| * usb: gadget: ncm: Add support to update wMaxSegmentSize via configfsKrishna Kurapati2024-01-042-3/+68
| * usb: dwc3: set pm runtime active before resume commonFrank Wang2024-01-041-3/+6
| * usb: dwc3: Support EBC feature of DWC_usb31Manan Aurora2024-01-043-0/+9
| * usb: typec: tcpm: Support multiple capabilitiesKyle Tso2024-01-041-89/+298
| * usb: xhci-plat: fix usb disconnect issue after s4Yinbo Zhu2024-01-041-4/+19
| * usb: dwc3: core: set force_gen1 bit in USB31 devices if max speed is SSKrishna Kurapati2024-01-042-0/+17
| * usb: dwc: ep0: Update request status in dwc3_ep0_stall_restartUttkarsh Aggarwal2024-01-041-1/+4
| * usb: ueagle-atm: Use wait_event_freezable_timeout() in uea_wait()Kevin Hao2024-01-041-2/+1
| * usb: dwc3: gadget: Handle EP0 request dequeuing properlyWesley Cheng2024-01-041-1/+11
| * usb: yurex: Fix inconsistent locking bug in yurex_read()Harshit Mogalapalli2024-01-021-1/+3
| * usb: typec: tipd: add patch update support for tps6598xJavier Carrasco2024-01-022-1/+85
| * usb: typec: tipd: declare in_data in as const in exec_cmd functionsJavier Carrasco2024-01-021-2/+2
| * usb: typec: tipd: add function to request firmwareJavier Carrasco2024-01-021-9/+26
| * usb: typec: tipd: add init and reset functions to tipd_dataJavier Carrasco2024-01-021-10/+35
| * drivers/usb/gadget/udc: Fix spelling typo in comments(reqest->request)liyouhong2024-01-022-2/+2
| * Revert "usb: dwc3: don't reset device side if dwc3 was configured as host-only"Thinh Nguyen2024-01-021-2/+2
| * Revert "usb: dwc3: Soft reset phy on probe for host"Thinh Nguyen2024-01-021-38/+1
| * usb: dwc2: Disable clock gating feature on Rockchip SoCsWilliam Wu2024-01-021-0/+1
| * Revert "usb: typec: class: fix typec_altmode_put_partner to put plugs"Heikki Krogerus2024-01-021-3/+2
| * usb: typec: tcpm: Parse Accessory Mode informationDmitry Baryshkov2023-12-151-0/+9
| * xhci: Fix null pointer dereference during S4 resume when resetting ep0Mathias Nyman2023-12-151-7/+13
| * usb: dwc3: imx8mp: Fix smatch warningHimanshu Bhavani2023-12-151-1/+3
| * usb: gadget: webcam: Make g_webcam loadable againAndrzej Pietrasiewicz2023-12-153-100/+284
| * usb: typec: fixed a typoGhanshyam Agrawal2023-12-151-1/+1
| * usb: cdns3: Use dev_err_probeAlexander Stein2023-12-151-5/+11
| * usb: gadget: f_fs: fix fortify warningDmitry Antipov2023-12-151-3/+2
| * usb: storage: Remove snprintf() from sysfs call-backs and replace with sysfs_...Lee Jones2023-12-151-8/+8
| * usb: phy: twl6030: Remove snprintf() from sysfs call-backs and replace with s...Lee Jones2023-12-151-4/+4
| * usb: mon_text: Replace snprintf() with the safer scnprintf() variantLee Jones2023-12-151-23/+5
| * usb: mon_stat: Replace snprintf() with the safer scnprintf() variantLee Jones2023-12-151-3/+3