linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-14 12:59:14 to 2024-02-17 00:10:59 UTC [more...]

[PATCH v17 00/51] Introduce QC USB SND audio offloading support
 2024-02-17  0:10 UTC  (28+ messages)
` [PATCH v17 01/51] xhci: Add interrupt pending autoclear flag to each interrupter
` [PATCH v17 03/51] xhci: make isoc_bei_interval variable interrupter specific
` [PATCH v17 05/51] xhci: update event ring dequeue pointer position to controller correctly
` [PATCH v17 07/51] xhci: add helper that checks for unhandled events on a event ring
` [PATCH v17 08/51] xhci: Don't check if the event ring is valid before every event TRB
` [PATCH v17 09/51] xhci: Decouple handling an event from checking for unhandled events
` [PATCH v17 10/51] xhci: add helper to stop endpoint and wait for completion
` [PATCH v17 12/51] usb: host: xhci: Repurpose event handler for skipping interrupter events
` [PATCH v17 13/51] xhci: export XHCI IMOD setting helper for interrupters
` [PATCH v17 14/51] xhci: sideband: add initial api to register a sideband entity
` [PATCH v17 15/51] usb: host: xhci-sideband: Expose a sideband interrupter enable API
` [PATCH v17 16/51] usb: host: xhci-mem: Cleanup pending secondary event ring events
` [PATCH v17 17/51] usb: host: xhci-mem: Allow for interrupter clients to choose specific index
` [PATCH v17 19/51] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port
` [PATCH v17 20/51] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [PATCH v17 22/51] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
` [PATCH v17 24/51] ALSA: usb-audio: Export USB SND APIs for modules
` [PATCH v17 25/51] ALSA: usb-audio: Save UAC sample size information
` [PATCH v17 26/51] usb: dwc3: Specify maximum number of XHCI interrupters
` [PATCH v17 27/51] usb: host: xhci-plat: Set XHCI max interrupters if property is present
` [PATCH v17 28/51] ALSA: usb-audio: qcom: Add USB QMI definitions
` [PATCH v17 31/51] ASoC: usb: Add PCM format check API for USB backend
` [PATCH v17 32/51] ASoC: qcom: qdsp6: Ensure PCM format is supported by USB audio device
` [PATCH v17 33/51] ALSA: usb-audio: Prevent starting of audio stream if in use
` [PATCH v17 34/51] ALSA: usb-audio: Do not allow USB offload path if PCM device is "
` [PATCH v17 35/51] ASoC: dt-bindings: Add Q6USB backend
` [PATCH v17 48/51] ALSA: usb-audio: qcom: Use card and PCM index from QMI request

[PATCH v14 00/53] Introduce QC USB SND audio offloading support
 2024-02-16 23:42 UTC  (5+ messages)
` [PATCH v14 32/53] ALSA: usb-audio: Check for support for requested audio format

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

[PATCH v6 0/5] Add support for getting EDID over ACPI to DRM
 2024-02-16 21:18 UTC  (22+ messages)
` [PATCH v6 1/5] drm: Stop using `select ACPI_VIDEO` in all drivers
` [PATCH v6 2/5] drm: Stop using `select BACKLIGHT_CLASS_DEVICE`
` [PATCH v6 3/5] drm: Add support to get EDID from ACPI
` [PATCH v6 4/5] drm/amd: Fetch the EDID from _DDC if available for eDP
` [PATCH v6 5/5] drm/nouveau: Use drm_edid_read_acpi() helper

ZDI-CAN-22273: New Vulnerability Report
 2024-02-16 17:58 UTC  (5+ messages)

[PATCH 00/27] sparc32: sunset sun4m and sun4d
 2024-02-16 17:12 UTC  (3+ messages)
` [PATCH 17/27] sparc32: Drop run-time patching of ASI instructions

Linux warns `usb: port power management may be unreliable` on several systems
 2024-02-16 15:20 UTC  (7+ messages)
      ` [RFT PATCH 1/2] usb: usb-acpi: Set port connect type of not connectable ports correctly
        ` [RFT PATCH 2/2] usb: port: Don't block port power-off on false peer failures

[PATCH v2] scsi: core: Consult supported VPD page list prior to fetching page
 2024-02-16 15:08 UTC  (5+ messages)

[PATCH v5 0/3] usb: typec: ucsi: Adding support for UCSI 3.0
 2024-02-16 13:44 UTC  (4+ messages)
` [PATCH v5 3/3] usb: typec: ucsi: Get PD revision for partner

[PATCH 00/10] thunderbolt: DisplayPort and bandwidth allocation mode improvements
 2024-02-16 10:39 UTC  (2+ messages)

[PATCH] thunderbolt: Fix NULL pointer dereference in tb_port_update_credits()
 2024-02-16  9:47 UTC  (2+ messages)

