linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-23 09:22:07 to 2020-09-25 15:11:22 UTC [more...]

[PATCH v6 0/2] Use the generic PHY framework for Ingenic USB PHY
 2020-09-25 15:10 UTC  (5+ messages)
` [PATCH v6 1/2] USB: PHY: JZ4770: Remove unnecessary function calls
` [PATCH v6 2/2] PHY: Ingenic: Add USB PHY driver using generic PHY framework

[RFC] fixes for hangs and error reporting in CDC_WDM
 2020-09-25 15:11 UTC  (2+ messages)

[PATCH v5 00/12] usb: Handle different sublink speeds
 2020-09-25 15:08 UTC  (14+ messages)
` [PATCH v5 01/12] usb: ch9: Add sublink speed struct
` [PATCH v5 02/12] usb: gadget: composite: Avoid using magic numbers
` [PATCH v5 03/12] usb: gadget: Expose sublink speed attributes
` [PATCH v5 04/12] usb: gadget: Set max speed for SSP devices
` [PATCH v5 05/12] usb: composite: Properly report sublink speed
` [PATCH v5 06/12] usb: devicetree: Include USB SSP Gen X x Y
` [PATCH v5 07/12] usb: common: Add and update common functions for SSP speeds
` [PATCH v5 08/12] usb: dwc3: Initialize lane count and sublink speed
` [PATCH v5 09/12] usb: dwc3: gadget: Report sublink speed capability
` [PATCH v5 10/12] usb: dwc3: gadget: Implement setting of sublink speed
` [PATCH v5 11/12] usb: dwc3: gadget: Track connected lane and "
` [PATCH v5 12/12] usb: dwc3: gadget: Set speed only up to the max supported

[PATCH v2] USB: cdc-acm: add Whistler radio scanners TRX series support
 2020-09-25 15:00 UTC  (4+ messages)

[PATCH v3 0/4] Fixes for usbip and specialised USB driver selection
 2020-09-25 14:51 UTC  (3+ messages)
` [PATCH v3 3/4] usbcore/driver: Fix incorrect downcast

[RFC] change the new message to provide for memory allocations
 2020-09-25 14:37 UTC  (24+ messages)
` [RFC 01/14] Revert "USB: core: hub.c: use usb_control_msg_send() in a few places"
` [RFC 02/14] Revert "Bluetooth: ath3k: use usb_control_msg_send() and usb_control_msg_recv()"
` [RFC 03/14] Revert "sound: hiface: move to use usb_control_msg_send()"
` [RFC 04/14] Revert "sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv()"
` [RFC 05/14] Revert "sound: 6fire: "
` [RFC 06/14] Revert "sound: usx2y: move to use usb_control_msg_send()"
` [RFC 07/14] Revert "USB: legousbtower: use usb_control_msg_recv()"
` [RFC 08/14] USB: correct API of usb_control_msg_send/recv
  ` [PATCH 0/2] [usb]
    ` [PATCH 1/2] net: pegasus: convert control messages to the new send/recv scheme
    ` [PATCH 2/2] net: rtl8150: "
` [RFC 09/14] sound: usx2y: move to use usb_control_msg_send()
` [RFC 10/14] sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_recv()
` [RFC 11/14] USB: legousbtower: use usb_control_msg_recv()
` [RFC 12/14] sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv()
` [RFC 13/14] sound: hiface: move to use usb_control_msg_send()
` [RFC 14/14] Bluetooth: ath3k: use usb_control_msg_send() and usb_control_msg_recv()

xhci problem -> general protection fault
 2020-09-25 13:40 UTC  (4+ messages)

[PATCH -next] usb: typec: Remove set but not used variable
 2020-09-25 12:21 UTC  (3+ messages)

[PATCH] Bluetooth: btusb: Avoid unnecessary reset upon system resume
 2020-09-25 11:51 UTC  (2+ messages)

[PATCH 0/4] net: usb: avoid using usb_control_msg() directly
 2020-09-25 11:23 UTC  (19+ messages)
