linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-17 11:43:40 to 2025-11-20 02:24:25 UTC [more...]

[PATCH v10 00/11] Add Type-C DP support for RK3399 EVB IND board
 2025-11-20  2:23 UTC  (7+ messages)
` [PATCH v10 01/11] usb: typec: Add notifier functions
` [PATCH v10 02/11] usb: typec: Export all typec device types
` [PATCH v10 03/11] drm/bridge: Implement generic USB Type-C DP HPD bridge
` [PATCH v10 04/11] drm/bridge: aux: Add drm_aux_bridge_register_from_node()
` [PATCH v10 05/11] dt-bindings: phy: rockchip: rk3399-typec-phy: Support mode-switch
` [PATCH v10 06/11] phy: rockchip: phy-rockchip-typec: Add typec_mux/typec_switch support

[PATCH v2] usb: dwc3: gadget: Prevent EPs resource conflict during StartTransfer
 2025-11-20  2:07 UTC  (8+ messages)

[PATCH 00/44] Change a lot of min_t() that might mask high bits
 2025-11-20  1:47 UTC  (3+ messages)
` [PATCH 28/44] drivers/usb/storage: use min() instead of min_t()

[PATCH v2] usb: dwc3: Fix race condition between concurrent dwc3_remove_requests() call paths
 2025-11-20  1:34 UTC  (2+ messages)

[PATCH v2 0/6] media: uvcvideo: Map known XU controls
 2025-11-19 22:09 UTC  (9+ messages)
` [PATCH v2 1/6] media: uvcvideo: Remove nodrop parameter
` [PATCH v2 2/6] media: uvcvideo: Import standard controls from uvcdynctrl
` [PATCH v2 3/6] media: uvcvideo: Announce deprecation intentions for UVCIOC_CTRL_MAP
` [PATCH v2 4/6] media: uvcvideo: Document how to format GUIDs
` [PATCH v2 5/6] media: uvcvideo: Introduce allow_privacy_override param
` [PATCH v2 6/6] media: uvcvideo: RFC: Convert allow_privacy_override into Kconfig

[PATCH 0/4] media: uvcvideo: Map known XU controls
 2025-11-19 21:34 UTC  (23+ messages)
` [PATCH 1/4] media: uvcvideo: Remove nodrop parameter
` [PATCH 2/4] media: uvcvideo: Import standard controls from uvcdynctrl
` [PATCH 3/4] media: uvcvideo: Announce deprecation intentions for UVCIOC_CTRL_MAP
` [PATCH 4/4] media: uvcvideo: Introduce allow_privacy_override

[PATCH v2] xhci: dbgtty: fix device unregister
 2025-11-19 21:29 UTC 

[PATCH v2 22/50] convert efivarfs
 2025-11-19 21:15 UTC  (11+ messages)
                  ` [REGRESSION] "

[PATCH v9 00/10] Add Type-C DP support for RK3399 EVB IND board
 2025-11-19 19:49 UTC  (9+ messages)
` [PATCH v9 06/10] phy: rockchip: phy-rockchip-typec: Add DRM AUX bridge
` [PATCH v9 08/10] drm/rockchip: cdn-dp: Add multiple bridges to support PHY port selection

[PATCH 0/3] usb: dwc3: xilinx: Add Versal2 MMI USB 3.2 controller support
 2025-11-19 19:30 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: usb: dwc3-xilinx: Add MMI USB support on Versal Gen2 platform
` [PATCH 2/3] usb: dwc3: xilinx: Add Versal2 MMI USB 3.2 controller support
` [PATCH 3/3] usb: dwc3: xilinx: Add support to program MMI USB TX deemphasis

[PATCH] usb: dwc3: Fix race condition between concurrent dwc3_remove_requests() call paths
 2025-11-19 17:04 UTC  (4+ messages)

[PATCH] usb: chipidea: udc: Link otg and gadget
 2025-11-19 16:05 UTC  (3+ messages)

[PATCH 0/8] usb: gadget: dummy_hcd: coding style improvements and error handling change
 2025-11-19 15:36 UTC  (13+ messages)
` [PATCH 1/8] usb: gadget: dummy_hcd: replace BUG() with WARN_ON_ONCE()
` [PATCH 2/8] usb: gadget: dummy_hcd: replace symbolic permissions (S_IRUGO) with octal (0444)
` [PATCH 3/8] usb: gadget: dummy_hcd: use 'unsigned int' instead of bare 'unsigned'
` [PATCH 4/8] usb: gadget: dummy_hcd: fix block comments, blank lines and function braces
` [PATCH 5/8] usb: gadget: dummy_hcd: merge multi-line quoted strings into one line
` [PATCH 6/8] usb: gadget: dummy_hcd: use sizeof(*ptr) instead of sizeof *ptr
` [PATCH 7/8] usb: gadget: dummy_hcd: remove unnecessary 'else' after return
` [PATCH 8/8] usb: gadget: dummy_hcd: fix miscellaneous coding style warnings

[PATCH 00/23] xhci features for usb-next
 2025-11-19 14:24 UTC  (24+ messages)
