linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-12 11:24:06 to 2025-04-17 13:12:40 UTC [more...]

[PATCH 0/5] net: ch9200: fix various bugs and improve qinheng ch9200 driver
 2025-04-17 13:12 UTC  (13+ messages)
` [PATCH 1/5] net: ch9200: fix uninitialised access bug during mii_nway_restart
` [PATCH 2/5] net: ch9200: remove extraneous return that prevents error propagation
` [PATCH 3/5] net: ch9200: fail fast on control_read() failures during get_mac_address()
` [PATCH 4/5] net: ch9200: add missing error handling in ch9200_bind()
` [PATCH 5/5] net: ch9200: avoid triggering NWay restart on non-zero PHY ID

[PATCH v3 0/4] X1E Asus Zenbook A14 support
 2025-04-17 12:33 UTC  (8+ messages)
` [PATCH v3 1/4] dt-bindings: usb: Add Parade PS8833 Type-C retimer variant
` [PATCH v3 2/4] dt-bindings: arm: qcom: Add Asus Zenbook A14
` [PATCH v3 3/4] firmware: qcom: scm: Allow QSEECOM on "
` [PATCH v3 4/4] arm64: dts: qcom: Add support for X1-based "

[PATCH -next] usb: typec: ucsi: Fix unmet dependencies for UCSI_HUAWEI_GAOKUN
 2025-04-17 12:28 UTC 

[PATCH] USB: initialize struct otg_fsm earlier
 2025-04-17 11:14 UTC 

[PATCH v2 0/4] thunderbolt: Notify userspace about tunneling events in the domain
 2025-04-17 10:46 UTC  (11+ messages)
` [PATCH v2 1/4] thunderbolt: Introduce domain event message handler
` [PATCH v2 2/4] thunderbolt: Notify userspace about software CM tunneling events
` [PATCH v2 3/4] thunderbolt: Notify userspace about firmware "
` [PATCH v2 4/4] Documentation/admin-guide: Document Thunderbolt/USB4 "

[PATCH v2] usb: hcd: Add a usb_device argument to hc_driver.endpoint_reset()
 2025-04-17  9:34 UTC  (6+ messages)

[PATCH 0/3] Introduce Thunderbolt/USB4 <-> USB Type-C port mapping
 2025-04-17  9:27 UTC  (10+ messages)
` [PATCH 1/3] thunderbolt: Expose usb4_port_index() to other modules
` [PATCH 2/3] thunderbolt: Add Thunderbolt/USB4 <-> USB3 match function
` [PATCH 3/3] usb: typec: Connect Type-C port with associated USB4 port

[PATCH net v2] net: phy: microchip: force IRQ polling mode for lan88xx
 2025-04-17  9:05 UTC  (3+ messages)

[PATCH] USB: host: omap: Do not enable by default during compile testing
 2025-04-17  8:27 UTC  (3+ messages)

[usb:usb-testing] BUILD SUCCESS f41f7b3d9daff26e34ee820af5a44d6c66e23412
 2025-04-17  5:42 UTC 

[PATCH v4 00/10] phy: qcom: Introduce USB support for SM8750
 2025-04-16 22:45 UTC  (4+ messages)
` [PATCH v4 06/10] phy: qcom: Add M31 based eUSB2 PHY driver

[Bug 220016] New: USB devices plugged into USB hubs on 6.14.2-300.fc42.x86_64 do not work
 2025-04-16 22:19 UTC  (10+ messages)
` [Bug 220016] "

[PATCH] USB: serial: simple: add OWON HDS200 series oscilloscope support
 2025-04-16 21:56 UTC  (3+ messages)
  `  "

[PATCH v2] dt-bindings: phy: rockchip: Convert RK3399 Type-C PHY to schema
 2025-04-16 20:24 UTC 

[PATCH v2 0/4] Introduce usb-hub.yaml binding and add support for Parade PS5511
 2025-04-16 18:01 UTC  (8+ messages)
` [PATCH v2 1/4] dt-bindings: usb: Introduce usb-hub.yaml
` [PATCH v2 2/4] dt-bindings: usb: Add binding for PS5511 hub controller
` [PATCH v2 3/4] dt-bindings: usb: realtek,rts5411: Adapt usb-hub.yaml
` [PATCH v2 4/4] usb: misc: onboard_usb_dev: Add Parade PS5511 hub support

[PATCH] thunderbolt: Fix a logic error in wake on connect
 2025-04-16 16:23 UTC  (4+ messages)

[PATCH] usb: isp1760: avoid return of uninitialized values
 2025-04-16 15:49 UTC  (2+ messages)

[PATCH v12 0/4] Support system sleep with offloaded usb transfers
 2025-04-16 14:43 UTC  (5+ messages)
` [PATCH v12 1/4] usb: xhci-plat: separate dev_pm_ops for each pm_event
` [PATCH v12 2/4] usb: add apis for offload usage tracking
` [PATCH v12 3/4] xhci: sideband: add api to trace sideband usage
` [PATCH v12 4/4] usb: host: enable USB offload during system sleep

[REGRESSION][BISECTED] USB tethering broken after 67d1a8956d2d
 2025-04-16 14:22 UTC  (2+ messages)

[Bug 220002] New: USB tethering fails with rndis_host on 6.14.2
 2025-04-16 14:17 UTC  (2+ messages)
` [Bug 220002] "

