[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1399566363-25837-1-git-send-email-mathias.nyman@linux.intel.com>
Date: Thu, 8 May 2014 19:25:53 +0300
From: Mathias Nyman <mathias.nyman@...ux.intel.com>
To: <gregkh@...uxfoundation.org>
Cc: <linux-usb@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<sarah.a.sharp@...ux.intel.com>,
Mathias Nyman <mathias.nyman@...ux.intel.com>
Subject: [PATCH 00/10] xhci: features for usb-next
Hi Greg
These following xhci patches are for usb-next and hopefully for 3.16
This patcheseries includes a bigger change in xhci command queue code,
(last four patches), a task that I've been working on for a longer time.
Sarah gave green light for v5 before she went on her sabbatical.
http://marc.info/?l=linux-usb&m=139889908701592&w=2
-Mathias
Alexander Gordeev (1):
xhci: Use pci_enable_msix_exact() instead of pci_enable_msix()
Dan Williams (2):
xhci: 'noxhci_port_switch' kernel parameter
usb: catch attempts to submit urbs with a vmalloc'd transfer buffer
Fabio Estevam (1):
usb: xhci: Use IS_ENABLED() macro
Lin Wang (1):
xhci: fix wrong port number reported when setting USB2.0 hardware LPM.
Mathias Nyman (4):
xhci: Use command structures when queuing commands on the command ring
xhci: Add a global command queue
xhci: Use completion and status in global command queue
xhci: rework command timeout and cancellation,
Sarah Sharp (1):
xhci: Report max device limit when Enable Slot command fails.
Documentation/kernel-parameters.txt | 3 +
drivers/usb/core/hcd.c | 3 +
drivers/usb/host/pci-quirks.c | 15 +-
drivers/usb/host/xhci-hub.c | 43 ++-
drivers/usb/host/xhci-mem.c | 17 +-
drivers/usb/host/xhci-ring.c | 587 ++++++++++++++----------------------
drivers/usb/host/xhci.c | 271 +++++++++--------
drivers/usb/host/xhci.h | 47 +--
8 files changed, 440 insertions(+), 546 deletions(-)
--
1.8.3.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists