Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753047AbaDYQJT (ORCPT ); Fri, 25 Apr 2014 12:09:19 -0400 Received: from mga02.intel.com ([134.134.136.20]:29604 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751892AbaDYQJR (ORCPT ); Fri, 25 Apr 2014 12:09:17 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,927,1389772800"; d="scan'208";a="519794170" From: Mathias Nyman To: Cc: , , , Mathias Nyman Subject: [PATCH v2 0/4] xhci: fixes for 3.15-rc usb-linus Date: Fri, 25 Apr 2014 19:20:12 +0300 Message-Id: <1398442816-32538-1-git-send-email-mathias.nyman@linux.intel.com> X-Mailer: git-send-email 1.8.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg Second try at this xhci fixes series for 3.15-rc usb-linus. Most of them are very small fixes that didn't make it to 3.14, sitting and waiting for 3.15-rc1 to come out. Only the "Prefer endpoint context.." patch by Julius has a bit more content. These patches are picked together with Sarah, they are tested on top of 3.15-rc1, and apply on your current usb-linus branch changes since v1: Drop "xhci: Use pci_enable_msix_exact() instead of pci_enable_msix()" from this fixes series, and move to for-usb-next (3.16) instead Add proper stable tags and information to commit messages -Mathias David Cohen (1): usb/xhci: fix compilation warning when !CONFIG_PCI && !CONFIG_PM Denis Turischev (1): xhci: Switch Intel Lynx Point ports to EHCI on shutdown. Igor Gnatenko (1): xhci: extend quirk for Renesas cards Julius Werner (1): usb: xhci: Prefer endpoint context dequeue pointer over stopped_trb drivers/usb/host/xhci-pci.c | 6 ++-- drivers/usb/host/xhci-ring.c | 67 ++++++++++++++++++++------------------------ drivers/usb/host/xhci.c | 7 ++--- drivers/usb/host/xhci.h | 2 -- 4 files changed, 37 insertions(+), 45 deletions(-) -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/