linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] PCI updates for v3.10
@ 2013-05-09 16:46 Bjorn Helgaas
  0 siblings, 0 replies; 3+ messages in thread
From: Bjorn Helgaas @ 2013-05-09 16:46 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Yinghai Lu, Bin Gao, Dan Carpenter

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] PCI updates for v3.10
@ 2013-05-23 20:09 Bjorn Helgaas
  0 siblings, 0 replies; 3+ messages in thread
From: Bjorn Helgaas @ 2013-05-23 20:09 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Yinghai Lu, Bin Gao, Andy Shevchenko

Hi Linus,

Here are some more fixes for v3.10.  The Moorestown update broke Intel
Medfield devices, so I reverted it.  The acpiphp change fixes a regression:
we broke hotplug notifications to host bridges when we split acpiphp into
the host-bridge related part and the endpoint-related part.

Bjorn


The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:

  Linux 3.10-rc1 (2013-05-11 17:14:08 -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-2

for you to fetch changes up to f3f011750a18abc389ef1b0d504fbeeacf641919:

  Revert "x86/pci/mrst: Use configuration mechanism 1 for 00:00.0, 00:02.0, 00:03.0" (2013-05-20 10:20:21 -0600)

----------------------------------------------------------------
PCI updates for v3.10:

  Moorestown
      Revert "x86/pci/mrst: Use configuration mechanism 1 for 00:00.0, 00:02.0, 00:03.0"
  Hotplug
      PCI: acpiphp: Re-enumerate devices when host bridge receives Bus Check

----------------------------------------------------------------
Bjorn Helgaas (1):
      Revert "x86/pci/mrst: Use configuration mechanism 1 for 00:00.0, 00:02.0, 00:03.0"

Yinghai Lu (1):
      PCI: acpiphp: Re-enumerate devices when host bridge receives Bus Check

 arch/x86/pci/mrst.c                | 10 ++++------
 drivers/acpi/pci_root.c            |  4 +++-
 drivers/pci/hotplug/acpiphp_glue.c | 14 ++++++++++++++
 include/linux/pci-acpi.h           |  2 ++
 4 files changed, 23 insertions(+), 7 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] PCI updates for v3.10
       [not found] <20130606173419.GA8186@google.com>
@ 2013-06-06 17:38 ` Bjorn Helgaas
  0 siblings, 0 replies; 3+ messages in thread
From: Bjorn Helgaas @ 2013-06-06 17:38 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Matt Fleming, Matthew Garrett, linux-pci@vger.kernel.org,
	linux-kernel@vger.kernel.org

[+cc linux-pci, linux-kernel]

On Thu, Jun 6, 2013 at 11:34 AM, Bjorn Helgaas <bhelgaas@google.com> wrote:
> Hi Linus,
>
> Here's another fix for v3.10.  This fixes a crash when booting a 32-bit
> kernel via the EFI boot stub.
>
> Bjorn
>
>
> The following changes since commit f3f011750a18abc389ef1b0d504fbeeacf641919:
>
>   Revert "x86/pci/mrst: Use configuration mechanism 1 for 00:00.0, 00:02.0, 00:03.0" (2013-05-20 10:20:21 -0600)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v3.10-fixes-3
>
> for you to fetch changes up to 65694c5aaddfedd9da082e4e150cafc6b3fc8a6a:
>
>   x86/PCI: Map PCI setup data with ioremap() so it can be in highmem (2013-06-05 10:50:04 -0600)
>
> ----------------------------------------------------------------
> PCI update for v3.10:
>
>   PCI ROM from EFI
>       x86/PCI: Map PCI setup data with ioremap() so it can be in highmem
>
> ----------------------------------------------------------------
> Matt Fleming (1):
>       x86/PCI: Map PCI setup data with ioremap() so it can be in highmem
>
>  arch/x86/pci/common.c | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-06-06 17:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-23 20:09 [GIT PULL] PCI updates for v3.10 Bjorn Helgaas
     [not found] <20130606173419.GA8186@google.com>
2013-06-06 17:38 ` Bjorn Helgaas
  -- strict thread matches above, loose matches on Subject: below --
2013-05-09 16:46 Bjorn Helgaas

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