linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-16 18:34:52 to 2020-10-20 12:00:44 UTC [more...]

[PATCH 00/29] dt-bindings: usb: Harmonize xHCI/EHCI/OHCI/DWC3 nodes name
 2020-10-20 11:59 UTC  (6+ messages)
` [PATCH 02/29] arm: dts: keystone: Correct DWC USB3 compatible string
` [PATCH 09/29] arm: dts: hisi-x5hd2: Harmonize EHCI/OHCI DT nodes name
` [PATCH 14/29] mips: dts: ralink: mt7628a: "
` [PATCH 26/29] arm64: dts: exynos: Harmonize DWC USB3 "
` [PATCH 29/29] arm64: dts: qcom: "

[PATCH v3 00/16] dt-bindings: usb: Add generic USB HCD, xHCI, DWC USB3 DT schema
 2020-10-20 11:21 UTC  (17+ messages)
` [PATCH v3 01/16] dt-bindings: usb: usb-hcd: Convert generic USB properties to "
` [PATCH v3 02/16] dt-bindings: usb: usb-hcd: Add "otg-rev" property restriction
` [PATCH v3 03/16] dt-bindings: usb: usb-hcd: Add "ulpi/serial/hsic" PHY types
` [PATCH v3 04/16] dt-bindings: usb: usb-hcd: Add "tpl-support" property
` [PATCH v3 05/16] dt-bindings: usb: usb-hcd: Add generic "usb-phy" property
` [PATCH v3 06/16] dt-bindings: usb: Convert xHCI bindings to DT schema
` [PATCH v3 07/16] dt-bindings: usb: xhci: Add Broadcom STB v2 compatible device
` [PATCH v3 08/16] dt-bindings: usb: renesas-xhci: Refer to the usb-xhci.yaml file
` [PATCH v3 09/16] dt-bindings: usb: Convert DWC USB3 bindings to DT schema
` [PATCH v3 10/16] dt-bindings: usb: dwc3: Add interrupt-names property support
` [PATCH v3 11/16] dt-bindings: usb: dwc3: Add Tx De-emphasis constraints
` [PATCH v3 12/16] dt-bindings: usb: dwc3: Add Frame Length Adj constraints
` [PATCH v3 13/16] dt-bindings: usb: meson-g12a-usb: Fix FL-adj property value
` [PATCH v3 14/16] dt-bindings: usb: meson-g12a-usb: Validate DWC2/DWC3 sub-nodes
` [PATCH v3 15/16] dt-bindings: usb: keystone-dwc3: Validate DWC3 sub-node
` [PATCH v3 16/16] dt-bindings: usb: qcom,dwc3: "

[PATCH v4 1/4] dt-bindings: usb: add documentation for typec switch simple driver
 2020-10-20 11:13 UTC  (8+ messages)
` [PATCH v4 2/4] device property: Add fwnode_is_compatible() and device_is_compatible() helpers
` [PATCH v4 3/4] usb: typec: mux: add "compatible" property for switch match
` [PATCH v4 4/4] usb: typec: mux: add typec switch simple driver

[PATCH v9 00/15] TCPM support for FRS and AutoDischarge Disconnect
 2020-10-20  9:43 UTC  (12+ messages)
` [PATCH v9 03/15] dt-bindings: usb: Maxim type-c controller device tree binding document
` [PATCH v9 05/15] dt-bindings: connector: Add property to set initial current cap for FRS

[PATCH v11 00/10] *** TCPM support for FRS and AutoDischarge Disconnect ***
 2020-10-20  9:36 UTC  (11+ messages)
` [PATCH v11 01/10] dt-bindings: connector: Add property to set initial current cap for FRS
` [PATCH v11 02/10] dt-bindings: usb: Maxim type-c controller device tree binding document
` [PATCH v11 03/10] usb: typec: tcpci_maxim: Fix the compatible string
` [PATCH v11 04/10] usb: typec: tcpm: Refactor logic for new-source-frs-typec-current
` [PATCH v11 05/10] usb: typec: tcpm: frs sourcing vbus callback
` [PATCH v11 06/10] usb: typec: tcpci: "
` [PATCH v11 07/10] usb: typec: tcpci_maxim: Fix vbus stuck on upon diconnecting sink
` [PATCH v11 08/10] usb: typec: tcpm: Implement enabling Auto Discharge disconnect support
` [PATCH v11 09/10] usb: typec: tcpci: Implement Auto discharge disconnect callbacks
` [PATCH v11 10/10] usb: typec: tcpci_maxim: Enable auto discharge disconnect