` [PATCH 01/23] usb: xhci: limit run_graceperiod for only usb 3.0 devices
` [PATCH 02/23] xhci: Add helper to find trb from its dma address
` [PATCH 03/23] xhci: simplify and rework trb_in_td()
` [PATCH 04/23] usb: xhci: rework xhci_decode_portsc()
` [PATCH 05/23] usb: xhci: add tracing for PORTSC register writes
` [PATCH 06/23] usb: xhci: add helper to read PORTSC register
` [PATCH 07/23] usb: xhci: add USB Port Register Set struct
` [PATCH 08/23] usb: xhci: implement "
` [PATCH 09/23] usb: xhci: Assume that endpoints halt as specified
` [PATCH 10/23] usb: xhci: Don't unchain link TRBs on quirky HCs
` [PATCH 11/23] usb: xhci: replace use of system_wq with system_percpu_wq
` [PATCH 12/23] usb: xhci: remove deprecated TODO comment
` [PATCH 13/23] usb: xhci: remove unused trace operation and argument
` [PATCH 14/23] usb: xhci: use cached HCSPARAMS1 value
` [PATCH 15/23] usb: xhci: simplify handling of Structural Parameters 1 values
` [PATCH 16/23] usb: xhci: limit number of ports to 127
` [PATCH 17/23] usb: xhci: limit number of interrupts to 128
` [PATCH 18/23] usb: xhci: improve xhci-caps.h comments
` [PATCH 19/23] usb: xhci: simplify Isochronous Scheduling Threshold handling
` [PATCH 20/23] usb: xhci: simplify Max Scratchpad buffer macros
` [PATCH 21/23] usb: xhci: drop xhci-caps.h dependence on xhci-ext-caps.h
` [PATCH 22/23] usb: xhci: standardize single bit-field macros
` [PATCH 23/23] usb: xhci: Add debugfs support for xHCI Port Link Info (PORTLI) register

[PATCH v2 00/13] usb: xhci: Host Controller Capability Registers rework
 2025-11-19 14:00 UTC  (2+ messages)

[PATCH 0/5] xHCI: Decouple updating Dequeue from giveback
 2025-11-19 12:35 UTC  (7+ messages)
` [PATCH 1/5] usb: xhci: Track transfer ring dequeue progress properly
` [PATCH 2/5] usb: xhci: Find transfer TRB early in handle_tx_event()
` [PATCH 3/5] usb: xhci: Refactor and generalize trb_in_td()
` [PATCH 4/5] usb: xhci: Reduce error mid TD latency with a new "done TD" mechanism
` [PATCH 5/5] usb: xhci: Handle short transfers as "done TDs"

[PATCH v7 0/2] Add Google Tensor SoC USB controller support
 2025-11-19  9:37 UTC  (3+ messages)
` [PATCH v7 1/2] dt-bindings: usb: dwc3: Add Google Tensor G5 DWC3
` [PATCH v7 2/2] usb: dwc3: Add Google Tensor SoC DWC3 glue driver

[PATCH v6 0/2] Add Google Tensor SoC USB controller support
 2025-11-19  9:35 UTC  (4+ messages)
