aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-08-28Merge tag 'qcom-drivers-fixes-for-6.11' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann1-11/+32
2024-08-27USB: serial: option: add MeiG Smart SRM825LZHANG Yuntian1-0/+5
2024-08-26USB: serial: kobil_sct: restore initial terminal settingsJohan Hovold1-2/+1
2024-08-26USB: serial: drop driver owner initializationKrzysztof Kozlowski52-69/+0
2024-08-26USB: serial: set driver owner when registering driversKrzysztof Kozlowski1-5/+7
2024-08-25usb: roles: add lockdep class key to struct usb_role_switchAmit Sunil Dhamne1-0/+9
2024-08-25usb: ehci-brcm: fix module autoloadingLiao Chen1-0/+1
2024-08-25usb: typec: fix module autoloadingLiao Chen1-0/+1
2024-08-25usb: misc: brcmstb-usb-pinmap: fix module autoloadingLiao Chen1-0/+1
2024-08-25usb: phy: phy-gpio-vbus-usb: fix module autoloadingLiao Chen1-0/+1
2024-08-24usb: cdnsp: fix for Link TRB with TCPawel Laszczak2-0/+31
2024-08-23usb: typec: ucsi: Remove useless error check from ucsi_read_error()Heikki Krogerus1-3/+0
2024-08-23usb: typec: ucsi: Call CANCEL from single locationHeikki Krogerus1-13/+4
2024-08-23usb: typec: ucsi: Common function for the GET_PD_MESSAGE commandHeikki Krogerus2-77/+27
2024-08-23usb: typec: ucsi: Only assign the identity structure if the PPM supports itHeikki Krogerus1-2/+4
2024-08-23usb: typec: ucsi: Don't truncate the readsHeikki Krogerus2-6/+4
2024-08-23usb: typec: ucsi: Remove unused fields from struct ucsi_connector_statusHeikki Krogerus1-25/+2
2024-08-22usb: dwc3: st: add missing depopulate in probe error pathKrzysztof Kozlowski1-1/+4
2024-08-22usb: dwc3: st: fix probed platform device ref count on probe error pathKrzysztof Kozlowski1-8/+3
2024-08-22usb: dwc3: ep0: Don't reset resource alloc flag (including ep0)Michael Grzeschik1-1/+2
2024-08-22usb: core: sysfs: Unmerge @usb3_hardware_lpm_attr_group in remove_power_attri...Zijun Hu1-0/+1
2024-08-22usb: typec: fsa4480: Relax CHIP_ID checkLuca Weiss1-1/+1
2024-08-22usb: dwc3: xilinx: add missing depopulate in probe error pathKrzysztof Kozlowski1-1/+6
2024-08-22usb: dwc3: omap: add missing depopulate in probe error pathKrzysztof Kozlowski1-1/+3
2024-08-22usb: gadget: uvc: queue pump work in uvcg_video_enable()Xu Yang1-0/+1
2024-08-22cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI ControllerIan Ray1-0/+3
2024-08-22USB: gadget: f_hid: Add GET_REPORT via userspace IOCTLChris Wulff1-7/+266
2024-08-22usb: typec: tipd: Free IRQ only if it was requested beforeWadim Egorov1-1/+2
2024-08-22usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.cAbhishek Tamboli1-1/+11
2024-08-22usb: bdc: fix module autoloadingLiao Chen1-0/+1
2024-08-22usb: typec: ucsi: Add DATA_RESET option of Connector Reset commandVenkat Jayaraman2-2/+19
2024-08-22usb: gadget: lpc32xx_udc: Remove NULL check of list_entry()Yuesong Li1-37/+30
2024-08-22usb: ohci-exynos: Simplify with scoped for each OF child loopJinjie Ruan1-7/+2
2024-08-22usb: ehci-exynos: Simplify with scoped for each OF child loopJinjie Ruan1-7/+2
2024-08-22usb: cdnsp: fix incorrect index in cdnsp_get_hw_deq functionPawel Laszczak1-1/+1
2024-08-22usb: dwc3: core: Prevent USB core invalid event buffer address accessSelvarasu Ganesan1-0/+8
2024-08-21usb: typec: ucsi: Move unregister out of atomic sectionBjorn Andersson1-5/+22
2024-08-21soc: qcom: pmic_glink: Fix race during initializationBjorn Andersson1-6/+10
2024-08-19Merge 6.11-rc4 into tty-nextGreg Kroah-Hartman6-6/+9
2024-08-19Merge 6.11-rc4 into usb-nextGreg Kroah-Hartman6-6/+9
2024-08-15xhci: Fix Panther point NULL pointer deref at full-speed re-enumerationMathias Nyman1-3/+5
2024-08-14xhci: dbgtty: use kfifo from tty_port structJiri Slaby (SUSE)2-9/+9
2024-08-14xhci: dbgtty: remove kfifo_out() wrapperJiri Slaby (SUSE)1-14/+1
2024-08-13usb: gadget: f_uac1: Change volume name and remove alt namesChris Wulff2-44/+28
2024-08-13usb: gadget: f_fs: add capability for dfu functional descriptorDavid Sands1-2/+10
2024-08-13usb: gadget: configfs: Constify struct config_item_typeChristophe JAILLET1-4/+4
2024-08-13usb: gadget: configfs: Make check_user_usb_string() staticChristophe JAILLET1-1/+1
2024-08-13usb: common: Use helper function for_each_node_with_property()Zhang Zekun1-4/+3
2024-08-13usb: musb: poll ID pin status in dual-role mode in mpfs glue layerValentina Fernandez1-24/+136
2024-08-13usb: gadget: f_uac2: Expose all string descriptors through configfs.Chris Wulff2-18/+77