` [PATCH 1/4] net: usbnet: use usb_control_msg_recv() and usb_control_msg_send()
` [PATCH 3/4] net: usb: rtl8150: "
` [PATCH 4/4] net: rndis_host: "

[PATCH v3 0/5] Remodel HD3SS3220 device nodes
 2020-09-25  9:42 UTC  (5+ messages)
` [PATCH v3 1/5] dt-bindings: usb: convert ti,hd3ss3220 bindings to json-schema

[PATCH] Bluetooth: btusb: Avoid unnecessary reset upon system resume
 2020-09-25  7:56 UTC  (4+ messages)
  ` 答复: "

[PATCH v2 0/2] Add a separate DWC3 OF driver for Xilinx platforms
 2020-09-25  7:37 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: usb: dwc3-xilinx: Add documentation for Versal DWC3 Controller

[PATCH] Bluetooth: btusb: Avoid unnecessary reset upon system resume
 2020-09-25  6:47 UTC  (2+ messages)

[PATCH V3 RESEND 01/11] usb: gadget: bdc: fix improper SPDX comment style for header file
 2020-09-25  6:20 UTC  (11+ messages)
` [PATCH V3 RESEND 02/11] usb: gadget: bdc: remove bdc_ep_set_halt() declaration
` [PATCH V3 RESEND 03/11] usb: gadget: bdc: prefer pointer dereference to pointer type
` [PATCH V3 RESEND 04/11] usb: gadget: bdc: fix warning of embedded function name
` [PATCH V3 RESEND 05/11] usb: gadget: bdc: fix check warning of block comments alignment
` [PATCH V3 RESEND 06/11] usb: gadget: bdc: add identifier name for function declaraion
` [PATCH V3 RESEND 07/11] usb: gadget: bdc: avoid precedence issues
` [PATCH V3 RESEND 08/11] usb: gadget: bdc: use the BIT macro to define bit filed
` [PATCH V3 RESEND 09/11] usb: gadget: bdc: fix checkpatch.pl tab warning
` [PATCH V3 RESEND 10/11] usb: gadget: bdc: fix checkpatch.pl spacing error
` [PATCH V3 RESEND 11/11] usb: gadget: bdc: fix checkpatch.pl repeated word warning

[PATCH RESEND v3 02/11] usb: gadget: bdc: remove bdc_ep_set_halt() declaration
 2020-09-25  6:12 UTC  (11+ messages)
` [PATCH RESEND v3 03/11] usb: gadget: bdc: prefer pointer dereference to pointer type
` [PATCH RESEND v3 04/11] usb: gadget: bdc: fix warning of embedded function name
` [PATCH RESEND v3 05/11] usb: gadget: bdc: fix check warning of block comments alignment
` [PATCH RESEND v3 06/11] usb: gadget: bdc: add identifier name for function declaraion
` [PATCH RESEND v3 07/11] usb: gadget: bdc: avoid precedence issues
` [PATCH RESEND v3 08/11] usb: gadget: bdc: use the BIT macro to define bit filed
` [PATCH RESEND v3 09/11] usb: gadget: bdc: fix checkpatch.pl tab warning
` [PATCH RESEND v3 10/11] usb: gadget: bdc: fix checkpatch.pl spacing error
` [PATCH RESEND v3 11/11] usb: gadget: bdc: fix checkpatch.pl repeated word warning

[PATCH 01/11] usb: gadget: bdc: fix improper SPDX comment style for header file
 2020-09-25  6:10 UTC  (12+ messages)
` [PATCH 02/11] usb: gadget: bdc: remove bdc_ep_set_halt() declaration
` [PATCH 03/11] usb: gadget: bdc: prefer pointer dereference to pointer type
` [PATCH 04/11] usb: gadget: bdc: fix warning of embedded function name
` [PATCH 05/11] usb: gadget: bdc: fix check warning of block comments alignment
` [PATCH 06/11] usb: gadget: bdc: add identifier name for function declaraion
` [PATCH 07/11] usb: gadget: bdc: avoid precedence issues
` [PATCH 08/11] usb: gadget: bdc: use the BIT macro to define bit filed
` [PATCH 09/11] usb: gadget: bdc: fix checkpatch.pl tab warning
` [PATCH 10/11] usb: gadget: bdc: fix checkpatch.pl spacing error
` [PATCH 11/11] usb: gadget: bdc: fix checkpatch.pl repeated word warning

