linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-02 19:46:30 to 2019-05-07 06:22:42 UTC [more...]

[BUG BISECT] USB on Exynos4412 fails after usb: dwc2: gadget: Replace phyif with phy_utmi_width
 2019-05-07  6:22 UTC  (5+ messages)
  ` [PATCH] usb: dwc2: Force 8bit UTMI width for Samsung Exynos SoCs

[PATCH AUTOSEL 4.19 68/81] usb: typec: Fix unchecked return value
 2019-05-07  5:35 UTC 

dt-binding: usb: add usb-role-switch property
 2019-05-07  2:26 UTC  (4+ messages)
  ` [PATCH] "

[v2 PATCH] dt-binding: usb: add usb-role-switch property
 2019-05-07  2:22 UTC 

[PATCH 0/7] Add imx7ulp USBOTG1 support
 2019-05-07  1:49 UTC  (13+ messages)
` [3/7] doc: dt-binding: ci-hdrc-usb2: add compatible string for imx7ulp
    ` [PATCH 3/7] "
` [4/7] doc: dt-binding: usbmisc-imx: "
    ` [PATCH 4/7] "
` [6/7] ARM: dts: imx7ulp: add imx7ulp USBOTG1 support
      ` [PATCH 6/7] "

[PATCH 00/10] usb: Add host and device support for RZ/A2
 2019-05-07  1:17 UTC  (13+ messages)
` [PATCH 01/10] phy: renesas: rcar-gen3-usb2: Add uses_usb_x1 option
` [PATCH 02/10] dt-bindings: rcar-gen3-phy-usb2: Document uses_usb_x1
` [PATCH 03/10] phy: renesas: rcar-gen3-usb2: Check dr_mode when not using OTG
` [PATCH 04/10] dt-bindings: rcar-gen3-phy-usb2: Document dr_mode
` [PATCH 05/10] dt-bindings: rcar-gen3-phy-usb2: Add r7s9210 support
` [PATCH 06/10] usb: renesas_usbhs: Add support for RZ/A2
` [PATCH 07/10] dt-bindings: usb: renesas_usbhs: Add support for r7s9210
` [PATCH 08/10] ARM: dts: r7s9210: Add USB Host support
` [PATCH 09/10] ARM: dts: r7s9210: Add USB Device support
` [PATCH 10/10] ARM: dts: r7s9210-rza2mevb: Add USB host support

[PATCH net-next v2 4/4] net: usb: smsc: fix warning reported by kbuild test robot
 2019-05-06 21:29 UTC  (2+ messages)

general protection fault in smsusb_init_device
 2019-05-06 21:21 UTC  (3+ messages)

[PATCH 0/3] usb: gadget: Add support for disabling U1 and U2 entries
 2019-05-06 20:58 UTC  (10+ messages)
` [3/3] usb: dwc3: "
  ` [PATCH 3/3] "
` [0/3] usb: "

[PATCH 0/3] usb: typec: tcpm: Add some FAULT_STATUS processing
 2019-05-06 16:20 UTC  (8+ messages)
` [PATCH 1/3] usb: typec: tcpm: Export the logging function so it can be used by tcpci
` [PATCH 2/3] usb: typec: tcpm: Add functions to read the VBUS voltage
` [PATCH 3/3] usb: typec: tcpm: Clear the fault status register

[PATCH net-next] net: usb: smsc: fix warning reported by kbuild test robot
 2019-05-06 15:18 UTC 

selftests: add sleep between detach and usbip list -l
 2019-05-06 15:18 UTC  (7+ messages)
` [PATCH] "

[PATCH 1/2] usbip: Remove repeated setting of hcd->state in vhci_bus_suspend()
 2019-05-06 15:16 UTC  (4+ messages)
` [PATCH 2/2] usbip: Remove repeated setting of hcd->state in vhci_bus_resume()

[PATCH v4 1/1] usb: xhci: Add Clear_TT_Buffer
 2019-05-06 14:57 UTC  (2+ messages)

[1/2] usb: xhci: Make it possible to not have a secondary HCD (3.0)
 2019-05-06 13:21 UTC  (2+ messages)
