summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2024-01-05usb: gadget: uvc: Fix use are free during STREAMOFFAvichal Rakesh
2024-01-04usb: typec: class: fix typec_altmode_put_partner to put plugsRD Babiera
2024-01-04xhci: add support to allocate several interruptersMathias Nyman
2024-01-04USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng
2024-01-04usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transferChunfeng Yun
2024-01-04usb: dwc3: qcom: Rename hs_phy_irq to qusb2_phy_irqKrishna Kurapati
2024-01-04usb: gadget: u_ether: Re-attach netif device to mirror detachmentRichard Acayan
2024-01-04usb: dwc3: gadget: Queue PM runtime idle on disconnect eventWesley Cheng
2024-01-04usb: phy: mxs: remove CONFIG_USB_OTG condition for mxs_phy_is_otg_host()Xu Yang
2024-01-04usb: chipidea: wait controller resume finished for wakeup irqXu Yang
2024-01-04usb: chipidea: ci_hdrc_imx: add wakeup clock and keep it always onXu Yang
2024-01-04Revert "usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()"Frank Li
2024-01-04usb: cdns3: Fix uvc fail when DMA cross 4k boundery since sg enabledFrank Li
2024-01-04usb: cdns3: fix iso transfer error when mult is not zeroFrank Li
2024-01-04usb: cdns3: fix uvc failure work since sg support enabledFrank Li
2024-01-04usb: gadget: ncm: Add support to update wMaxSegmentSize via configfsKrishna Kurapati
2024-01-04usb: dwc3: set pm runtime active before resume commonFrank Wang
2024-01-04usb: dwc3: Support EBC feature of DWC_usb31Manan Aurora
2024-01-04usb: typec: tcpm: Support multiple capabilitiesKyle Tso
2024-01-04usb: xhci-plat: fix usb disconnect issue after s4Yinbo Zhu
2024-01-04usb: dwc3: core: set force_gen1 bit in USB31 devices if max speed is SSKrishna Kurapati
2024-01-04usb: dwc: ep0: Update request status in dwc3_ep0_stall_restartUttkarsh Aggarwal
2024-01-04usb: ueagle-atm: Use wait_event_freezable_timeout() in uea_wait()Kevin Hao
2024-01-04usb: dwc3: gadget: Handle EP0 request dequeuing properlyWesley Cheng
2024-01-02usb: yurex: Fix inconsistent locking bug in yurex_read()Harshit Mogalapalli
2024-01-02usb: typec: tipd: add patch update support for tps6598xJavier Carrasco
2024-01-02usb: typec: tipd: declare in_data in as const in exec_cmd functionsJavier Carrasco
2024-01-02usb: typec: tipd: add function to request firmwareJavier Carrasco
2024-01-02usb: typec: tipd: add init and reset functions to tipd_dataJavier Carrasco
2024-01-02drivers/usb/gadget/udc: Fix spelling typo in comments(reqest->request)liyouhong
2024-01-02Revert "usb: dwc3: don't reset device side if dwc3 was configured as host-only"Thinh Nguyen
2024-01-02Revert "usb: dwc3: Soft reset phy on probe for host"Thinh Nguyen
2024-01-02usb: dwc2: Disable clock gating feature on Rockchip SoCsWilliam Wu
2024-01-02Revert "usb: typec: class: fix typec_altmode_put_partner to put plugs"Heikki Krogerus
2023-12-22Merge tag 'qcom-drivers-for-6.8' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann
2023-12-22Merge tag 'usb-serial-6.7-rc6' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2023-12-21USB: serial: option: add Quectel EG912Y module supportAlper Ak
2023-12-21USB: serial: ftdi_sio: update Actisense PIDs constant namesMark Glover
2023-12-19Merge tag 'drm-misc-next-2023-12-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2023-12-15usb: typec: tcpm: Parse Accessory Mode informationDmitry Baryshkov
2023-12-15xhci: Fix null pointer dereference during S4 resume when resetting ep0Mathias Nyman
2023-12-15usb: dwc3: imx8mp: Fix smatch warningHimanshu Bhavani
2023-12-15usb: gadget: webcam: Make g_webcam loadable againAndrzej Pietrasiewicz
2023-12-15usb: fotg210-hcd: delete an incorrect bounds testDan Carpenter
2023-12-15usb-storage: Add quirk for incorrect WP on Kingston DT Ultimate 3.0 G3Tasos Sahanidis
2023-12-15usb: typec: ucsi: fix gpio-based orientation detectionJohan Hovold
2023-12-15usb: typec: fixed a typoGhanshyam Agrawal
2023-12-15usb: cdns3: Use dev_err_probeAlexander Stein
2023-12-15usb: gadget: f_fs: fix fortify warningDmitry Antipov
2023-12-15usb: storage: Remove snprintf() from sysfs call-backs and replace with sysfs_...Lee Jones