linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-03 07:49:46 to 2022-05-05 23:16:40 UTC [more...]

[PATCH 00/32] Introduce flexible array struct memcpy() helpers
 2022-05-05 23:16 UTC  (58+ messages)
` [PATCH 01/32] netlink: Avoid memcpy() across flexible array boundary
` [PATCH 02/32] Introduce flexible array struct memcpy() helpers
` [PATCH 03/32] flex_array: Add Kunit tests
` [PATCH 04/32] fortify: Add run-time WARN for cross-field memcpy()
` [PATCH 05/32] brcmfmac: Use mem_to_flex_dup() with struct brcmf_fweh_queue_item
` [PATCH 06/32] iwlwifi: calib: Prepare to use mem_to_flex_dup()
` [PATCH 07/32] iwlwifi: calib: Use mem_to_flex_dup() with struct iwl_calib_result
` [PATCH 08/32] iwlwifi: mvm: Use mem_to_flex_dup() with struct ieee80211_key_conf
` [PATCH 09/32] p54: Use mem_to_flex_dup() with struct p54_cal_database
` [PATCH 10/32] wcn36xx: Use mem_to_flex_dup() with struct wcn36xx_hal_ind_msg
` [PATCH 11/32] nl80211: Use mem_to_flex_dup() with struct cfg80211_cqm_config
` [PATCH 12/32] cfg80211: Use mem_to_flex_dup() with struct cfg80211_bss_ies
` [PATCH 13/32] mac80211: Use mem_to_flex_dup() with several structs
` [PATCH 14/32] af_unix: Use mem_to_flex_dup() with struct unix_address
` [PATCH 15/32] 802/garp: Use mem_to_flex_dup() with struct garp_attr
` [PATCH 16/32] 802/mrp: Use mem_to_flex_dup() with struct mrp_attr
` [PATCH 17/32] net/flow_offload: Use mem_to_flex_dup() with struct flow_action_cookie
` [PATCH 18/32] firewire: Use __mem_to_flex_dup() with struct iso_interrupt_event
` [PATCH 19/32] afs: Use mem_to_flex_dup() with struct afs_acl
` [PATCH 20/32] ASoC: sigmadsp: Use mem_to_flex_dup() with struct sigmadsp_data
` [PATCH 21/32] soc: qcom: apr: Use mem_to_flex_dup() with struct apr_rx_buf
` [PATCH 22/32] atags_proc: Use mem_to_flex_dup() with struct buffer
` [PATCH 23/32] Bluetooth: Use mem_to_flex_dup() with struct hci_op_configure_data_path
` [PATCH 24/32] IB/hfi1: Use mem_to_flex_dup() for struct tid_rb_node
` [PATCH 25/32] Drivers: hv: utils: Use mem_to_flex_dup() with struct cn_msg
` [PATCH 26/32] ima: Use mem_to_flex_dup() with struct modsig
` [PATCH 27/32] KEYS: Use mem_to_flex_dup() with struct user_key_payload
` [PATCH 28/32] selinux: Use mem_to_flex_dup() with xfrm and sidtab
` [PATCH 29/32] xtensa: Use mem_to_flex_dup() with struct property
` [PATCH 30/32] usb: gadget: f_fs: Use mem_to_flex_dup() with struct ffs_buffer
` [PATCH 31/32] xenbus: Use mem_to_flex_dup() with struct read_buffer
` [PATCH 32/32] esas2r: Use __mem_to_flex() with struct atto_ioctl

[v15 0/6] USB DWC3 host wake up support from system suspend
 2022-05-05 22:48 UTC  (8+ messages)
` [v15 1/6] dt-bindings: usb: dwc3: Add wakeup-source property support
` [v15 2/6] usb: host: xhci-plat: Enable wakeup based on children wakeup status
` [v15 3/6] usb: dwc3: core: Host wake up support from system suspend
` [v15 4/6] usb: dwc3: qcom: Add helper functions to enable,disable wake irqs
` [v15 5/6] usb: dwc3: qcom: Configure wakeup interrupts during suspend
` [v15 6/6] usb: dwc3: qcom: Keep power domain on to retain controller status

[RESEND v7 0/7] usb: gadget: uvc: use configfs entries for negotiation and v4l2 VIDIOCS
 2022-05-05 20:14 UTC  (3+ messages)
` [RESEND v7 1/7] media: v4l: move helper functions for fractions from uvc to v4l2-common

[PATCH v2 0/4] Devicetree updates for Interconnect, USB3 and PHY support
 2022-05-05 20:02 UTC  (7+ messages)
` [PATCH v2 1/4] ARM: dts: qcom: sdx65: Add interconnect nodes
` [PATCH v2 2/4] dt-bindings: usb: qcom,dwc3: Add binding for SDX65
` [PATCH v2 3/4] ARM: dts: qcom: sdx65: Add USB3 and PHY support