[PATCH v3] usb: dwc3: Stop active transfers before halting the controller
 2020-09-25  6:06 UTC  (6+ messages)

[PATCH] Bluetooth: btusb: Avoid unnecessary reset upon system resume
 2020-09-25  6:03 UTC  (3+ messages)

lib/scatterlist.c : sgl_alloc_order promises more than it delivers
 2020-09-25  4:55 UTC  (3+ messages)

RFC: remove the need for <asm/dma-direct.h> on ARM
 2020-09-25  4:16 UTC  (8+ messages)
` [PATCH 1/4] ARM/omap1: switch to use dma_direct_set_offset for lbus DMA offsets

[PATCH v3] USB: hub.c: decrease the number of attempts of enumeration scheme
 2020-09-25  1:05 UTC  (5+ messages)
` [PATCH] "

[balbi-usb:testing/next] BUILD SUCCESS 1b28687a9c679499ddaa46dac6ca3660e46801c5
 2020-09-24 22:43 UTC 

[PATCH AUTOSEL 5.4 041/330] USB: serial: mos7840: fix probe error handling
 2020-09-24 20:54 UTC  (3+ messages)

[PATCH v3 1/2] dt-bindings: usb: Add binding for discrete onboard USB hubs
 2020-09-24 15:55 UTC  (4+ messages)
` [PATCH v3 2/2] USB: misc: Add onboard_usb_hub driver

[PATCH] USB: gadget: f_ncm: Fix NDP16 datagram validation
 2020-09-24 15:22 UTC  (2+ messages)

[PATCH] USB: cdc-wdm: Call wake_up_all() when clearing WDM_IN_USE bit
 2020-09-24 15:09 UTC  (18+ messages)
                                ` [PATCH] USB: cdc-wdm: Make wdm_flush() interruptible and add wdm_fsync()

[PATCH] usb: dwc2: Fix INTR OUT transfers in DDMA mode
 2020-09-24 14:08 UTC 

[PATCH v6 0/3] Add USB role switch support to DWC2
 2020-09-24 12:36 UTC  (5+ messages)
` [PATCH v6 2/3] usb: dwc2: override PHY input signals with usb role switch support

[PATCH] usb: phy: tegra: Use IS_ERR() to check and simplify code
 2020-09-24 10:37 UTC  (4+ messages)

[PATCH v8 01/11] usb: typec: tcpci: Add a getter method to retrieve tcpm_port reference
 2020-09-24 10:09 UTC  (4+ messages)
` [PATCH v8 05/11] dt-bindings: connector: Add property to set initial current cap for FRS

[PATCH v3 0/3] usb: cdns,usb3: Convert DT binding to YAML
 2020-09-24  9:51 UTC  (4+ messages)
` [PATCH v3 2/3] dt-bindings: usb: cdns,usb3: Add cdns,phyrst-a-enable property

[PATCH v2 0/8] usb: cdns3: improve the sg use case
 2020-09-24  9:33 UTC  (4+ messages)
` [PATCH v2 1/8] usb: cdns3: gadget: using correct sg operations

[PATCH v2 0/7] usb: dwc3: gadget: Fix TRB preparation
 2020-09-24  9:06 UTC  (6+ messages)