[RFC] treewide: cleanup unreachable breaks
 2020-10-20  8:47 UTC  (16+ messages)
  ` [Cocci] "
    ` [Ocfs2-devel] "

[PATCH v1] usb: dwc3: Simplify with dev_err_probe()
 2020-10-20  8:38 UTC 

[PATCH v1] usb: dwc3: keystone: Simplify with dev_err_probe()
 2020-10-20  8:37 UTC 

[PATCH] usb: cdc-acm: fix cooldown mechanism
 2020-10-20  7:41 UTC  (2+ messages)

[Bug 208891] New: Thunderbolt hotplug fails on HP x360 13t-aw000/86FA with HP Thunderbolt 3 Dock
 2020-10-20  7:33 UTC  (2+ messages)
` [Bug 208891] "

[PATCH] usb: gadget: configfs: Fix use-after-free issue with udc_name
 2020-10-20  6:36 UTC  (3+ messages)
` [PATCH v2] "

dwc3: Power management for cable disconnect
 2020-10-20  5:46 UTC  (3+ messages)

[PATCH 00/20] dt-bindings: usb: Add generic USB HCD, xHCI, DWC USB3 DT schema
 2020-10-20  4:42 UTC  (35+ messages)
` [PATCH 03/20] dt-bindings: usb: usb-hcd: Add "ulpi/serial/hsic" PHY types
` [PATCH 04/20] dt-bindings: usb: usb-hcd: Add "tpl-support" property
` [PATCH 05/20] dt-bindings: usb: usb-hcd: Add generic "usb-phy" property
` [PATCH 06/20] dt-bindings: usb: Convert xHCI bindings to DT schema
` [PATCH 07/20] dt-bindings: usb: xhci: Add Broadcom STB v2 compatible device
` [PATCH 08/20] dt-bindings: usb: renesas-xhci: Refer to the usb-xhci.yaml file
` [PATCH 10/20] dt-bindings: usb: dwc3: Add interrupt-names property support
` [PATCH 11/20] dt-bindings: usb: dwc3: Add synopsys,dwc3 compatible string
` [PATCH 12/20] dt-bindings: usb: dwc3: Add Tx De-emphasis restrictions
` [PATCH 13/20] dt-bindings: usb: dwc3: Add Frame Length Adj restrictions
` [PATCH 14/20] dt-bindings: usb: meson-g12a-usb: Fix FL-adj property value
` [PATCH 15/20] dt-bindings: usb: meson-g12a-usb: Validate DWC2/DWC3 sub-nodes
` [PATCH 16/20] dt-bindings: usb: keystone-dwc3: Validate DWC3 sub-node
` [PATCH 17/20] dt-bindings: usb: qcom,dwc3: "

[PATCH v2 1/8] dt-bindings: phy: convert phy-mtk-xsphy.txt to YAML schema
 2020-10-20  2:40 UTC  (11+ messages)
` [PATCH v2 2/8] dt-bindings: phy: convert phy-mtk-tphy.txt "
` [PATCH v2 6/8] dt-bindings: usb: convert mediatek,mtk-xhci.txt "

[PATCH v2] usb: dwc3: core: fix a issue about clear connect state
 2020-10-19 22:04 UTC  (2+ messages)

[PATCH v4 00/16] Tegra XHCI controller ELPG support
 2020-10-19 21:40 UTC  (3+ messages)