[PATCH] usb: tegra-xudc: check ep->desc before dereferencing
 2025-04-16 14:13 UTC  (8+ messages)
  ` [PATCH v1] usb: tegra-xudc: check ep and ep->desc before deref
      ` [PATCH v2] "

[PATCH v2 00/11] usb: xhci: decouple allocation and initialization
 2025-04-16 13:45 UTC  (12+ messages)
` [PATCH v2 01/11] usb: xhci: relocate pre-allocation initialization
` [PATCH v2 02/11] usb: xhci: move device slot enabling register write
` [PATCH v2 03/11] usb: xhci: move command ring pointer write
` [PATCH v2 04/11] usb: xhci: refactor xhci_set_cmd_ring_deq()
` [PATCH v2 05/11] usb: xhci: move DCBAA pointer write
` [PATCH v2 06/11] usb: xhci: move doorbell array pointer assignment
` [PATCH v2 07/11] usb: xhci: move enabling of USB 3 device notifications
` [PATCH v2 08/11] usb: xhci: remove error handling from xhci_add_interrupter()
` [PATCH v2 09/11] usb: xhci: move initialization of the primary interrupter
` [PATCH v2 10/11] usb: xhci: add individual allocation checks in xhci_mem_init()
` [PATCH v2 11/11] usb: xhci: cleanup xhci_mem_init()

[usb:usb-linus] BUILD SUCCESS 429a98abfc01d3d4378b7a00969437dc3e8f647c
 2025-04-16 13:28 UTC 

[PATCH] usb: core: do not allocate buffers from a DMA zone unnecessarily
 2025-04-16 13:08 UTC  (11+ messages)
` [PATCH v2] usb: core: warn if a GFP zone flag is passed to hcd_buffer_alloc()

[PATCH v3] usb: dwc3: Abort suspend on soft disconnect failure
 2025-04-16 10:39 UTC  (2+ messages)

[PATCH v11 0/4] Support system sleep with offloaded usb transfers
 2025-04-16 10:21 UTC  (9+ messages)
` [PATCH v11 2/4] usb: add apis for offload usage tracking
` [PATCH v11 4/4] usb: host: enable USB offload during system sleep

[PATCH v4] usb: dwc3: Abort suspend on soft disconnect failure
 2025-04-16 10:05 UTC 

[PATCH] dt-bindings: usb: usb-device: allow multiple compatibles
 2025-04-16  9:14 UTC  (4+ messages)

[PATCH] USB: serial: ftdi_sio: add support for Abacus Electrics Optical Probe
 2025-04-16  6:26 UTC  (2+ messages)

[PATCH] dt-bindings: usb: renesas,usbhs: Add RZ/V2H(P) SoC support
 2025-04-15 22:42 UTC  (2+ messages)

[bug report] usb: typec: ucsi: add Huawei Matebook E Go ucsi driver
 2025-04-15 17:51 UTC  (2+ messages)

[PATCH] MAINTAINERS: Assign maintainer for the port controller drivers
 2025-04-15 17:38 UTC  (3+ messages)

[PATCH] usb: typec: ucsi: huawei_gaokun: add error checking
 2025-04-15 17:20 UTC 

[PATCH v1 0/4] leds: Introduce and use fwnode_get_child_node_count()
 2025-04-15 16:57 UTC  (2+ messages)
` [GIT PULL] Immutable branch between LEDS, Base and USB due for the v6.16 merge window

DWC2 gadget: unexpected device reenumeration on Rockchip RK3308
 2025-04-15 16:14 UTC  (6+ messages)

[PATCH] usb: typec: mux: fsa4480: add regulator support
 2025-04-15 13:40 UTC  (5+ messages)

[PATCH net] net: phy: microchip: force IRQ polling mode for lan88xx
 2025-04-15 13:24 UTC  (4+ messages)

[PATCH v5.4.y] usb: dwc3: core: Do core softreset when switch mode
 2025-04-15 11:39 UTC 

[PATCH next] usb: typec: class: Unlocked on error in typec_register_partner()
 2025-04-15 10:53 UTC  (2+ messages)

[bug report] usb: host: xhci-mem: Allow for interrupter clients to choose specific index
 2025-04-15 10:11 UTC 

xhci: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state
 2025-04-15  8:38 UTC  (12+ messages)
            ` [PATCH RFC RFT] usb: hcd: Add a usb_device argument to hc_driver.endpoint_reset()

[PATCH RESEND 0/2] HID: pidff: checkpatch fixes
 2025-04-15  7:14 UTC  (5+ messages)