` [PATCH 1/2] "

usbutils - various patches to the lsusb.py script
 2019-05-06 12:57 UTC  (43+ messages)
` [PATCH 01/34] lsusb.py: sort devices and interfaces numerically
` [PATCH 02/34] lsusb.py: sort toplevel entries
` [PATCH 03/34] lsusb.py: improve usage text
` [PATCH 04/34] lsusb.py: replace fake deepcopy()
` [PATCH 05/34] lsusb.py: remove -w (warn if usb.ids not sorted) option
` [PATCH 06/34] lsusb.py: ensure all error messages are written to stderr
` [PATCH 07/34] lsusb.py: support long options
` [PATCH 08/34] lsusb.py: do not entirely hide usb.ids exceptions
` [PATCH 09/34] lsusb.py: use regular print() instead of hand-rolling the same thing
` [PATCH 10/34] lsusb.py: avoid shadowing Python's built-in 'str'
` [PATCH 11/34] lsusb.py: replace usb.ids binary search with dict lookup
` [PATCH 12/34] lsusb.py: remove now-unused bin_search()
` [PATCH 13/34] lsusb.py: avoid manual calls to __foo__()
` [PATCH 14/34] lsusb.py: replace __repr__() for USB IDs with __str__()
` [PATCH 15/34] lsusb.py: insert class FF:FF:FF into usbclasses to avoid special casing
` [PATCH 16/34] lsusb.py: entirely remove Usb* classes
` [PATCH 17/34] lsusb.py: cosmetic - replace tuples-as-"immutable lists" with regular lists
` [PATCH 18/34] lsusb.py: use 'elif' where suitable
` [PATCH 19/34] lsusb.py: remove dead code
` [PATCH 20/34] lsusb.py: move unrelated code out of try..except
` [PATCH 21/34] lsusb.py: allow - as well as _ when matching hci module names
` [PATCH 22/34] lsusb.py: use a constant for the magic class number 9
` [PATCH 23/34] lsusb.py: Usb* classes: call read() automatically from constructor
` [PATCH 24/34] lsusb.py: UsbEndpoint: indent is a class implementation detail
` [PATCH 25/34] lsusb.py: a few cosmetic changes
` [PATCH 26/34] lsusb.py: shorten find_usb_class()
` [PATCH 27/34] lsusb.py: give all Usb* objects a .path attribute
` [PATCH 28/34] lsusb.py: add an actual __repr__() to classes
` [PATCH 29/34] lsusb.py: give all Usb* classes a superclass
` [PATCH 30/34] lsusb.py: convert readattr() and readlink() to methods of the container
` [PATCH 31/34] lsusb.py: use color by default
` [PATCH 32/34] lsusb.py: rework output for more consistent indent of both columns
` [PATCH 33/34] lsusb.py: fix endpoint interval spacing
` [PATCH 34/34] lsusb.py: visually group USB-version-related fields

KASAN: use-after-free Read in p54u_load_firmware_cb
 2019-05-06 11:16 UTC 

KASAN: slab-out-of-bounds Read in p54u_load_firmware_cb
 2019-05-06 11:16 UTC 

usb: host: xhci_debugfs: Fix a null pointer dereference in xhci_debugfs_create_endpoint()
 2019-05-06 11:16 UTC  (7+ messages)
` [PATCH] "

usbnet: fix kernel crash after disconnect
 2019-05-06  8:17 UTC  (5+ messages)
` [v2] "
    ` [PATCH v2] "

Linux crash when using FTDI FT232R USB to serial converter on AMD boards
 2019-05-06  7:10 UTC  (4+ messages)

[V9,1/4] USB: serial: f81232: fix interrupt worker not stop
 2019-05-06  2:52 UTC  (8+ messages)
` [V9,4/4] USB: serial: f81232: implement break control
    ` [PATCH V9 4/4] "
  ` [PATCH V9 1/4] USB: serial: f81232: fix interrupt worker not stop

[next] usb: mtu3: fix up undefined reference to usb_debug_root
 2019-05-05 15:40 UTC  (4+ messages)
` [next PATCH] "

