linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-21 14:00:07 to 2020-09-24 06:36:29 UTC [more...]

[PATCH v2 1/2] dt-bindings: usb: Add binding for onboard USB hubs
 2020-09-24  6:36 UTC  (12+ 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 

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

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

[RFC] change the new message to provide for memory allocations
 2020-09-23 17:46 UTC  (18+ 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
` [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()

[PATCH v6 0/2] Use the generic PHY framework for Ingenic USB PHY
 2020-09-23 17:29 UTC  (4+ 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

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

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

[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  (5+ messages)
` [PATCH v5 1/2] USB: PHY: JZ4770: Remove unnecessary function calls
` [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)

[PATCH v8 01/11] usb: typec: tcpci: Add a getter method to retrieve tcpm_port reference
 2020-09-23 10:43 UTC  (14+ messages)
` [PATCH v8 02/11] usb: typec: tcpci: Add set_vbus tcpci callback
` [PATCH v8 03/11] dt-bindings: usb: Maxim type-c controller device tree binding document
` [PATCH v8 04/11] usb: typec: tcpci_maxim: Chip level TCPC driver
` [PATCH v8 05/11] dt-bindings: connector: Add property to set initial current cap for FRS
` [PATCH v8 06/11] usb: typec: tcpm: Add support for Sink Fast Role SWAP(FRS)
` [PATCH v8 07/11] usb: typec: tcpci: Implement callbacks for FRS
` [PATCH v8 08/11] usb: typec: tcpci_maxim: Add support for Sink FRS
` [PATCH v8 09/11] usb: typec: tcpm: Implement enabling Auto Discharge disconnect support
` [PATCH v8 10/11] usb: typec: tcpci: Implement Auto discharge disconnect callbacks
` [PATCH v8 11/11] usb: typec: tcpci_maxim: Implemnent set_auto_vbus_discharge_threshold

[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

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

[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

[PATCH v4 01/11] usb: early: convert to readl_poll_timeout_atomic()
 2020-09-23  8:53 UTC  (4+ messages)
` [PATCH v4 04/11] usb: xhci-rcar: "

[PATCH v3 0/6] add NXP imx8mp usb support
 2020-09-23  8:49 UTC  (13+ messages)
` [PATCH v3 1/6] dt-bindings: usb: xhci: add property to disable xhci 64bit support
` [PATCH v3 2/6] usb: host: xhci-plat: add support of XHCI_NO_64BIT_SUPPORT via property
` [PATCH v3 3/6] dt-bindings: usb: dwc3-imx8mp: add imx8mp dwc3 glue bindings
` [PATCH v3 4/6] usb: dwc3: add imx8mp dwc3 glue layer driver
` [PATCH v3 5/6] arm64: dtsi: imx8mp: add usb nodes
` [PATCH v3 6/6] arm64: dts: imx8mp-evk: enable usb1 as host mode

Linux Crash with Gadget serial driver
 2020-09-23  7:22 UTC  (10+ messages)

[PATCH v3 0/4] Fixes for usbip and specialised USB driver selection
 2020-09-23  6:08 UTC  (10+ messages)
` [PATCH v3 1/4] Revert "usbip: Implement a match function to fix usbip"
` [PATCH v3 2/4] usbcore/driver: Fix specific driver selection
` [PATCH v3 3/4] usbcore/driver: Fix incorrect downcast
` [PATCH v3 4/4] usbcore/driver: Accommodate usbip

[usb:usb-linus] BUILD SUCCESS 2b405533c2560d7878199c57d95a39151351df72
 2020-09-23  5:00 UTC 

[PATCH RFC 0/5] Introduced new Cadence USBSSP DRD Driver
 2020-09-23  3:37 UTC  (8+ messages)

[PATCH v3 0/3] usb: cdns,usb3: Convert DT binding to YAML
 2020-09-23  1:27 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: usb: Convert cdns-usb3.txt to YAML schema

[PATCH 1/2] dt-bindings: usb: Add binding for onboard USB hubs
 2020-09-22 23:39 UTC  (5+ messages)

[PATCH] usb: typec: ucsi_ccg: use dev_info for timeout error
 2020-09-22 23:24 UTC  (5+ messages)

[PATCH 0/4] RFC: USB C extcon patchset for the tps6598x
 2020-09-22 21:15 UTC  (3+ messages)

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

usbtmc: stb race condition introduced by 4f3c8d6eddc272b386464524235440a418ed2029
 2020-09-22 15:33 UTC  (7+ messages)

[PATCH -next] phy: fix USB_LGM_PHY warning & build errors
 2020-09-22 14:12 UTC  (4+ messages)

[PATCH] thunderbolt: use kobj_to_dev()
 2020-09-22 12:38 UTC  (2+ messages)

[PATCH v2 0/4] USB: cdc-acm: handle broken union descriptors
 2020-09-22 12:10 UTC  (21+ messages)
` [PATCH v2 1/4] Revert "cdc-acm: hardening against malicious devices"
` [PATCH v2 2/4] USB: cdc-acm: handle broken union descriptors
` [PATCH v2 4/4] USB: cdc-acm: clean up no-union-descriptor handling

[RFC] fixes for hangs and error reporting in CDC_WDM
 2020-09-22 11:49 UTC  (10+ messages)
` [RFC 1/7] CDC-WDM: fix hangs in flush() in multithreaded cases
` [RFC 2/7] CDC-WDM: introduce a timeout in flush()
` [RFC 3/7] CDC-WDM: remove use of intf->dev after potential disconnect
` [RFC 4/7] CDC-WDM: fix race reporting errors in flush
` [RFC 5/7] CDC-WDM: correct error reporting in write()
` [RFC 6/7] CDC-WDM: implement fsync
` [RFC 7/7] CDC-WDM: making flush() interruptible

[RFC] fixes for hangs and error reporting in CDC_WDM
 2020-09-22 10:42 UTC  (8+ messages)
` [RFC 1/6] CDC-WDM: fix hangs in flush() in multithreaded cases
` [RFC 2/6] CDC-WDM: introduce a timeout in flush()
` [RFC 3/6] CDC-WDM: remove use of intf->dev after potential disconnect
` [RFC 4/6] CDC-WDM: fix race reporting errors in flush
` [RFC 5/6] CDC-WDM: correct error reporting in write()
` [RFC 6/6] CDC-WDM: implement fsync

[RFC 0/5] fix races in CDC-WDM
 2020-09-22  9:45 UTC  (17+ messages)

[PATCH 00/20] Add support for SATA/PCIe/USB2[3]/VIN/CSI on R8A774E1
 2020-09-22  8:40 UTC  (7+ messages)
` [PATCH 07/20] dt-bindings: usb: renesas,usb3-peri: Document r8a774e1 support

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

[GIT PULL] usb: chipidea: changes for v5.10-rc1
 2020-09-22  8:17 UTC  (2+ messages)

[Bug 208911] Renesas USB controller - FW has invalid version :8224
 2020-09-22  4:05 UTC 

[PATCH 1/2] usbcore/driver: Fix specific driver selection
 2020-09-21 17:03 UTC  (9+ messages)
` [PATCH 1/3] "
  ` [PATCH 3/3] usbip: Make the driver's match function specific

[PATCH 4.14 94/94] x86/defconfig: Enable CONFIG_USB_XHCI_HCD=y
 2020-09-21 16:28 UTC 

[PATCH 4.19 49/49] x86/defconfig: Enable CONFIG_USB_XHCI_HCD=y
 2020-09-21 16:28 UTC 

[PATCH 4.9 70/70] x86/defconfig: Enable CONFIG_USB_XHCI_HCD=y
 2020-09-21 16:28 UTC 

[PATCH 4.4 46/46] x86/defconfig: Enable CONFIG_USB_XHCI_HCD=y
 2020-09-21 16:28 UTC 

[PATCH v4 0/2] Use the generic PHY framework for Ingenic USB PHY
 2020-09-21 15:27 UTC  (4+ messages)
` [PATCH v4 2/2] PHY: Ingenic: Add USB PHY driver using generic PHY framework

[RFT 2/4] chaoskey: introduce asynchronous reads
 2020-09-21 15:25 UTC  (2+ messages)

[PATCH v3] USB: hub.c: decrease the number of attempts of enumeration scheme
 2020-09-21 15:06 UTC  (4+ messages)
` [PATCH] "

[PATCH] usb: yurex: Rearrange code not to need GFP_ATOMIC
 2020-09-21 14:45 UTC  (3+ messages)


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