[PATCH] USBIP: Use fallthrough pseudo-keyword
 2024-02-16  7:55 UTC  (3+ messages)
  `  "

[syzbot] [pvrusb2?] KASAN: slab-use-after-free Read in pvr2_context_set_notify (2)
 2024-02-16  7:30 UTC  (2+ messages)
` [PATCH usb] media/pvrusb2: fix uaf in pvr2_context_set_notify

[PATCH v2] Revert "usb: typec: tcpm: fix cc role at port reset"
 2024-02-16  6:56 UTC  (4+ messages)

This is the fourth time I’ve tried to find what led to the regression of outgoing network speed and each time I find the merge commit 8c94ccc7cd691472461448f98e2372c75849406c
 2024-02-16  6:15 UTC  (7+ messages)
                    ` This is the fourth time Iâve "

[syzbot] [usb?] [media?] possible deadlock in vb2_video_unregister_device
 2024-02-16  5:45 UTC  (2+ messages)

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

[PATCH] usb: dwc3: gadget: Don't disconnect if not started
 2024-02-16  0:41 UTC 

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

[PATCH v14 0/9] Add multiport support for DWC3 controllers
 2024-02-15 23:49 UTC  (15+ messages)
` [PATCH v14 2/9] usb: dwc3: core: Access XHCI address space temporarily to read port info
` [PATCH v14 4/9] usb: dwc3: core: Refactor PHY logic to support Multiport Controller
` [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/2] usb: dwc3: drop 'snps,host-vbus-glitches-quirk'
 2024-02-15 23:39 UTC  (3+ messages)
` [PATCH v2 2/2] usb: dwc3: apply snps,host-vbus-glitches workaround unconditionally

[PATCH v3] usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspend
 2024-02-15 23:35 UTC  (5+ messages)

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

Dell XPS 13 9360 und USB-C adapter: Non-working USB mouse and keyboard
 2024-02-15 20:06 UTC 

[PATCH] dt-bindings: usb: dwc3: Add snps,enable_guctl1_ipd_quirk
 2024-02-15 19:39 UTC  (2+ messages)

[PATCH] Revert "usb: typec: tcpm: reset counter when enter into unattached state after try role"
 2024-02-15 19:33 UTC 

Driver bug (?): dwc2 used by bcm2835 (compatible=brcm,bcm2835-usb) - please, kindly support
 2024-02-15 17:08 UTC 

I/O errors while writing to external Transcend XS-2000 4TB SSD
 2024-02-15 15:36 UTC  (6+ messages)

[PATCH] usb: cdnsp: fixed issue with incorrect detecting CDNSP family controllers
 2024-02-15 12:16 UTC 

[PATCH v3] thunderbolt: Add trace events support for the control channel
 2024-02-15 12:35 UTC 

[PATCH CFT] usb: ucsi_ccg: Fix command completion handling
 2024-02-15 12:03 UTC  (3+ messages)

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

[PATCH] usb: cdnsp: blocked some cdns3 specific code
 2024-02-15  7:36 UTC  (2+ messages)

[PATCH net-next] net: smsc95xx: add support for SYS TEC USB-SPEmodule1
 2024-02-15  7:50 UTC  (2+ messages)

[PATCH] usb: cdnsp: fixed issue with incorrect detecting CDNSP family controllers
 2024-02-15  7:16 UTC  (2+ messages)

[PATCH 00/22] platform/chrome: Add DT USB/DP muxing/topology to Trogdor
 2024-02-14 23:51 UTC  (4+ messages)
` [PATCH 04/22] usb: core: Set connect_type of ports based on DT node

[PATCH v15 00/50] Introduce QC USB SND audio offloading support
 2024-02-14 23:04 UTC  (10+ messages)
` [PATCH v15 18/50] ASoC: Add SOC USB APIs for adding an USB backend
` [PATCH v15 39/50] ASoC: Introduce SND kcontrols to select sound card and PCM device
` [PATCH v15 46/50] ALSA: usb-audio: Add USB offloading capable kcontrol

[PATCH] scsi: core: Consult supported VPD page list prior to fetching page
 2024-02-14 21:41 UTC  (4+ messages)

[PATCH v2 0/2] platform/chrome: typec: xHCI DbC
 2024-02-14 18:11 UTC  (6+ messages)
` [PATCH v2 2/2] platform/chrome: cros_ec_typec: Make sure the USB role switch has PLD

[Bug 218495] New: NKRO does not work on Mistel MD770 (Holtek Semiconductor, Inc. USB-HID Keyboard)
 2024-02-14 17:34 UTC  (3+ messages)
` [Bug 218495] "

usb: read interface string descriptor(iInterface) from linux service
 2024-02-14 15:22 UTC  (2+ messages)

[PATCH] usb-storage: Add US_FL_FIX_INQUIRY quirk for Intenso Twist Line USB 3.2
 2024-02-14 15:04 UTC  (3+ messages)

[PATCH v3 0/5] usb: dwc3-am62: module removal and errata fixes
 2024-02-14 14:09 UTC  (3+ messages)
` [PATCH v3 4/5] dt-bindings: usb/ti,am62-usb.yaml: Add PHY2 register space


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