linux-next: Tree for May 2 (drivers/usb/mtu3/mtu3_debugfs.o)
 2019-05-05  3:20 UTC  (2+ messages)

[-next] usb: gadget: udc: lpc32xx: fix return value check in lpc32xx_udc_probe()
 2019-05-04 12:17 UTC  (4+ messages)
` [PATCH -next] "

[1/2] dmaengine: fsl-edma: Fix typo in Vybrid name
 2019-05-04 10:21 UTC  (8+ messages)
` [PATCH 1/2] "
` usb: dwc2: gadget: Replace phyif with phy_utmi_width
  ` [PATCH] "
` [2/2] dmaengine: fsl-edma: Adjust indentation
  ` [PATCH 2/2] "

[6/6] usb: musb: Decrease URB starting latency in musb_advance_schedule()
 2019-05-04  9:38 UTC  (4+ messages)
      ` [PATCH 6/6] "

usbnet: ipheth: Remove unnecessary NULL pointer check
 2019-05-04  4:00 UTC  (3+ messages)
  ` [PATCH] "

[GIT PULL] USB changes for v5.2 merge window
 2019-05-03 16:06 UTC  (2+ messages)

[GIT PULL] USB-serial updates for 5.2-rc1
 2019-05-03 16:01 UTC  (2+ messages)

USB: serial: io_edgeport: fix up switch fall-through comments
 2019-05-03 15:46 UTC  (7+ messages)
  ` [PATCH] "

[PATCH v2 0/5] USB: dwc2: Allow wakeup from suspend; enable for rk3288-veyron
 2019-05-03 15:07 UTC  (15+ messages)
` [v2,1/5] usb: dwc2: bus suspend/resume for hosts with DWC2_POWER_DOWN_PARAM_NONE
            ` [PATCH v2 1/5] "

How do I tell a dual role PHY to always be host or peripheral?
 2019-05-03 14:46 UTC 

[v4,06/10] net: usb: support of_get_mac_address new ERR_PTR error
 2019-05-03 14:27 UTC  (2+ messages)
  ` [PATCH v4 06/10] "

[V2,4/8] dt-bindings: usb: Add NVIDIA Tegra XUSB device mode controller binding
 2019-05-03 14:30 UTC  (7+ messages)
      ` [PATCH V2 4/8] "
` [V2,7/8] usb: gadget: Add UDC driver for tegra XUSB device mode controller
    ` [PATCH V2 7/8] "

[v2] USB:serial:pl2303:Add new PID to support PL2303HXN (TYPE_HXN)
 2019-05-03  8:59 UTC  (11+ messages)
  ` [PATCH] [PATCH v2] "

[PATCH v1 00/14] usb: dwc2: Fix and improve power saving modes
 2019-05-03  8:13 UTC  (17+ messages)
` [v1,04/14] usb: dwc2: Fix suspend state in host mode for partial power down
              ` [PATCH v1 04/14] "
` [v1,08/14] usb: dwc2: Add default param to control power optimization
              ` [PATCH v1 08/14] "

[PATCH 00/14] usb: dwc2: Fix and improve power saving modes
 2019-05-03  8:11 UTC  (9+ messages)
` [01/14] usb: dwc2: Fix dwc2_restore_device_registers() function
              ` [PATCH 01/14] "

[v3,06/10] net: usb: support of_get_mac_address new ERR_PTR error
 2019-05-03  7:56 UTC  (2+ messages)
  ` [PATCH v3 06/10] "

[PATCH V5 0/9] Add USB3.0 and TI HD3SS3220 driver support
 2019-05-03  6:39 UTC  (6+ messages)
` [V5,4/9] dt-bindings: usb: renesas_usb3: Add renesas,usb-role-switch property
        ` [PATCH V5 4/9] "

not seeing console logs using usb serial
 2019-05-02 23:16 UTC  (2+ messages)

usbip: usbip_host: cleanup do_rebind() return path
 2019-05-02 19:47 UTC  (2+ messages)
` [PATCH] "

usbip: usbip_host: fix BUG: sleeping function called from invalid context
 2019-05-02 19:47 UTC  (2+ messages)
` [PATCH] "


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