` [PATCH v4 10/16] dt-bindings: phy: tegra-xusb: Add nvidia,pmc prop

BUG with linux 5.9.0 with dwc3 in gadget mode
 2020-10-19 20:46 UTC  (7+ messages)

[PATCH v3 0/2] usb: Add driver for USB signal re-mapper
 2020-10-19 20:19 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: Add support for Broadcom USB pin map driver

[PATCH v3] kcov, usbip: collect coverage from vhci_rx_loop
 2020-10-19 18:52 UTC  (3+ messages)

Bug caused by 53965c79c2db (USB: Fix device driver race)
 2020-10-19 17:40 UTC  (4+ messages)

[patch V2 00/13] USB: Cleanup in_interupt/in_irq/in_atomic() usage
 2020-10-19 16:28 UTC  (19+ messages)
` [patch V2 01/13] USB: sisusbvga: Make console support depend on BROKEN
` [patch V2 02/13] USB: serial: keyspan_pda: Replace in_interrupt() usage
` [patch V2 03/13] USB: serial: keyspan_pda: Consolidate room query
` [patch V2 04/13] USB: serial: digi_acceleport: Remove in_interrupt() usage
` [patch V2 05/13] usb: xhci: Remove in_interrupt() checks
` [patch V2 06/13] usb: host: isp1362: Replace in_interrupt() usage
` [patch V2 07/13] usbip: Remove in_interrupt() check
` [patch V2 08/13] usb: hosts: Remove in_interrupt() from comments
` [patch V2 09/13] USB: host: ehci-pmcmsp: Cleanup usb_hcd_msp_remove()
` [patch V2 10/13] usb: gadget: pxa27x_udc: Replace in_interrupt() usage in comments
` [patch V2 11/13] usb: gadget: udc: Remove in_interrupt()/in_irq() from comments
` [patch V2 12/13] usb: core: Replace in_interrupt() in comments
` [patch V2 13/13] usb: atm: Replace in_interrupt() usage in comment

[PATCH 1/1] usb: serial: option: add Quectel EC200T module support
 2020-10-19 16:08 UTC 

KASAN: null-ptr-deref Write in event_handler
 2020-10-19 15:22 UTC  (9+ messages)

[PATCH] usb: remove unneeded break
 2020-10-19 15:02 UTC 

[PATCH 0/3] usb: dwc3: ulpi: Fix UPLI registers read/write ops
 2020-10-19 13:58 UTC  (2+ messages)

[PATCH] usb: typec: tcpm: reset hard_reset_count for any disconnect
 2020-10-19 13:56 UTC  (2+ messages)

[PATCH v10 00/15] TCPM support for FRS and AutoDischarge Disconnect
 2020-10-19 13:55 UTC  (14+ messages)
` [PATCH v10 09/15] usb: typec: tcpm: frs sourcing vbus callback
` [PATCH v10 10/15] usb: typec: tcpci: "
` [PATCH v10 11/15] usb: typec: tcpci_max77759: Fix vbus stuck on upon diconnecting sink
` [PATCH v10 13/15] usb: typec: tcpm: Implement enabling Auto Discharge disconnect support
` [PATCH v10 14/15] usb: typec: tcpci: Implement Auto discharge disconnect callbacks
` [PATCH v10 15/15] usb: typec: tcpci_maxim: Enable auto discharge disconnect

Any example of USB gadget for DRD device mode on Intel Gemini Lake?
 2020-10-19 13:36 UTC  (2+ messages)

YOUR DIPLOMATIC PACKAGE
 2020-10-19 11:22 UTC 

YOUR DIPLOMATIC PACKAGE
 2020-10-19  9:12 UTC 

[PATCH AUTOSEL 5.9 047/111] usb: dwc3: Add splitdisable quirk for Hisilicon Kirin Soc
 2020-10-19 12:44 UTC  (10+ messages)
` [PATCH AUTOSEL 5.9 048/111] usb: gadget: function: printer: fix use-after-free in __lock_acquire
` [PATCH AUTOSEL 5.9 054/111] USB: cdc-acm: handle broken union descriptors
` [PATCH AUTOSEL 5.9 056/111] usb: dwc3: simple: add support for Hikey 970
` [PATCH AUTOSEL 5.9 070/111] usb: ohci: Default to per-port over-current protection
` [PATCH AUTOSEL 5.9 102/111] usb: core: Solve race condition in anchor cleanup functions

YOUR DIPLOMATIC PACKAGE
 2020-10-19 10:45 UTC 

YOUR DIPLOMATIC PACKAGE
 2020-10-19 10:05 UTC 

[PATCH 1/1] usb: serial: option: add Quectel EC200T module support
 2020-10-19  5:36 UTC  (5+ messages)

KASAN: use-after-free Read in v4l2_fh_init
 2020-10-18 22:01 UTC  (2+ messages)

[PATCH] net: usb: rtl8150: don't incorrectly assign random MAC addresses
 2020-10-18 19:54 UTC  (7+ messages)
` [PATCH v2] "

