linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-21 20:55:14 to 2020-09-24 10:09:50 UTC [more...]

[PATCH v8 01/11] usb: typec: tcpci: Add a getter method to retrieve tcpm_port reference
 2020-09-24 10:09 UTC  (7+ messages)
` [PATCH v8 03/11] dt-bindings: usb: Maxim type-c controller device tree binding document
` [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  (6+ messages)
` [PATCH v3 1/3] dt-bindings: usb: Convert cdns-usb3.txt to YAML schema
` [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] usb: dwc3: Stop active transfers before halting the controller
 2020-09-24  7:39 UTC  (4+ messages)

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

[PATCH] usb: phy: tegra: Use IS_ERR() to check and simplify code
 2020-09-24  7:26 UTC  (2+ 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 0/2] Add a separate DWC3 OF driver for Xilinx platforms
 2020-09-24  7:16 UTC  (4+ 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-24  7:10 UTC 

[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  (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

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

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  (19+ messages)
` [PATCH v2 2/4] "
` [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 


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