` [PATCH v6 2/2] usb: dwc3: Add Google Tensor SoC DWC3 glue driver

[PATCH] usb: typec: ucsi: Monitor connector change before getting connector status
 2025-11-19  8:39 UTC  (3+ messages)

[syzbot] [bluetooth?] [usb?] memory leak in __hci_cmd_sync_sk
 2025-11-19  2:46 UTC  (2+ messages)

[PATCH v1] xhci: dbgtty: fix device unregister
 2025-11-18 15:29 UTC  (3+ messages)

[westeri-thunderbolt:next] BUILD SUCCESS 479d186fc946b16c440f57995d5cb2151bfe61c0
 2025-11-18 10:06 UTC 

[REGRESSION][BISECTED] usb: hub: total system freeze after running adb
 2025-11-18  9:59 UTC  (3+ messages)

[PATCH v2] usb: typec: ucsi: Monitor connector change before getting connector status
 2025-11-18  7:06 UTC 

[PATCH] USB: serial: option: add Foxconn T99W760
 2025-11-18  6:45 UTC 

[PATCH v4 00/54] tree-in-dcache stuff
 2025-11-18  5:16 UTC  (55+ messages)
` [PATCH v4 01/54] fuse_ctl_add_conn(): fix nlink breakage in case of early failure
` [PATCH v4 02/54] tracefs: fix a leak in eventfs_create_events_dir()
` [PATCH v4 03/54] new helper: simple_remove_by_name()
` [PATCH v4 04/54] new helper: simple_done_creating()
` [PATCH v4 05/54] introduce a flag for explicitly marking persistently pinned dentries
` [PATCH v4 06/54] primitives for maintaining persisitency
` [PATCH v4 07/54] convert simple_{link,unlink,rmdir,rename,fill_super}() to new primitives
` [PATCH v4 08/54] convert ramfs and tmpfs
` [PATCH v4 09/54] procfs: make /self and /thread_self dentries persistent
` [PATCH v4 10/54] configfs, securityfs: kill_litter_super() not needed
` [PATCH v4 11/54] convert xenfs
` [PATCH v4 12/54] convert smackfs
` [PATCH v4 13/54] convert hugetlbfs
` [PATCH v4 14/54] convert mqueue
` [PATCH v4 15/54] convert bpf
` [PATCH v4 16/54] convert dlmfs
` [PATCH v4 17/54] convert fuse_ctl
` [PATCH v4 18/54] convert pstore
` [PATCH v4 19/54] convert tracefs
` [PATCH v4 20/54] convert debugfs
` [PATCH v4 21/54] debugfs: remove duplicate checks in callers of start_creating()
` [PATCH v4 22/54] convert efivarfs
` [PATCH v4 23/54] convert spufs
` [PATCH v4 24/54] convert ibmasmfs
` [PATCH v4 25/54] ibmasmfs: get rid of ibmasmfs_dir_ops
` [PATCH v4 26/54] convert devpts
` [PATCH v4 27/54] binderfs: use simple_start_creating()
` [PATCH v4 28/54] binderfs_binder_ctl_create(): kill a bogus check
` [PATCH v4 29/54] convert binderfs
` [PATCH v4 30/54] autofs_{rmdir,unlink}: dentry->d_fsdata->dentry == dentry there
` [PATCH v4 31/54] convert autofs
` [PATCH v4 32/54] convert binfmt_misc
` [PATCH v4 33/54] selinuxfs: don't stash the dentry of /policy_capabilities
` [PATCH v4 34/54] selinuxfs: new helper for attaching files to tree
` [PATCH v4 35/54] convert selinuxfs
` [PATCH v4 36/54] functionfs: don't abuse ffs_data_closed() on fs shutdown
` [PATCH v4 37/54] functionfs: don't bother with ffs->ref in ffs_data_{opened,closed}()
` [PATCH v4 38/54] functionfs: need to cancel ->reset_work in ->kill_sb()
` [PATCH v4 39/54] functionfs: fix the open/removal races
` [PATCH v4 40/54] functionfs: switch to simple_remove_by_name()
` [PATCH v4 41/54] convert functionfs
` [PATCH v4 42/54] gadgetfs: switch to simple_remove_by_name()
` [PATCH v4 43/54] convert gadgetfs
` [PATCH v4 44/54] hypfs: don't pin dentries twice
` [PATCH v4 45/54] hypfs: switch hypfs_create_str() to returning int
` [PATCH v4 46/54] hypfs: swich hypfs_create_u64() "
` [PATCH v4 47/54] convert hypfs
` [PATCH v4 48/54] convert rpc_pipefs
` [PATCH v4 49/54] convert nfsctl
` [PATCH v4 50/54] convert rust_binderfs
` [PATCH v4 51/54] get rid of kill_litter_super()
` [PATCH v4 52/54] convert securityfs
` [PATCH v4 53/54] kill securityfs_recursive_remove()
` [PATCH v4 54/54] d_make_discardable(): warn if given a non-persistent dentry

[PATCH v3 36/50] functionfs: switch to simple_remove_by_name()
 2025-11-18  2:35 UTC  (14+ messages)
      ` [functionfs] mainline UAF (was Re: [PATCH v3 36/50] functionfs: switch to simple_remove_by_name())
                ` [PATCH 1/4] functionfs: don't abuse ffs_data_closed() on fs shutdown
                ` [PATCH 2/4] functionfs: don't bother with ffs->ref in ffs_data_{opened,closed}()
                ` [PATCH 3/4] functionfs: need to cancel ->reset_work in ->kill_sb()
                ` [PATCH 4/4] functionfs: fix the open/removal races

[PATCH v2] USB: ohci-nxp: Fix error handling in ohci-hcd-nxp driver
 2025-11-17 19:44 UTC  (4+ messages)

[PATCH] USB: ohci-nxp: Fix error handling in ohci-hcd-nxp driver
 2025-11-17 19:37 UTC  (2+ messages)

[usb:usb-linus] BUILD SUCCESS 2e558d86e0975fdfb048bd600e253993edc068fe
 2025-11-17 17:55 UTC 

[PATCH] usb: dwc3: gadget: Prevent EPs resource conflict during StartTransfer
 2025-11-17 15:49 UTC  (2+ messages)

cdc_ncm doesn't detect link unless ethtool is run (ASIX AX88179B)
 2025-11-17 12:44 UTC  (3+ messages)

[PATCH 0/9] usb: xhci: series of cleanups and simplifications
 2025-11-17 11:42 UTC  (7+ messages)
` [PATCH 4/9] usb: xhci: simpilfy resume root hub code
` [PATCH 5/9] usb: xhci: relocate Restore/Controller error check
` [PATCH 6/9] usb: xhci: move roothub port limit validation
` [PATCH 7/9] usb: xhci: simplify USBSTS register reset
` [PATCH 8/9] usb: xhci: remove redundant 'xhci' pointer from endpoint struct
` [PATCH 9/9] usb: xhci: remove duplicate '0x' prefix from DMA addresses


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).