` [PATCH RESEND 1/2] HID: hid-universal-pidff: Fix errors from checkpatch
` [PATCH RESEND 2/2] HID: pidff: Fix checkpatch errors and warnings

[PATCH] usb: potential integer overflow in usbg_make_tpg()
 2025-04-15  6:58 UTC 

[PATCH v7 0/6] usb: dwc3: qcom: Flatten dwc3 structure
 2025-04-15  1:21 UTC  (7+ messages)
` [PATCH v7 1/6] usb: dwc3: qcom: Snapshot driver for backwards compatibilty
` [PATCH v7 2/6] dt-bindings: usb: Introduce qcom,snps-dwc3
` [PATCH v7 3/6] usb: dwc3: core: Expose core driver as library
` [PATCH v7 4/6] usb: dwc3: core: Don't touch resets and clocks
` [PATCH v7 5/6] usb: dwc3: qcom: Don't rely on drvdata during probe
` [PATCH v7 6/6] usb: dwc3: qcom: Transition to flattened model

[PATCH v2 RESEND 0/6] USB: serial: ftdi_sio: Code style cleanup
 2025-04-14 20:28 UTC  (7+ messages)
` [PATCH v2 RESEND 1/6] USB: serial: ftdi_sio: Remove space before comma
` [PATCH v2 RESEND 2/6] USB: serial: ftdi_sio: Add missing blank line after declarations
` [PATCH v2 RESEND 3/6] USB: serial: ftdi_sio: Remove superfluous space before statements
` [PATCH v2 RESEND 4/6] USB: serial: ftdi_sio: Fix indentation made with spaces
` [PATCH v2 RESEND 5/6] USB: serial: ftdi_sio: Fix misaligned block comment
` [PATCH v2 RESEND 6/6] USB: serial: ftdi_sio: Remove space before tabs

[raspberrypi/linux] cdc_wdm driver: infinite loop on -EPROTO error leads to system freeze with SIM7600 module (Issue #6746)
 2025-04-14 15:53 UTC  (2+ messages)

[PATCH] net: usb: lan78xx: Enforce a minimum interrupt polling period
 2025-04-14 15:31 UTC  (7+ messages)

[PATCH 0/9] usb: xhci: enhancements to Interrupt Register Set code
 2025-04-14  9:28 UTC  (3+ messages)
` [PATCH 1/9] usb: xhci: set requested IMODI to the closest supported value

[PATCH 0/1] usb: xhci: Don't trust the EP Context cycle bit when moving HW dequeue
 2025-04-14  8:19 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH RESEND] usb: renesas_usbhs: Add error handling for usbhsf_fifo_select()
 2025-04-14  7:38 UTC  (2+ messages)

[PATCH] usb: quirks: Add delay init quirk for SanDisk 3.2Gen1 Flash Drive
 2025-04-14  6:29 UTC 

lan78xx: Failed to sync IRQ enable register: -ENODEV
 2025-04-14  6:20 UTC  (3+ messages)

[usb:usb-next 32/68] kismet: WARNING: unmet direct dependencies detected for DRM_AUX_HPD_BRIDGE when selected by UCSI_HUAWEI_GAOKUN
 2025-04-13 19:46 UTC 

[PATCH 0/8] media: uvcvideo: Add support for V4L2_CID_CAMERA_SENSOR_ORIENTATION
 2025-04-13  9:50 UTC  (3+ messages)
` [PATCH 3/8] media: v4l: fwnode: Support acpi devices for v4l2_fwnode_device_parse

[syzbot] [net?] [usb?] INFO: task hung in usbnet_disconnect (3)
 2025-04-12 21:20 UTC 

[PATCH v4 0/2] usb: dwc3: exynos: add support for Exynos2200 variant
 2025-04-12 20:33 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: usb: samsung,exynos-dwc3: add exynos2200 compatible
` [PATCH v4 2/2] usb: dwc3: exynos: add support for Exynos2200 variant

[PATCH 0/1] usb: ueagle-atm: wait for a firmware upload to complete
 2025-04-12 18:53 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/4] net: fix bugs and error handling in qinheng ch9200 driver and mii interface
 2025-04-12 18:30 UTC  (6+ messages)
` [PATCH 1/4] net: fix uninitialised access in mii_nway_restart()

[usb:usb-testing] BUILD SUCCESS 1692632146451184c4bcb68554098470a119fb01
 2025-04-12 15:09 UTC 

[usb:usb-linus] BUILD SUCCESS 73e9cc1ffd3650b12c4eb059dfdafd56e725ceda
 2025-04-12 15:09 UTC 

[westeri-thunderbolt:next] BUILD SUCCESS 4bfeea6ec1c0241a6c856ed1694a72a8cbaa8494
 2025-04-12 12:40 UTC 

[usb:usb-next] BUILD SUCCESS 9bf4294d0c1e5268332964604ece43eaf7f33cc3
 2025-04-12 11:23 UTC 

[usb:rndis-removal] BUILD SUCCESS cde3ad8022ee13db05e600e6578d7a0301ced0bc
 2025-04-12 11:23 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).