linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-29 07:25:49 to 2019-09-03 10:04:12 UTC [more...]

[PATCH] usb: storage: Add ums-cros-aoa driver
 2019-09-03 10:04 UTC  (11+ messages)

[PATCH 00/11] Keyrings, Block and USB notifications [ver #7]
 2019-09-03  9:37 UTC  (25+ messages)
` [PATCH 01/11] uapi: General notification ring definitions "
` [PATCH 02/11] security: Add hooks to rule on setting a watch "
` [PATCH 03/11] security: Add a hook for the point of notification insertion "
` [PATCH 04/11] General notification queue with user mmap()'able ring buffer "
` [PATCH 05/11] keys: Add a notification facility "
` [PATCH 06/11] Add a general, global device notification watch list "
` [PATCH 07/11] block: Add block layer notifications "
` [PATCH 08/11] usb: Add USB subsystem "
` [PATCH 09/11] Add sample notification program "
` [PATCH 10/11] selinux: Implement the watch_key security hook "
` [PATCH 11/11] smack: Implement the watch_key and post_notification hooks [untested] "
` watch_queue(7) manpage
` watch_devices(2) manpage
` keyctl_watch_key.3 manpage

usb dma_mask fixups
 2019-09-03  8:46 UTC  (7+ messages)
` [PATCH 1/6] usb/ohci-sm501: remove the HCD_DMA flag
` [PATCH 2/6] usb/ohci-tmio: "
` [PATCH 3/6] usb-storage: use hcd_uses_dma to check for DMA capabilities
` [PATCH 4/6] usb: remove a stale comment in hcd_alloc_coherent
` [PATCH 5/6] usb: remove commented out dma wrappers
` [PATCH 6/6] mfd: don't select DMA_DECLARE_COHERENT for the sm501 and tc6393xb drivers

[PATCH 0/4] musb host improvments mostly for omap2430 glue
 2019-09-03  8:07 UTC  (11+ messages)
` [PATCH 1/4] usb: musb: omap2430: Wait on enable to avoid babble
` [PATCH 2/4] usb: musb: omap2430: Handle multiple ID ground interrupts
` [PATCH 3/4] usb: musb: Add musb_set_host and peripheral and use them for omap2430
` [PATCH 4/4] usb: musb: omap2430: Clean up enable and remove devctl tinkering
` next-20190830 on Droid 4 was Re: [PATCH 0/4] musb host improvments mostly for omap2430 glue

[PATCH][usb-next] usb: cdns3: fix missing assignment of ret before error check on ret
 2019-09-03  3:29 UTC  (3+ messages)

linux-next: build failure after merge of the keys tree
 2019-09-03  0:29 UTC  (10+ messages)

Policy to keep USB ports powered in low-power states
 2019-09-02 20:16 UTC  (10+ messages)

Lacie Rugged USB3-FW does not work with UAS
 2019-09-02 20:10 UTC  (9+ messages)

[PATCH][next] usb: cdns3: remove redundant assignment to ret on error exit path
 2019-09-02 18:43 UTC 

[GIT PULL] USB changes for v5.4 merge window
 2019-09-02 17:28 UTC  (2+ messages)

[GIT PULL] USB fixes for 5.3-rc7
 2019-09-02 17:05 UTC  (2+ messages)

[PATCH] PCI / PM: Don't runtime suspend when device only supports wakeup from D0
 2019-09-02 13:47 UTC  (9+ messages)

[PATCH v3 0/7] add support USB for MT8183
 2019-09-02 13:39 UTC  (12+ messages)
` [PATCH v3 1/7] dt-bindings: usb: mtu3: support USB wakeup "
` [PATCH v3 2/7] dt-bindings: usb: mtk-xhci: "
` [PATCH v3 3/7] usb: mtu3: support ip-sleep "
` [PATCH v3 4/7] usb: mtk-xhci: "
` [PATCH v3 5/7] arm64: dts: mt8183: add usb and phy nodes
` [PATCH v3 6/7] arm64: dts: mt8183: enable USB remote wakeup
` [PATCH v3 7/7] arm64: dts: mt8183: tune disconnect threshold of u2phy

[PATCH next v11 00/11] add USB GPIO based connection detection driver
 2019-09-02 13:38 UTC  (13+ messages)
` [PATCH next v11 01/11] dt-binding: usb: add usb-role-switch property
` [PATCH next v11 02/11] dt-bindings: connector: add optional properties for Type-B
` [PATCH next v11 03/11] dt-bindings: usb: add binding for USB GPIO based connection detection driver
` [PATCH next v11 04/11] dt-bindings: usb: mtu3: add properties about USB Role Switch
` [PATCH next v11 05/11] usb: roles: Introduce stubs for the exiting functions in role.h
` [PATCH next v11 06/11] device connection: Add fwnode_connection_find_match()
` [PATCH next v11 07/11] usb: roles: Add fwnode_usb_role_switch_get() function
` [PATCH next v11 08/11] usb: roles: get usb-role-switch from parent
` [PATCH next v11 09/11] usb: common: create Kconfig file
` [PATCH next v11 10/11] usb: common: add USB GPIO based connection detection driver
` [PATCH next v11 11/11] usb: mtu3: register a USB Role Switch for dual role mode

[PATCH 0/4] regulator: add and use a helper for setting supply names
 2019-09-02 12:23 UTC  (10+ messages)
` [PATCH 1/4] regulator: provide regulator_bulk_set_supply_names()
  ` Applied "regulator: provide regulator_bulk_set_supply_names()" to the regulator tree
` [PATCH 2/4] ahci: tegra: use regulator_bulk_set_supply_names()
` [PATCH 3/4] phy: "
` [PATCH 4/4] usb: host: xhci-tegra: "

[PATCH v2 0/3] usb: host: xhci-{plat,rcar}: clean up the drivers
 2019-09-02 12:01 UTC  (4+ messages)
` [PATCH v2 1/3] usb: host: xhci-plat: add quirks member into struct xhci_plat_priv
` [PATCH v2 2/3] usb: host: xhci-rcar: Add a helper macro to set xhci_plat_priv
` [PATCH v2 3/3] usb: host: xhci-rcar: Use xhci_plat_priv.quirks instead of code settings

[PATCH 0/4] usb: host: xhci-{plat,rcar}: clean up and add a workaround
 2019-09-02 10:35 UTC  (4+ messages)
` [PATCH 4/4] usb: host: xhci-rcar: avoid 60s wait by request_firmware() in system booting

[PATCH 3/3] net: cdc_ncm: Add ACPI MAC address pass through functionality
 2019-09-02  9:49 UTC  (2+ messages)

[PATCH 1/3] net: cdc_ncm: add get/set ethernet address functions
 2019-09-02  9:43 UTC  (2+ messages)

[PATCH] xhci: tegra: Parameterize mailbox register addresses
 2019-09-02  8:21 UTC 

[PATCH] xhci: tegra: mbox registers address in"soc" data
 2019-09-02  7:59 UTC  (3+ messages)

[PATCH v9] usbip: Implement SG support to vhci-hcd and stub driver
 2019-09-02  6:48 UTC  (3+ messages)

[v4,3/4] dt-bindings: Add Qualcomm USB SuperSpeed PHY bindings
 2019-09-02  6:23 UTC  (7+ messages)
    ` [PATCH v4 3/4] "

[PATCH V1 0/6] USB: serial: f81232: Add F81534A support
 2019-09-02  2:59 UTC  (4+ messages)
` [PATCH V1 3/6] USB: serial: f81232: Add generator for F81534A

[PATCH v2] usb: chipidea: msm: Use device-managed registration API
 2019-09-02  1:43 UTC 

[PATCH] usb: musb: omap2430: Idle musb on init
 2019-09-01 22:27 UTC 

[PATCH] phy: cpcap-usb: Fix flakey host idling and enumerating of devices
 2019-08-30 21:44 UTC 

[PATCH] phy: mapphone-mdm6600: Fix uninitialized status value regression
 2019-08-30 21:43 UTC 

[PATCH 2/3] ACPI: move ACPI functionality out of r8152 driver
 2019-08-30 19:38 UTC 

[PATCH 0/3] Add get/set ethernet address functions and ACPI MAC address pass through functionality to cdc_ncm driver
 2019-08-30 19:36 UTC 

[PATCH] xhci: fix memleak on setup address fails
 2019-08-30 13:40 UTC  (4+ messages)

[PATCH 0/4] xhci features for usb-next
 2019-08-30 13:39 UTC  (5+ messages)
` [PATCH 1/4] usb: xhci: dbc: Simplify error handling in 'xhci_dbc_alloc_requests()'
` [PATCH 2/4] usb: xhci: dbc: Use GFP_KERNEL instead of GFP_ATOMIC "
` [PATCH 3/4] xhci: add TSP bitflag to TRB tracing
` [PATCH 4/4] xhci: fix possible memleak on setup address fails

RK3288 dwc2 USB OTG + macOS
 2019-08-30 10:49 UTC  (2+ messages)

[PATCH v7 0/6] Add MediaTek MUSB Controller Driver
 2019-08-30  8:20 UTC  (7+ messages)
` [PATCH v7 1/6] dt-bindings: usb: musb: Add support for MediaTek musb controller
` [PATCH v7 2/6] arm: dts: mt2701: Add usb2 device nodes
` [PATCH v7 3/6] usb: musb: Add get/set toggle hooks
` [PATCH v7 4/6] usb: musb: Add noirq type of dma create interface
` [PATCH v7 5/6] usb: musb: Add musb_clearb/w() interface
` [PATCH v7 6/6] usb: musb: Add support for MediaTek musb controller

[PATCH v2 1/2] usb: gadget: net2280: Move all "ll" registers in one structure
 2019-08-30  3:56 UTC 

[PATCH v2 2/2] usb: gadget: net2280: Add workaround for AB chip Errata 11
 2019-08-30  3:56 UTC 

[PATCH v2] usb: dwc3: gadget: Workaround Mirosoft's BESL check
 2019-08-30  1:00 UTC 

[PATCH v3] usb: typec: ucsi: add support for separate DP altmode devices
 2019-08-29 21:57 UTC 

[PATCH 00/11] Keyrings, Block and USB notifications [ver #6]
 2019-08-29 19:11 UTC  (14+ messages)
` [PATCH 01/11] uapi: General notification ring definitions "
` [PATCH 02/11] security: Add hooks to rule on setting a watch "
` [PATCH 03/11] security: Add a hook for the point of notification insertion "
` [PATCH 04/11] General notification queue with user mmap()'able ring buffer "
` [PATCH 05/11] keys: Add a notification facility "
` [PATCH 06/11] Add a general, global device notification watch list "
` [PATCH 07/11] block: Add block layer notifications "
` [PATCH 08/11] usb: Add USB subsystem "
` [PATCH 09/11] Add sample notification program "
` [PATCH 10/11] selinux: Implement the watch_key security hook "
` [PATCH 11/11] smack: Implement the watch_key and post_notification hooks [untested] "

[PATCH AUTOSEL 5.2 39/76] lan78xx: Fix memory leaks
 2019-08-29 18:12 UTC  (3+ messages)
` [PATCH AUTOSEL 5.2 41/76] cx82310_eth: fix a memory leak bug
` [PATCH AUTOSEL 5.2 42/76] net: kalmia: fix memory leaks

[PATCH AUTOSEL 4.19 21/45] lan78xx: Fix memory leaks
 2019-08-29 18:15 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 23/45] cx82310_eth: fix a memory leak bug
` [PATCH AUTOSEL 4.19 24/45] net: kalmia: fix memory leaks

[PATCH AUTOSEL 4.14 13/27] lan78xx: Fix memory leaks
 2019-08-29 18:16 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 15/27] cx82310_eth: fix a memory leak bug
` [PATCH AUTOSEL 4.14 16/27] net: kalmia: fix memory leaks

[PATCH AUTOSEL 4.9 08/16] cx82310_eth: fix a memory leak bug
 2019-08-29 18:17 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 09/16] net: kalmia: fix memory leaks

[PATCH AUTOSEL 4.4 08/15] cx82310_eth: fix a memory leak bug
 2019-08-29 18:17 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 09/15] net: kalmia: fix memory leaks

[PATCH RESEND] xhci: Prevent deadlock when xhci adapter breaks during init
 2019-08-29 18:12 UTC 

usb-storage: Set virt_boundary_mask to avoid SG overflows
 2019-08-29 14:37 UTC 

reeze while write on external usb 3.0 hard disk [Bug 204095]
 2019-08-29 14:08 UTC  (6+ messages)

[PATCH] usb: musb: omap2430: Fix flakeyness enumerating when connected to a lapdock
 2019-08-29 13:14 UTC  (2+ messages)

[PATCH v2 0/10] Symbol namespaces - RFC
 2019-08-29 12:13 UTC  (3+ messages)
  ` [PATCH v3 08/11] scripts: Coccinelle script for namespace dependencies

[PATCH v5 1/2] xhci-ext-caps.c: Add property to disable Intel SW switch
 2019-08-29 11:56 UTC  (2+ messages)
` [PATCH v5 2/2] usb: roles: intel: Enable static DRD mode for role switch

[PATCH v2 0/2 RESEND] Fix USB3.0 DRD PHY calibration issues (DWC3/XHCI) on Exynos542x SoCs
 2019-08-29 11:22 UTC  (8+ messages)
  ` [PATCH v2 1/2 RESEND] usb: core: phy: add support for PHY calibration

[PATCH v4 1/2] xhci-ext-caps.c: Add property to disable Intel SW switch
 2019-08-29 11:11 UTC  (6+ messages)
` [PATCH v4 2/2] usb: roles: intel: Enable static DRD mode for role switch

[PATCH v2 0/7] add support USB for MT8183
 2019-08-29 10:35 UTC  (3+ messages)
` [PATCH v2 4/7] usb: mtk-xhci: support ip-sleep wakeup "

fsck on ext4: "WARN Wrong bounce buffer write length: 1024 != 0"
 2019-08-29  7:51 UTC  (3+ messages)

[PATCH v3 1/2] xhci-ext-caps.c: Add property to disable Intel SW switch
 2019-08-29  7:53 UTC  (3+ messages)
` [PATCH v3 2/2] usb: roles: intel: Enable static DRD mode for role switch

Ryzen7 3700U xhci fails on resume from sleep
 2019-08-29  7:33 UTC  (8+ 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).