summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-01-04usb: chipidea: wait controller resume finished for wakeup irqXu Yang1-0/+7
2024-01-04usb: chipidea: ci_hdrc_imx: add wakeup clock and keep it always onXu Yang1-1/+16
2024-01-04Revert "usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()"Frank Li1-1/+17
2024-01-04usb: cdns3: Fix uvc fail when DMA cross 4k boundery since sg enabledFrank Li1-1/+31
2024-01-04usb: cdns3: fix iso transfer error when mult is not zeroFrank Li2-23/+39
2024-01-04usb: cdns3: fix uvc failure work since sg support enabledFrank Li1-11/+40
2024-01-04usb: gadget: ncm: Add support to update wMaxSegmentSize via configfsKrishna Kurapati2-3/+68
2024-01-04usb: dwc3: set pm runtime active before resume commonFrank Wang1-3/+6
2024-01-04usb: dwc3: Support EBC feature of DWC_usb31Manan Aurora3-0/+9
2024-01-04usb: typec: tcpm: Support multiple capabilitiesKyle Tso1-89/+298
2024-01-04usb: xhci-plat: fix usb disconnect issue after s4Yinbo Zhu1-4/+19
2024-01-04usb: dwc3: core: set force_gen1 bit in USB31 devices if max speed is SSKrishna Kurapati2-0/+17
2024-01-04usb: dwc: ep0: Update request status in dwc3_ep0_stall_restartUttkarsh Aggarwal1-1/+4
2024-01-04usb: ueagle-atm: Use wait_event_freezable_timeout() in uea_wait()Kevin Hao1-2/+1
2024-01-04usb: dwc3: gadget: Handle EP0 request dequeuing properlyWesley Cheng1-1/+11
2024-01-02usb: yurex: Fix inconsistent locking bug in yurex_read()Harshit Mogalapalli1-1/+3
2024-01-02usb: typec: tipd: add patch update support for tps6598xJavier Carrasco2-1/+85
2024-01-02usb: typec: tipd: declare in_data in as const in exec_cmd functionsJavier Carrasco1-2/+2
2024-01-02usb: typec: tipd: add function to request firmwareJavier Carrasco1-9/+26
2024-01-02usb: typec: tipd: add init and reset functions to tipd_dataJavier Carrasco1-10/+35
2024-01-02drivers/usb/gadget/udc: Fix spelling typo in comments(reqest->request)liyouhong2-2/+2
2024-01-02Revert "usb: dwc3: don't reset device side if dwc3 was configured as host-only"Thinh Nguyen1-2/+2
2024-01-02Revert "usb: dwc3: Soft reset phy on probe for host"Thinh Nguyen1-38/+1
2024-01-02usb: dwc2: Disable clock gating feature on Rockchip SoCsWilliam Wu1-0/+1
2024-01-02Revert "usb: typec: class: fix typec_altmode_put_partner to put plugs"Heikki Krogerus1-3/+2
2024-01-02Merge tag 'thunderbolt-for-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman9-59/+176
2023-12-22thunderbolt: Reduce retry timeout to speed up boot for some devicesWerner Sembach1-1/+1
2023-12-22thunderbolt: Keep link as asymmetric if preferred by hardwareGil Fine3-7/+36
2023-12-20thunderbolt: make tb_bus_type constGreg Kroah-Hartman1-1/+1
2023-12-15usb: typec: tcpm: Parse Accessory Mode informationDmitry Baryshkov1-0/+9
2023-12-15xhci: Fix null pointer dereference during S4 resume when resetting ep0Mathias Nyman1-7/+13
2023-12-15usb: dwc3: imx8mp: Fix smatch warningHimanshu Bhavani1-1/+3
2023-12-15usb: gadget: webcam: Make g_webcam loadable againAndrzej Pietrasiewicz3-100/+284
2023-12-15usb: typec: fixed a typoGhanshyam Agrawal1-1/+1
2023-12-15usb: cdns3: Use dev_err_probeAlexander Stein1-5/+11
2023-12-15usb: gadget: f_fs: fix fortify warningDmitry Antipov1-3/+2
2023-12-15usb: storage: Remove snprintf() from sysfs call-backs and replace with sysfs_...Lee Jones1-8/+8
2023-12-15usb: phy: twl6030: Remove snprintf() from sysfs call-backs and replace with s...Lee Jones1-4/+4
2023-12-15usb: mon_text: Replace snprintf() with the safer scnprintf() variantLee Jones1-23/+5
2023-12-15usb: mon_stat: Replace snprintf() with the safer scnprintf() variantLee Jones1-3/+3
2023-12-15usb: yurex: Replace snprintf() with the safer scnprintf() variantLee Jones1-5/+7
2023-12-15usb: host: max3421-hcd: Replace snprintf() with the safer scnprintf() variantLee Jones1-9/+9
2023-12-15usb: cdns2: Replace snprintf() with the safer scnprintf() variantLee Jones1-69/+69
2023-12-15usb: gadget: udc: atmel: Replace snprintf() with the safer scnprintf() variantLee Jones1-2/+1
2023-12-15usb: gadget: uvc: Replace snprintf() with the safer scnprintf() variantLee Jones1-1/+1
2023-12-15usb: gadget: f_uac2: Replace snprintf() with the safer scnprintf() variantLee Jones1-3/+3
2023-12-15usb: gadget: f_uac1: Replace snprintf() with the safer scnprintf() variantLee Jones1-3/+3
2023-12-15usb: gadget: configfs: Replace snprintf() with the safer scnprintf() variantLee Jones1-4/+7
2023-12-15usb: f_uac1: adds support for SS and SSPPerr Zhang1-2/+75
2023-12-15usb: typec: mux: add Qualcomm WCD939X USB SubSystem Altmode Mux driverNeil Armstrong3-0/+790