From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ia0-f172.google.com ([209.85.210.172]:63625 "EHLO mail-ia0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751022Ab3EIQql (ORCPT ); Thu, 9 May 2013 12:46:41 -0400 Received: by mail-ia0-f172.google.com with SMTP id i20so3517918ian.3 for ; Thu, 09 May 2013 09:46:40 -0700 (PDT) Date: Thu, 9 May 2013 10:46:37 -0600 From: Bjorn Helgaas To: Linus Torvalds Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Yinghai Lu , Bin Gao , Dan Carpenter Subject: [GIT PULL] PCI updates for v3.10 Message-ID: <20130509164637.GA12508@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-pci-owner@vger.kernel.org List-ID: Hi Linus, Here are some fixes for v3.10. They're fairly minor but do fix user-visible issues. Bjorn The following changes since commit ab86e974f04b1cd827a9c7c35273834ebcd9ab38: Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2013-04-30 08:15:40 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v3.10-fixes-1 for you to fetch changes up to e253aaf0af51c1e4dc7dd3b26ea8e666bf9a2d8d: PCI: Delay final fixups until resources are assigned (2013-05-07 14:35:44 -0600) ---------------------------------------------------------------- PCI updates for v3.10: MSI PCI: Set ->mask_pos correctly Hotplug PCI: Delay final fixups until resources are assigned Moorestown x86/pci/mrst: Use configuration mechanism 1 for 00:00.0, 00:02.0, 00:03.0 ---------------------------------------------------------------- Bin Gao (1): x86/pci/mrst: Use configuration mechanism 1 for 00:00.0, 00:02.0, 00:03.0 Dan Carpenter (1): PCI: Set ->mask_pos correctly Yinghai Lu (1): PCI: Delay final fixups until resources are assigned arch/x86/pci/mrst.c | 10 ++++++---- drivers/pci/bus.c | 1 + drivers/pci/msi.c | 6 ++++-- drivers/pci/probe.c | 1 - 4 files changed, 11 insertions(+), 7 deletions(-)