summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1179/+3307
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-78/+10
2024-01-11Merge tag 'soc-drivers-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+19
2024-01-09Merge tag 'spi-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds-1/+1
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds-2/+2
2024-01-05usb: typec: tipd: fix use of device-specific init functionJavier Carrasco-1/+1
2024-01-05usb: typec: tipd: Separate reset for TPS6598xJai Luthra-2/+7
2024-01-05usb: mon: Fix atomicity violation in mon_bin_vma_faultGui-Dong Han-1/+6
2024-01-05usb: gadget: uvc: Remove nested lockingAvichal Rakesh-1/+3
2024-01-05usb: gadget: uvc: Fix use are free during STREAMOFFAvichal Rakesh-4/+10
2024-01-04usb: typec: class: fix typec_altmode_put_partner to put plugsRD Babiera-3/+6
2024-01-04xhci: add support to allocate several interruptersMathias Nyman-32/+137
2024-01-04USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng-44/+41
2024-01-04usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transferChunfeng Yun-2/+40
2024-01-04usb: dwc3: qcom: Rename hs_phy_irq to qusb2_phy_irqKrishna Kurapati-11/+11
2024-01-04usb: gadget: u_ether: Re-attach netif device to mirror detachmentRichard Acayan-0/+2
2024-01-04usb: dwc3: gadget: Queue PM runtime idle on disconnect eventWesley Cheng-0/+7
2024-01-04usb: phy: mxs: remove CONFIG_USB_OTG condition for mxs_phy_is_otg_host()Xu Yang-2/+1
2024-01-04usb: chipidea: wait controller resume finished for wakeup irqXu Yang-0/+7
2024-01-04usb: chipidea: ci_hdrc_imx: add wakeup clock and keep it always onXu Yang-1/+16
2024-01-04Revert "usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()"Frank Li-1/+17
2024-01-04usb: cdns3: Fix uvc fail when DMA cross 4k boundery since sg enabledFrank Li-1/+31
2024-01-04usb: cdns3: fix iso transfer error when mult is not zeroFrank Li-23/+39
2024-01-04usb: cdns3: fix uvc failure work since sg support enabledFrank Li-11/+40
2024-01-04usb: gadget: ncm: Add support to update wMaxSegmentSize via configfsKrishna Kurapati-3/+68
2024-01-04usb: dwc3: set pm runtime active before resume commonFrank Wang-3/+6
2024-01-04usb: dwc3: Support EBC feature of DWC_usb31Manan Aurora-0/+9
2024-01-04usb: typec: tcpm: Support multiple capabilitiesKyle Tso-89/+298
2024-01-04usb: xhci-plat: fix usb disconnect issue after s4Yinbo Zhu-4/+19
2024-01-04usb: dwc3: core: set force_gen1 bit in USB31 devices if max speed is SSKrishna Kurapati-0/+17
2024-01-04usb: dwc: ep0: Update request status in dwc3_ep0_stall_restartUttkarsh Aggarwal-1/+4
2024-01-04usb: ueagle-atm: Use wait_event_freezable_timeout() in uea_wait()Kevin Hao-2/+1
2024-01-04usb: dwc3: gadget: Handle EP0 request dequeuing properlyWesley Cheng-1/+11
2024-01-02usb: yurex: Fix inconsistent locking bug in yurex_read()Harshit Mogalapalli-1/+3
2024-01-02usb: typec: tipd: add patch update support for tps6598xJavier Carrasco-1/+85
2024-01-02usb: typec: tipd: declare in_data in as const in exec_cmd functionsJavier Carrasco-2/+2
2024-01-02usb: typec: tipd: add function to request firmwareJavier Carrasco-9/+26
2024-01-02usb: typec: tipd: add init and reset functions to tipd_dataJavier Carrasco-10/+35
2024-01-02drivers/usb/gadget/udc: Fix spelling typo in comments(reqest->request)liyouhong-2/+2
2024-01-02Revert "usb: dwc3: don't reset device side if dwc3 was configured as host-only"Thinh Nguyen-2/+2
2024-01-02Revert "usb: dwc3: Soft reset phy on probe for host"Thinh Nguyen-38/+1
2024-01-02usb: dwc2: Disable clock gating feature on Rockchip SoCsWilliam Wu-0/+1
2024-01-02Revert "usb: typec: class: fix typec_altmode_put_partner to put plugs"Heikki Krogerus-3/+2
2023-12-22Merge tag 'qcom-drivers-for-6.8' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann-0/+19
2023-12-22Merge tag 'usb-serial-6.7-rc6' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman-6/+11
2023-12-21USB: serial: option: add Quectel EG912Y module supportAlper Ak-0/+2
2023-12-21USB: serial: ftdi_sio: update Actisense PIDs constant namesMark Glover-6/+6
2023-12-19Merge tag 'drm-misc-next-2023-12-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-2/+2
2023-12-15usb: typec: tcpm: Parse Accessory Mode informationDmitry Baryshkov-0/+9