All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] PCI fixes for v4.19
@ 2018-10-05 20:47 Bjorn Helgaas
  2018-10-05 23:31 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 5+ messages in thread
From: Bjorn Helgaas @ 2018-10-05 20:47 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
	Thomas Petazzoni, Jan Kundrát, Rafael J. Wysocki,
	Daniel Drake, Peter Wu

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

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

* Re: [GIT PULL] PCI fixes for v4.19
  2018-10-05 20:47 [GIT PULL] PCI fixes for v4.19 Bjorn Helgaas
@ 2018-10-05 23:31 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2018-10-05 23:31 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
	Thomas Petazzoni, Jan Kundrát, Rafael J. Wysocki,
	Daniel Drake, Peter Wu

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

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

* Re: [GIT PULL] PCI fixes for v4.19
  2018-09-27 19:31 Bjorn Helgaas
@ 2018-09-28 16:52 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2018-09-28 16:52 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
	Mika Westerberg, Peter Anemone, Jisheng Zhang, Russell Currey,
	Sam Bobroff

On Thu, Sep 27, 2018 at 02:31:54PM -0500, Bjorn Helgaas wrote:
> PCI fixes:
> 
>   - Fix ACPI hotplug issue that causes black screen crash at boot (Mika
>     Westerberg)
> 
>   - Fix DesignWare "scheduling while atomic" issues (Jisheng Zhang)
> 
>   - Add PPC contacts to MAINTAINERS for PCI core error handling (Bjorn
>     Helgaas)
> 
>   - Sort Mobiveil MAINTAINERS entry (Lorenzo Pieralisi)
> 
> 
> The following changes since commit 7876320f88802b22d4e2daf7eb027dd14175a0f8:
> 
>   Linux 4.19-rc4 (2018-09-16 11:52:37 -0700)
> 
> 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-2

Now pulled, thanks.

greg k-h

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

* [GIT PULL] PCI fixes for v4.19
@ 2018-09-27 19:31 Bjorn Helgaas
  2018-09-28 16:52 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 5+ messages in thread
From: Bjorn Helgaas @ 2018-09-27 19:31 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
	Mika Westerberg, Peter Anemone, Jisheng Zhang, Russell Currey,
	Sam Bobroff

PCI fixes:

  - Fix ACPI hotplug issue that causes black screen crash at boot (Mika
    Westerberg)

  - Fix DesignWare "scheduling while atomic" issues (Jisheng Zhang)

  - Add PPC contacts to MAINTAINERS for PCI core error handling (Bjorn
    Helgaas)

  - Sort Mobiveil MAINTAINERS entry (Lorenzo Pieralisi)


The following changes since commit 7876320f88802b22d4e2daf7eb027dd14175a0f8:

  Linux 4.19-rc4 (2018-09-16 11:52:37 -0700)

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-2

for you to fetch changes up to f188b99f0b2d33794b4af8a225f95d1e968c0a3f:

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

----------------------------------------------------------------
pci-v4.19-fixes-2

----------------------------------------------------------------
Bjorn Helgaas (1):
      MAINTAINERS: Update PPC contacts for PCI core error handling

Jisheng Zhang (1):
      PCI: dwc: Fix scheduling while atomic issues

Lorenzo Pieralisi (1):
      MAINTAINERS: Move mobiveil PCI driver entry where it belongs

Mika Westerberg (1):
      ACPI / hotplug / PCI: Don't scan for non-hotplug bridges if slot is not bridge

 MAINTAINERS                                  | 20 +++++++++++++-------
 drivers/pci/controller/dwc/pcie-designware.c |  8 ++++----
 drivers/pci/controller/dwc/pcie-designware.h |  3 +--
 drivers/pci/hotplug/acpiphp_glue.c           | 11 ++++++-----
 4 files changed, 24 insertions(+), 18 deletions(-)

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

* [GIT PULL] PCI fixes for v4.19
@ 2018-09-13  3:31 Bjorn Helgaas
  0 siblings, 0 replies; 5+ messages in thread
From: Bjorn Helgaas @ 2018-09-13  3:31 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi, Felix Kuehling,
	Dennis Dalessandro, Keith Busch, Gustavo A. R. Silva,
	Mika Westerberg, Joao Pinto, Gustavo Pimentel, Tyrel Datwyler

PCI fixes:

  - Add Tyrel Datwyler as maintainer for PPC64 RPA hotplug (Tyrel Datwyler)

  - Add Gustavo Pimentel as DesignWare PCI maintainer (Joao Pinto)

  - Fix a Switchtec Spectre v1 vulnerability (Gustavo A. R. Silva)

  - Revert an unnecessary Intel 300 ACS quirk (Mika Westerberg)

  - Fix pciehp hot-add/powerfault detection that left indicators in wrong
    state (Keith Busch)

  - Fix pci_reset_bus() logic error (Dennis Dalessandro)

  - Revert IB/hfi1 PCI reset change that caused a deadlock (Dennis
    Dalessandro)

  - Allow enabling PASID on Root Complex Integrated Endpoints (Felix
    Kuehling)


The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

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-1

for you to fetch changes up to 9d27e39d309c93025ae6aa97236af15bef2a5f1f:

  PCI: Fix enabling of PASID on RC integrated endpoints (2018-09-11 21:46:49 -0500)

----------------------------------------------------------------
pci-v4.19-fixes-1

----------------------------------------------------------------
Dennis Dalessandro (2):
      PCI: Fix faulty logic in pci_reset_bus()
      IB/hfi1,PCI: Allow bus reset while probing

Felix Kuehling (1):
      PCI: Fix enabling of PASID on RC integrated endpoints

Gustavo A. R. Silva (1):
      switchtec: Fix Spectre v1 vulnerability

Joao Pinto (1):
      MAINTAINERS: Add Gustavo Pimentel as DesignWare PCI maintainer

Keith Busch (1):
      PCI: pciehp: Fix hot-add vs powerfault detection order

Mika Westerberg (1):
      Revert "PCI: Add ACS quirk for Intel 300 series"

Tyrel Datwyler (1):
      MAINTAINERS: Add entries for PPC64 RPA PCI hotplug drivers

 MAINTAINERS                       | 16 +++++++++++++++-
 drivers/infiniband/hw/hfi1/pcie.c | 11 ++++-------
 drivers/pci/hotplug/pciehp_hpc.c  | 18 +++++++++---------
 drivers/pci/pci.c                 |  3 ++-
 drivers/pci/probe.c               |  5 ++++-
 drivers/pci/quirks.c              |  6 ------
 drivers/pci/switch/switchtec.c    |  4 ++++
 include/linux/pci.h               |  3 +++
 8 files changed, 41 insertions(+), 25 deletions(-)

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

end of thread, other threads:[~2018-10-05 23:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-05 20:47 [GIT PULL] PCI fixes for v4.19 Bjorn Helgaas
2018-10-05 23:31 ` Greg Kroah-Hartman
  -- strict thread matches above, loose matches on Subject: below --
2018-09-27 19:31 Bjorn Helgaas
2018-09-28 16:52 ` Greg Kroah-Hartman
2018-09-13  3:31 Bjorn Helgaas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.