[PATCH 0/8] xhci fixes for usb-linus

2017-09-18 Thread Mathias Nyman
Hi Greg

Some small but important xhci fixes for usb-linus.
A few vendor specific fixes, some USB 3.1 related issues
related to resume and showing correct 10Gbps speed and
other small fixes

-Mathias

Adam Wallis (1):
  usb: host: xhci-plat: allow sysdev to inherit from ACPI

Jim Dickerson (1):
  usb: pci-quirks.c: Corrected timeout values used in handshake

Kai-Heng Feng (1):
  Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts"

Lu Baolu (1):
  usb: xhci: Free the right ring in xhci_add_endpoint()

Mathias Nyman (4):
  xhci: fix finding correct bus_state structure for USB 3.1 hosts
  xhci: fix wrong endpoint ESIT value shown in tracing
  xhci: Fix sleeping with spin_lock_irq() held in ASmedia 1042A
workaround
  xhci: set missing SuperSpeedPlus Link Protocol bit in roothub
descriptor

 drivers/usb/host/pci-quirks.c | 10 +-
 drivers/usb/host/xhci-hub.c   | 14 ++
 drivers/usb/host/xhci-pci.c   | 12 
 drivers/usb/host/xhci-plat.c  | 16 ++--
 drivers/usb/host/xhci.c   |  3 ++-
 drivers/usb/host/xhci.h   | 10 ++
 6 files changed, 33 insertions(+), 32 deletions(-)

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/8] xhci fixes for usb-linus

2017-05-17 Thread Mathias Nyman
Hi Greg

A bunch of smaller fixes for usb-linus this time, including among others
a lock inversion fix by Alan.

-Mathias

Alan Stern (1):
  USB: xhci: fix lock-inversion problem

Mathias Nyman (3):
  usb: xhci: trace URB before giving it back instead of after
  xhci: apply PME_STUCK_QUIRK and MISSING_CAS quirk for Denverton
  xhci: Fix command ring stop regression in 4.11

Matthias Lange (1):
  xhci: remove GFP_DMA flag from allocation

Peter Chen (2):
  usb: host: xhci-mem: allocate zeroed Scratchpad Buffer
  usb: host: xhci-ring: don't need to clear interrupt pending for MSI
enabled hcd

Thomas Petazzoni (1):
  usb: host: xhci-plat: propagate return value of platform_get_irq()

 drivers/usb/host/xhci-hub.c  |  2 +-
 drivers/usb/host/xhci-mem.c  |  4 ++--
 drivers/usb/host/xhci-pci.c  |  7 +--
 drivers/usb/host/xhci-plat.c |  2 +-
 drivers/usb/host/xhci-ring.c | 20 +---
 drivers/usb/host/xhci.c  | 13 +++--
 include/linux/usb/hcd.h  |  1 +
 7 files changed, 26 insertions(+), 23 deletions(-)

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html