mbox series

[GIT,PULL] PCI fixes for v4.19

Message ID 20181005204730.GA136037@bhelgaas-glaptop.roam.corp.google.com
State Not Applicable
Headers show
Series [GIT,PULL] PCI fixes for v4.19 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.19-fixes-3

Message

Bjorn Helgaas Oct. 5, 2018, 8:47 p.m. UTC
PCI fixes:

  - Reprogram bridge prefetch registers to fix NVIDIA and Radeon issues
    after suspend/resume (Daniel Drake)

  - Fix mvebu I/O mapping creation sequence (Thomas Petazzoni)

  - Fix minor MAINTAINERS file match issue (Bjorn Helgaas)


The following changes since commit f188b99f0b2d33794b4af8a225f95d1e968c0a3f:

  ACPI / hotplug / PCI: Don't scan for non-hotplug bridges if slot is not bridge (2018-09-26 15:39:28 -0500)

are available in the Git repository at:
 
  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.19-fixes-3

for you to fetch changes up to 95375f2ab2960c135484d83ea9f8f357cb1be26a:

  PCI: mvebu: Fix PCI I/O mapping creation sequence (2018-10-01 15:42:09 -0500)

----------------------------------------------------------------
pci-v4.19-fixes-3

----------------------------------------------------------------
Bjorn Helgaas (1):
      MAINTAINERS: Remove obsolete drivers/pci pattern from ACPI section

Daniel Drake (1):
      PCI: Reprogram bridge prefetch registers on resume

Thomas Petazzoni (1):
      PCI: mvebu: Fix PCI I/O mapping creation sequence

 MAINTAINERS                        |  1 -
 drivers/pci/controller/pci-mvebu.c | 52 +++++++++++++++++++++++++++++++++++---
 drivers/pci/pci.c                  | 27 ++++++++++++++------
 3 files changed, 67 insertions(+), 13 deletions(-)

Comments

Greg Kroah-Hartman Oct. 5, 2018, 11:31 p.m. UTC | #1
On Fri, Oct 05, 2018 at 03:47:30PM -0500, Bjorn Helgaas wrote:
> PCI fixes:
> 
>   - Reprogram bridge prefetch registers to fix NVIDIA and Radeon issues
>     after suspend/resume (Daniel Drake)
> 
>   - Fix mvebu I/O mapping creation sequence (Thomas Petazzoni)
> 
>   - Fix minor MAINTAINERS file match issue (Bjorn Helgaas)
> 

Now merged, thanks.

greg k-h