linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-01 22:51:41 to 2024-02-06 13:59:40 UTC [more...]

[PATCH v3 0/7] usb: misc: onboard_hub: add support for XMOS XVF3500
 2024-02-06 13:59 UTC 

[Linaro-mm-sig] [PATCH v5 1/6] dma-buf: Add dma_buf_{begin,end}_access()
 2024-02-06 13:57 UTC  (10+ messages)
        ` [Linaro-mm-sig] "

[GIT PULL] USB4/Thunderbolt fix for v6.8-rc4
 2024-02-06  9:50 UTC 

[PATCH] usb: common: add driver for USB Billboard devices
 2024-02-06 12:56 UTC 

[PATCH v13 00/53] Introduce QC USB SND audio offloading support
 2024-02-06 13:12 UTC  (62+ messages)
` [PATCH v13 01/53] xhci: fix possible null pointer dereference at secondary interrupter removal
` [PATCH v13 02/53] xhci: fix off by one check when adding a secondary interrupter
` [PATCH v13 03/53] xhci: Add interrupt pending autoclear flag to each interrupter
` [PATCH v13 04/53] xhci: Add helper to set an interrupters interrupt moderation interval
` [PATCH v13 05/53] xhci: make isoc_bei_interval variable interrupter specific
` [PATCH v13 06/53] xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event()
` [PATCH v13 07/53] xhci: update event ring dequeue pointer position to controller correctly
` [PATCH v13 08/53] xhci: move event processing for one interrupter to a separate function
` [PATCH v13 09/53] xhci: add helper that checks for unhandled events on a event ring
` [PATCH v13 10/53] xhci: Don't check if the event ring is valid before every event TRB
` [PATCH v13 11/53] xhci: Decouple handling an event from checking for unhandled events
` [PATCH v13 12/53] xhci: add helper to stop endpoint and wait for completion
` [PATCH v13 13/53] usb: host: xhci: Export enable and disable interrupter APIs
` [PATCH v13 14/53] usb: host: xhci: Repurpose event handler for skipping interrupter events
` [PATCH v13 15/53] xhci: export XHCI IMOD setting helper for interrupters
` [PATCH v13 16/53] xhci: sideband: add initial api to register a sideband entity
` [PATCH v13 17/53] usb: host: xhci-sideband: Expose a sideband interrupter enable API
` [PATCH v13 18/53] usb: host: xhci-mem: Cleanup pending secondary event ring events
` [PATCH v13 19/53] usb: host: xhci-mem: Allow for interrupter clients to choose specific index
` [PATCH v13 20/53] ASoC: Add SOC USB APIs for adding an USB backend
` [PATCH v13 21/53] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port
` [PATCH v13 22/53] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [PATCH v13 23/53] ASoC: qdsp6: q6afe: Increase APR timeout
` [PATCH v13 24/53] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
` [PATCH v13 25/53] ALSA: usb-audio: Introduce USB SND platform op callbacks
` [PATCH v13 26/53] ALSA: usb-audio: Export USB SND APIs for modules
` [PATCH v13 27/53] ALSA: usb-audio: Save UAC sample size information
` [PATCH v13 28/53] usb: dwc3: Specify maximum number of XHCI interrupters
` [PATCH v13 29/53] usb: host: xhci-plat: Set XHCI max interrupters if property is present
` [PATCH v13 30/53] ALSA: usb-audio: qcom: Add USB QMI definitions
` [PATCH v13 31/53] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
` [PATCH v13 32/53] ALSA: usb-audio: Check for support for requested audio format
` [PATCH v13 33/53] ASoC: usb: Add PCM format check API for USB backend
` [PATCH v13 34/53] ASoC: qcom: qdsp6: Ensure PCM format is supported by USB audio device
` [PATCH v13 35/53] ALSA: usb-audio: Prevent starting of audio stream if in use
` [PATCH v13 36/53] ALSA: usb-audio: Do not allow USB offload path if PCM device is "
` [PATCH v13 37/53] ASoC: dt-bindings: Add Q6USB backend
` [PATCH v13 38/53] ASoC: dt-bindings: Update example for enabling USB offload on SM8250
` [PATCH v13 39/53] ALSA: usb-audio: qcom: Populate PCM and USB chip information
` [PATCH v13 40/53] ASoC: qcom: qdsp6: Add support to track available USB PCM devices
` [PATCH v13 41/53] ASoC: Introduce SND kcontrols to select sound card and PCM device
` [PATCH v13 42/53] ASoC: qcom: qdsp6: Add SOC USB offload select get/put callbacks
` [PATCH v13 43/53] ASoC: Add SND kcontrol for fetching USB offload status
` [PATCH v13 44/53] ASoC: qcom: qdsp6: Add PCM ops to track current state
` [PATCH v13 45/53] ASoC: usb: Create SOC USB SND jack kcontrol
` [PATCH v13 46/53] ASoC: qcom: qdsp6: Add headphone jack for offload connection status
` [PATCH v13 47/53] ASoC: usb: Fetch ASoC sound card information
` [PATCH v13 48/53] ALSA: usb-audio: mixer: Add USB offloading mixer control
` [PATCH v13 49/53] ALSA: usb-audio: qcom: Use card and PCM index from QMI request
` [PATCH v13 50/53] ALSA: usb-audio: Allow for rediscovery of connected USB SND devices
` [PATCH v13 51/53] ASoC: usb: Rediscover USB SND devices on USB port add
` [PATCH v13 52/53] ASoC: qcom: Populate SoC components string
` [PATCH v13 53/53] ASoC: doc: Add documentation for SOC USB

[PATCH 0/3] thunderbolt: Host router reset improvements
 2024-02-06 13:03 UTC  (4+ messages)
` [PATCH 1/3] thunderbolt: Reset only non-USB4 host routers in resume
` [PATCH 2/3] thunderbolt: Skip discovery also in USB4 v2 host
` [PATCH 3/3] thunderbolt: Correct typo in host_reset parameter

[PATCH] usb: cdnsp: blocked some cdns3 specific code
 2024-02-06 10:40 UTC 

[PATCH] usb: cdnsp: fixed issue with incorrect detecting CDNSP family controllers
 2024-02-06 10:43 UTC 

[PATCH] usb: dwc3: Fix spurious wakeup when port is on device mode
 2024-02-06 10:30 UTC  (12+ messages)

[PATCH v3 0/3] usb: typec: ucsi: Adding support for UCSI 3.0
 2024-02-06 10:18 UTC  (5+ messages)
` [PATCH v3 3/3] usb: typec: ucsi: Get PD revision for partner

[PATCH 0/8] drivers: net: Convert EEE handling to use linkmode bitmaps
 2024-02-06  9:38 UTC  (12+ messages)
` [PATCH 1/8] net: usb: r8152: Use linkmode helpers for EEE
` [PATCH 2/8] net: usb: ax88179_178a: "
` [PATCH 3/8] net: qlogic: qede: "
` [PATCH 4/8] net: ethernet: ixgbe: Convert EEE to use linkmodes
` [PATCH 5/8] net: intel: i40e/igc: Remove setting Autoneg in EEE capabilities
` [PATCH 6/8] net: intel: e1000e: Use linkmode helpers for EEE
` [PATCH 7/8] net: intel: igb: "
` [PATCH 8/8] net: intel: igc: "

Linux warning `usb: port power management may be unreliable` on Dell XPS 13 9360
 2024-02-06  9:03 UTC  (3+ messages)

[Bug 218465] New: Linux warning `usb: port power management may be unreliable` on Dell XPS 13 9360
 2024-02-06  9:02 UTC  (2+ messages)
` [Bug 218465] "

[PATCH v14 0/9] Add multiport support for DWC3 controllers
 2024-02-06  8:47 UTC  (15+ messages)
` [PATCH v14 1/9] dt-bindings: usb: Add bindings for multiport properties on DWC3 controller
` [PATCH v14 2/9] usb: dwc3: core: Access XHCI address space temporarily to read port info
` [PATCH v14 3/9] usb: dwc3: core: Skip setting event buffers for host only controllers
` [PATCH v14 4/9] usb: dwc3: core: Refactor PHY logic to support Multiport Controller
` [PATCH v14 5/9] dt-bindings: usb: qcom,dwc3: Add bindings for SC8280 Multiport
` [PATCH v14 6/9] usb: dwc3: qcom: Add helper function to request wakeup interrupts
` [PATCH v14 7/9] usb: dwc3: qcom: Refactor IRQ handling in glue driver
` [PATCH v14 8/9] usb: dwc3: qcom: Enable wakeup for applicable ports of multiport
` [PATCH v14 9/9] usb: dwc3: qcom: Add multiport suspend/resume support for wrapper

[PATCH v2 0/5] usb: dwc3-am62: module removal and errata fixes
 2024-02-06  7:58 UTC  (8+ messages)
` [PATCH v2 1/5] usb: dwc3-am62: call of_platform_depopulate in .remove()
` [PATCH v2 2/5] usb: dwc3-am62: fix error on module removal
` [PATCH v2 3/5] usb: dwc3-am62: Fix PHY core voltage selection
` [PATCH v2 4/5] dt-bindings: usb/ti,am62-usb.yaml: Add PHY2 register space
` [PATCH v2 5/5] usb: dwc3-am62: add workaround for Errata i2409

duplicate requests on host side while streaming via uvcvideo gadget
 2024-02-06  3:23 UTC  (2+ messages)

[syzbot] Monthly usb report (Feb 2024)
 2024-02-05 20:59 UTC 

[PATCH v3] usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBs
 2024-02-05 19:33 UTC  (2+ messages)

[PATCH 0/4] USB-C TCPM Orientation Support
 2024-02-05 17:32 UTC  (9+ messages)
` [PATCH 1/4] dt-bindings: usb: typec-tcpci: add tcpci compatible binding
` [PATCH 2/4] usb: typec: tcpci: add generic tcpci compatible
` [PATCH 3/4] usb: typec: tcpm: add support to set tcpc connector orientatition
` [PATCH 4/4] usb: typec: tcpci: add support to set connector orientation

usb: gadget: dwc2: RK3308: Transmission to EP OUT stalls at larger packet size
 2024-02-05 16:20 UTC  (7+ messages)

[usb:usb-testing] BUILD SUCCESS ed5551279c9100aff6adf337d809057a7532b6f7
 2024-02-05 14:35 UTC 

[PATCH 1/2] net: asix: add 0b95:1790 to AX88179A device list
 2024-02-05 14:03 UTC  (3+ messages)
` [PATCH 2/2] net: asix: cosmetic tidying of the usb "

[PATCH v2 1/2] usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable()
 2024-02-05 10:01 UTC  (5+ messages)
` [PATCH v2 2/2] usb: cdns3: fix memory double free when handle zero packet

[PATCH v5 1/8] dt-bindings: usb: usbmisc-imx: add fsl,imx8ulp-usbmisc compatible
 2024-02-05  7:50 UTC  (17+ messages)
` [PATCH v5 2/8] arm64: dts: imx8ulp: add usb nodes
    ` [EXT] "
` [PATCH v5 4/8] dt-bindings: usb: ci-hdrc-usb2: add restrictions for reg, interrupts, clock and clock-names properties
    ` [EXT] "
` [PATCH v5 5/8] dt-bindings: usb: ci-hdrc-usb2: add compatible and clock-names restriction for imx93
    ` [EXT] "
` [PATCH v5 8/8] usb: chipidea: ci_hdrc_imx: align usb wakeup clock name with dt-bindings

[PATCH 00/27] sparc32: sunset sun4m and sun4d
 2024-02-05  5:12 UTC  (3+ messages)

[PATCH] usb: chipidea: core: handle power lost in workqueue
 2024-02-05  4:40 UTC  (2+ messages)

[PATCH v4] media: ucvideo: Add quirk for Logitech Rally Bar
 2024-02-04 10:52 UTC  (2+ messages)

kernel NULL pointer dereference on hotplug
 2024-02-04  6:40 UTC  (2+ messages)

[GIT PULL] USB driver fixes for 6.8-rc3
 2024-02-04  7:18 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: usb: mtu3: Add MT8195 MTU3 ip-sleep support
 2024-02-04  6:03 UTC  (3+ messages)
` [PATCH v2 2/2] usb: mtu3: Add MT8195 MTU3 ip-sleep wakeup support

[PATCH v8 00/13] Introduce STM32 Firewall framework
 2024-02-03 20:47 UTC  (3+ messages)
` [PATCH v8 02/13] dt-bindings: treewide: add access-controllers description

[PATCH] usb: typec: anx7688: Add driver for ANX7688 USB-C HDMI bridge
 2024-02-03 18:18 UTC  (4+ messages)

[usb:usb-linus] BUILD SUCCESS ad834c7c8e4a74dd6cd4397848aa255e473d4a63
 2024-02-03 17:04 UTC 

[Linux Kernel Bug][usb/f_printer] WARNING in usb_ep_queue
 2024-02-02 21:08 UTC  (2+ messages)

[PATCH v3 0/6] usb: typec: qcom-pmic-typec: enable support for PMI632 PMIC
 2024-02-02 17:35 UTC  (3+ messages)
` [PATCH v3 2/6] dt-bindings: usb: qcom,pmic-typec: add support for the PMI632 block

[GIT PULL] USB-serial device ids for 6.8-rc3
 2024-02-02 16:37 UTC  (2+ messages)

[PATCH v2 0/4] arm64: dts: qcom: qrb2210-rb1: enable Type-C support
 2024-02-02 15:45 UTC  (8+ messages)
` [PATCH v2 1/4] dt-bindings: regulator: qcom,usb-vbus-regulator: add support for PM4125
` [PATCH v2 2/4] dt-bindings: usb: qcom,pmic-typec: add support for the PM4125 block
` [PATCH v2 3/4] arm64: dts: qcom: pm4125: define USB-C related blocks
` [PATCH v2 4/4] arm64: dts: qcom: qrb2210-rb1: enable USB-C port handling

[PATCH] usb: host: enable suspend-to-RAM control in userspace
 2024-02-02 14:57 UTC  (4+ messages)

[PATCH 1/2] usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable()
 2024-02-02 11:42 UTC  (4+ messages)
` [PATCH 2/2] usb: cdns3: fix memory double free when handle zero package

[PATCH 0/4] usb: dwc3-am62: module removal and errata fixes
 2024-02-02  9:38 UTC  (4+ messages)
` [PATCH 4/4] usb: dwc3-am62: add workaround for Errata i2409

[PATCH] usb: sysfs: use kstrtobool() if possible
 2024-02-02  3:00 UTC 

[PATCH v2 0/4] usb: gadget: 9pfs transport
 2024-02-02  0:05 UTC  (5+ messages)
` [PATCH v2 1/4] usb: gadget: function: move u_f.h to include/linux/usb/
` [PATCH v2 2/4] net/9p/usbg: Add new usb gadget function transport
` [PATCH v2 3/4] usb: gadget: legacy: add 9pfs multi gadget
` [PATCH v2 4/4] tools: usb: p9_fwd: add usb gadget packet forwarder script


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