[PATCH v8 1/1] usb: cdns3: allocate TX FIFO size according to composite EP number
 2022-05-05 19:31 UTC  (6+ messages)

[PATCH] usb: typec: tcpci: Don't skip cleanup in .remove() on error
 2022-05-05 21:26 UTC  (2+ messages)

[PATCH v2 00/48] ARM: PXA multiplatform support
 2022-05-05 20:07 UTC  (28+ messages)
` [PATCH 18/48] ARM: pxa: hx4700: use gpio descriptors for audio

[PATCH net-next v2 0/7] Polling be gone on LAN95xx
 2022-05-05 18:53 UTC  (15+ messages)
` [PATCH net-next v2 1/7] usbnet: Run unregister_netdev() before unbind() again
` [PATCH net-next v2 2/7] usbnet: smsc95xx: Don't clear read-only PHY interrupt
` [PATCH net-next v2 3/7] usbnet: smsc95xx: Don't reset PHY behind PHY driver's back
` [PATCH net-next v2 4/7] usbnet: smsc95xx: Avoid link settings race on interrupt reception
` [PATCH net-next v2 5/7] usbnet: smsc95xx: Forward PHY interrupts to PHY driver to avoid polling
` [PATCH net-next v2 6/7] net: phy: smsc: Cache interrupt mask
` [PATCH net-next v2 7/7] net: phy: smsc: Cope with hot-removal in interrupt handler

[PATCH] Add USB_QUIRK_NO_LPM USB_QUIRK_RESET_RESUME quirks for Dell usb gen 2 device to not fail during enumeration
 2022-05-05 12:17 UTC  (3+ messages)

[PATCH v4] USB: core: skip unconfiguration if device doesn't support it
 2022-05-05 17:04 UTC  (12+ messages)

[PATCH v14 0/7] USB DWC3 host wake up support from system suspend
 2022-05-05 16:45 UTC  (5+ messages)
` [PATCH v14 3/7] usb: dwc3: core: Host "

[PATCH v2] net: usb: ax88179_178a: Bind only to vendor-specific interface
 2022-05-05 16:17 UTC  (4+ messages)

[PATCH 00/13] dt-bindings/arm64: dts: qcom: minor cleanups with DT schema
 2022-05-05 14:25 UTC  (18+ messages)
` [PATCH 01/13] dt-bindings: soc: qcom: aoss: document qcom,sm8450-aoss-qmp
` [PATCH 02/13] dt-bindings: soc: qcom: qcom,smd-rpm: add power-controller
` [PATCH 03/13] dt-bindings: usb: qcom,dwc3: add IPQ8074, MSM8994, QCS404 and SM6125
` [PATCH 04/13] dt-bindings: usb: qcom,dwc3: fix clock matching
` [PATCH 05/13] arm64: dts: qcom: add missing AOSS QMP compatible fallback
` [PATCH 06/13] arm64: dts: qcom: correct DWC3 node names and unit addresses
` [PATCH 07/13] arm64: dts: qcom: ipq8074: add dedicated qcom,ipq8074-dwc3 compatible
` [PATCH 08/13] arm64: dts: qcom: msm8994: add dedicated qcom,msm8994-dwc3 compatible
` [PATCH 09/13] arm64: dts: qcom: sm6125: add dedicated qcom,sm6125-dwc3 compatible
` [PATCH 10/13] arm64: dts: qcom: qcs404: add dedicated qcom,qcs404-dwc3 compatible
` [PATCH 11/13] arm64: dts: qcom: msm8996: add clock-names to DWC3 USB node
` [PATCH 12/13] arm64: dts: qcom: align DWC3 USB clocks with DT schema
` [PATCH 13/13] arm64: dts: qcom: align DWC3 USB interrupts "

usb disk drive disconnect making readonly
 2022-05-05 14:16 UTC  (2+ messages)

[Bug 215945] New: No way to get user buffer in ll_driver->raw_request of hid driver sent via hidraw HIDIOCGFEATURE
 2022-05-05 14:15 UTC 

[PATCH v2] add support for Sierra Wireless EM7590 0xc080 and 0xc081 compositions
 2022-05-05 13:51 UTC  (5+ messages)
` [PATCH v3] usb: serial: qcserial: add support for Sierra Wireless EM7590

regression v5.13..v5.15: USB hub stopped working -- DMAR fault when connected usb hub
 2022-05-05 13:31 UTC 

[Bug 215906] New: DMAR fault when connected usb hub (xhci_hcd)
 2022-05-05 12:30 UTC  (3+ messages)
` [Bug 215906] "

