2013-05-23 20:09:36

by Bjorn Helgaas

[permalink] [raw]
Subject: [GIT PULL] PCI updates for v3.10

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


2013-06-06 17:38:26

by Bjorn Helgaas

[permalink] [raw]
Subject: Re: [GIT PULL] PCI updates for v3.10

[+cc linux-pci, linux-kernel]

On Thu, Jun 6, 2013 at 11:34 AM, Bjorn Helgaas <[email protected]> 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(-)