[PATCH AUTOSEL 5.8 045/101] usb: dwc3: Add splitdisable quirk for Hisilicon Kirin Soc
 2020-10-18 19:20 UTC  (6+ messages)
` [PATCH AUTOSEL 5.8 046/101] usb: gadget: function: printer: fix use-after-free in __lock_acquire
` [PATCH AUTOSEL 5.8 052/101] USB: cdc-acm: handle broken union descriptors
` [PATCH AUTOSEL 5.8 053/101] usb: dwc3: simple: add support for Hikey 970
` [PATCH AUTOSEL 5.8 066/101] usb: ohci: Default to per-port over-current protection
` [PATCH AUTOSEL 5.8 096/101] usb: core: Solve race condition in anchor cleanup functions

[PATCH AUTOSEL 5.4 36/80] usb: dwc3: Add splitdisable quirk for Hisilicon Kirin Soc
 2020-10-18 19:22 UTC  (6+ messages)
` [PATCH AUTOSEL 5.4 37/80] usb: gadget: function: printer: fix use-after-free in __lock_acquire
` [PATCH AUTOSEL 5.4 41/80] USB: cdc-acm: handle broken union descriptors
` [PATCH AUTOSEL 5.4 42/80] usb: dwc3: simple: add support for Hikey 970
` [PATCH AUTOSEL 5.4 51/80] usb: ohci: Default to per-port over-current protection
` [PATCH AUTOSEL 5.4 76/80] usb: core: Solve race condition in anchor cleanup functions

[PATCH AUTOSEL 4.19 30/56] usb: gadget: function: printer: fix use-after-free in __lock_acquire
 2020-10-18 19:24 UTC  (5+ messages)
` [PATCH AUTOSEL 4.19 33/56] USB: cdc-acm: handle broken union descriptors
` [PATCH AUTOSEL 4.19 34/56] usb: dwc3: simple: add support for Hikey 970
` [PATCH AUTOSEL 4.19 40/56] usb: ohci: Default to per-port over-current protection
` [PATCH AUTOSEL 4.19 54/56] usb: core: Solve race condition in anchor cleanup functions

[PATCH AUTOSEL 4.14 28/52] usb: gadget: function: printer: fix use-after-free in __lock_acquire
 2020-10-18 19:25 UTC  (4+ messages)
` [PATCH AUTOSEL 4.14 31/52] USB: cdc-acm: handle broken union descriptors
` [PATCH AUTOSEL 4.14 37/52] usb: ohci: Default to per-port over-current protection
` [PATCH AUTOSEL 4.14 50/52] usb: core: Solve race condition in anchor cleanup functions

[PATCH AUTOSEL 4.9 22/41] usb: gadget: function: printer: fix use-after-free in __lock_acquire
 2020-10-18 19:26 UTC  (4+ messages)
` [PATCH AUTOSEL 4.9 25/41] USB: cdc-acm: handle broken union descriptors
` [PATCH AUTOSEL 4.9 30/41] usb: ohci: Default to per-port over-current protection
` [PATCH AUTOSEL 4.9 40/41] usb: core: Solve race condition in anchor cleanup functions

[PATCH AUTOSEL 4.4 15/33] usb: gadget: function: printer: fix use-after-free in __lock_acquire
 2020-10-18 19:27 UTC  (3+ messages)
` [PATCH AUTOSEL 4.4 22/33] usb: ohci: Default to per-port over-current protection
` [PATCH AUTOSEL 4.4 32/33] usb: core: Solve race condition in anchor cleanup functions

[PATCH v1] usb: dwc3: core: fix a issue about clear connect state
 2020-10-18 17:40 UTC  (2+ messages)

I get a new Thunderbolt domain UUID on every boot
 2020-10-17 21:58 UTC  (5+ messages)

[PATCH] usb: dwc2: Avoid leaving the error_debugfs label unused
 2020-10-17 16:50 UTC 

warning: label ‘error_debugfs’ defined but not used [-Wunused-label]
 2020-10-17 16:02 UTC  (3+ messages)

[patch 4/4] media: cx231xx: Consolidate dmesg output
 2020-10-17  2:56 UTC  (2+ messages)

NDIS (not RNDIS) driver/force RNDIS to bind?
 2020-10-16 19:17 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).