[PATCH] USB: serial: ftdi_sio: fix format specifier
 2022-05-05 12:17 UTC  (2+ messages)

[PATCH v3 1/2] usb: serial: option: Add Fibocom L610 modem
 2022-05-05 11:40 UTC  (2+ messages)

[PATCH v2] USB: serial: pl2303: add device id for HP LM930 Display
 2022-05-05 11:32 UTC  (2+ messages)

[PATCH] usb: dwc2: gadget: don't reset gadget's driver->bus
 2022-05-05 10:46 UTC 

[PATCH 0/2] usb: dwc3: xilinx: Add gpio-reset support
 2022-05-05  8:53 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: usb: dwc3-xilinx: add optional property reset-gpios
` [PATCH 2/2] usb: dwc3: xilinx: Add gpio-reset support

[PATCH v3 00/21] xen: simplify frontend side ring setup
 2022-05-05  8:16 UTC  (3+ messages)
` [PATCH v3 06/21] xen/usb: switch xen-hcd to use INVALID_GRANT_REF
` [PATCH v3 19/21] xen/usbfront: use xenbus_setup_ring() and xenbus_teardown_ring()

[PATCH 0/5] thunderbolt: Add support for XDomain lane bonding
 2022-05-05  6:29 UTC  (2+ messages)

[PATCH] usb: dwc3: Fix ep0 handling when getting reset while doing control transfer
 2022-05-04 19:36 UTC 

[PATCH v5] USB: core: skip unconfiguration if device doesn't support it
 2022-05-04 17:54 UTC  (2+ messages)

[RFC PATCH 0/4] USB: gadget: Create a bus for gadgets
 2022-05-04 14:40 UTC  (11+ messages)
  ` [PATCH 1/4] USB: gadget: Rename usb_gadget_probe_driver()
    ` [PATCH 2/4] USB: gadget: Register udc before gadget
      ` [PATCH 3/4] USB: gadget: Fix mistakes in UDC core kerneldoc
        ` [PATCH 4/4] USB: gadget: Add a new bus for gadgets

[PATCH] usb: dwc3: gadget: Fix null pointer dereference
 2022-05-04 14:35 UTC  (2+ messages)

[PATCH 0/2] usb: usb251xb: configurable reset delay
 2022-05-04 14:09 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: usb: usb251xb: add documentation for reset-delay-us

[PATCH][next] USB: gadget: Fix return of -EBUSY
 2022-05-04 14:05 UTC  (2+ messages)

[PATCH 0/5] thunderbolt: CL1 support for USB4 and Titan Ridge
 2022-05-04 11:03 UTC  (9+ messages)
` [PATCH 1/5] thunderbolt: Silently ignore CLx enabling in case CLx is not supported
` [PATCH 4/5] thunderbolt: Add CL1 support for USB4 and Titan Ridge routers

[Bug 215740] New: kernel warning: DMA-API: xhci_hcd: cacheline tracking EEXIST, overlapping mappings aren't supported
 2022-05-04 10:17 UTC  (3+ messages)
` [Bug 215740] "

[Bug 215890] New: Regression in 5.18: bcm5974 trackpad causes error: xhci_hcd rejecting DMA map of vmalloc memory
 2022-05-04  8:42 UTC  (3+ messages)
` [Bug 215890] "

[PATCH net-next 0/7] Polling be gone on LAN95xx
 2022-05-04  8:15 UTC  (5+ messages)

[RFC 1/1] usb: chipidea: ci_hdrc_imx: disable runtime pm for HSIC interface
 2022-05-04  7:06 UTC  (4+ messages)
` (EXT) RE: (EXT) "

[PATCH] USB: core: skip unconfiguration if device doesn't support it
 2022-05-04  6:06 UTC  (6+ messages)

[PATCH v2] usb: gadget: uvc: allow for application to cleanly shutdown
 2022-05-03 20:10 UTC 

[PATCH] usb: gadget: uvc: allow for application to cleanly shutdown
 2022-05-03 19:02 UTC  (5+ messages)

[ANNOUNCE] libtypec_0.2/lstypec_0.2 is released
 2022-05-03 18:13 UTC 

2nd Quater puchase request
 2022-05-03 14:49 UTC 

USB device disconnects on resume
 2022-05-03 13:56 UTC  (10+ messages)

[PATCH 0/6] usb: dwc3: gadget: Rework pullup
 2022-05-03 11:12 UTC  (5+ messages)
` [PATCH 4/6] usb: dwc3: ep0: Don't prepare beyond Setup stage
` [PATCH 6/6] usb: dwc3: gadget: Delay issuing End Transfer

[PATCH v4 0/5] add xhci-exynos driver
 2022-05-03  8:41 UTC  (6+ messages)
  ` [PATCH v4 5/5] usb: host: "


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