` [PATCH v2 6/7] usb: dwc3: gadget: Rename misleading function names

[PATCH v3 0/6] Add STUSB160x Type-C port controller support
 2020-09-24  9:00 UTC  (7+ messages)
` [PATCH v3 1/6] dt-bindings: connector: add power-opmode optional property to usb-connector
` [PATCH v3 2/6] usb: typec: add typec_find_pwr_opmode
` [PATCH v3 3/6] dt-bindings: usb: Add DT bindings for STUSB160x Type-C controller
` [PATCH v3 4/6] usb: typec: add support for STUSB160x Type-C controller family
` [PATCH v3 5/6] ARM: dts: stm32: add STUSB1600 Type-C using I2C4 on stm32mp15xx-dkx
` [PATCH v3 6/6] ARM: multi_v7_defconfig: enable STUSB160X Type-C port controller support

[PATCH 1/7] usb: mtu3: convert to devm_platform_ioremap_resource_byname
 2020-09-24  8:58 UTC  (5+ messages)

[PATCH] usb: gadget: bcm63xx_udc: fix up the error of undeclared usb_debug_root
 2020-09-24  8:52 UTC  (4+ messages)

[PATCH 00/10] usb: dwc3: gadget: Revise preparation for extra TRBs
 2020-09-24  8:22 UTC  (11+ messages)
` [PATCH 01/10] usb: dwc3: gadget: Check MPS of the request length
` [PATCH 02/10] usb: dwc3: gadget: Reclaim extra TRBs after request completion
` [PATCH 03/10] usb: dwc3: gadget: Refactor preparing extra TRB
` [PATCH 04/10] usb: dwc3: gadget: Improve TRB ZLP setup
` [PATCH 05/10] usb: dwc3: ep0: Fix ZLP for OUT ep0 requests
` [PATCH 06/10] usb: dwc3: gadget: Return the number of prepared TRBs
` [PATCH 07/10] usb: dwc3: gadget: Check for number of TRBs prepared
` [PATCH 08/10] usb: dwc3: gadget: Set IOC if not enough for extra TRBs
` [PATCH 09/10] usb: dwc3: gadget: Refactor preparing last TRBs
` [PATCH 10/10] usb: dwc3: gadget: Rename misleading function names

[PATCH v3 0/3] usb: gadget: f_ncm: support SuperSpeed Plus, improve on SuperSpeed
 2020-09-24  7:28 UTC  (3+ messages)

[PATCH] usb: dwc3: pci: Allow Elkhart Lake to utilize DSM method for PM functionality
 2020-09-24  7:24 UTC  (3+ messages)

[PATCH] MAINTAINERS: Add entry for Broadcom BDC driver
 2020-09-24  7:22 UTC  (6+ messages)

[PATCH v2 1/2] dt-bindings: usb: Add binding for onboard USB hubs
 2020-09-24  6:36 UTC  (6+ messages)
` [PATCH v2 2/2] USB: misc: Add onboard_usb_hub driver

[PATCH] USB: serial: pl2303: add device-id for HP GC device
 2020-09-24  6:27 UTC 

INFO: trying to register non-static key in ath9k_htc_rxep
 2020-09-23 18:32 UTC  (7+ messages)

[PATCH] USB: quirks: simplify quirk handling
 2020-09-23 16:28 UTC  (2+ messages)

[PATCH v2 0/5] usb: dwc-meson-g12a: Add support for USB on S400 board
 2020-09-23 14:12 UTC  (3+ messages)
` [PATCH v2 3/5] usb: dwc-meson-g12a: Add support for USB on AXG SoCs

[PATCH v5 0/2] Use the generic PHY framework for Ingenic USB PHY
 2020-09-23 13:52 UTC  (4+ messages)
` [PATCH v5 2/2] PHY: Ingenic: Add USB PHY driver using generic PHY framework

usb_control_msg_send() and usb_control_msg_recv() are highly problematic
 2020-09-23 11:28 UTC  (3+ messages)

[RESEND PATCH v2 0/6] Add STUSB160x Type-C port controller support
 2020-09-23 10:33 UTC  (5+ messages)
` [RESEND PATCH v2 1/6] dt-bindings: connector: add power-opmode optional property to usb-connector

[PATCH 0/7]CDC_WDM: fix hangs and error reporting in multithreaded cases
 2020-09-23  9:21 UTC  (8+ messages)
` [PATCH 1/7] CDC-WDM: fix hangs in flush() "
` [PATCH 2/7] CDC-WDM: introduce a timeout in flush()
` [PATCH 3/7] CDC-WDM: remove use of intf->dev after potential disconnect
` [PATCH 4/7] CDC-WDM: fix race reporting errors in flush
` [PATCH 5/7] CDC-WDM: correct error reporting in write()
` [PATCH 6/7] CDC-WDM: implement fsync
` [PATCH 7/7] CDC-WDM: making flush() interruptible


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