All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] PCI fixes for v3.19
@ 2015-01-23 20:31 Bjorn Helgaas
  2015-01-26 19:58 ` Tony Luck
  0 siblings, 1 reply; 17+ messages in thread
From: Bjorn Helgaas @ 2015-01-23 20:31 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lucas Stach, Richard Zhu, Yinghai Lu,
	Marek Kordik, Alex Williamson, Andreas Hartmann, zermond,
	David Airlie, Alex Deucher

Hi Linus,

These are fixes for:

  - A resource management problem that causes a Radeon "Fatal error during
    GPU init" on machines where the BIOS programmed an invalid Root Port
    window.  This was a regression in v3.16.

  - An Atheros AR93xx device that doesn't handle PCI bus resets correctly.
    This was a regression in v3.14.

  - An out-of-date email address.

Bjorn


The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v3.19-fixes-1

for you to fetch changes up to f175aa2c9f6cc08f043e85ea37f44ef3676cbac1:

  MAINTAINERS: Update Richard Zhu's email address (2015-01-22 13:40:59 -0600)

----------------------------------------------------------------
PCI updates for v3.19:

  Resource management
    - Clip bridge windows to fit in upstream windows (Yinghai Lu)

  Virtualization
    - Mark Atheros AR93xx to avoid using bus reset (Alex Williamson)

  Miscellaneous
    - Update Richard Zhu's email address (Lucas Stach)

----------------------------------------------------------------
Alex Williamson (2):
      PCI: Add flag for devices where we can't use bus reset
      PCI: Mark Atheros AR93xx to avoid bus reset

Lucas Stach (1):
      MAINTAINERS: Update Richard Zhu's email address

Yinghai Lu (12):
      PCI: Pass bridge device, not bus, when updating bridge windows
      PCI: Add pci_bus_clip_resource() to clip to fit upstream window
      PCI: Add pci_claim_bridge_resource() to clip window if necessary
      x86/PCI: Clip bridge windows to fit in upstream windows
      alpha/PCI: Clip bridge windows to fit in upstream windows
      frv/PCI: Clip bridge windows to fit in upstream windows
      ia64/PCI: Clip bridge windows to fit in upstream windows
      microblaze/PCI: Clip bridge windows to fit in upstream windows
      mn10300/PCI: Clip bridge windows to fit in upstream windows
      parisc/PCI: Clip bridge windows to fit in upstream windows
      powerpc/PCI: Clip bridge windows to fit in upstream windows
      sparc/PCI: Clip bridge windows to fit in upstream windows

 MAINTAINERS                             |  2 +-
 arch/alpha/kernel/pci.c                 |  8 +++--
 arch/frv/mb93090-mb00/pci-frv.c         |  2 +-
 arch/ia64/pci/pci.c                     | 48 +++++++++++++---------------
 arch/microblaze/pci/pci-common.c        | 13 +++++++-
 arch/mn10300/unit-asb2305/pci-asb2305.c |  2 +-
 arch/mn10300/unit-asb2305/pci.c         | 47 +++++++++++++--------------
 arch/powerpc/kernel/pci-common.c        | 12 ++++++-
 arch/sparc/kernel/pci.c                 |  5 ++-
 arch/x86/pci/i386.c                     |  2 +-
 drivers/parisc/lba_pci.c                |  5 ++-
 drivers/pci/bus.c                       | 43 +++++++++++++++++++++++++
 drivers/pci/pci.c                       | 40 ++++++++++++++++++++---
 drivers/pci/pci.h                       |  1 +
 drivers/pci/quirks.c                    | 14 +++++++++
 drivers/pci/setup-bus.c                 | 56 ++++++++++++++++++++++++++-------
 include/linux/pci.h                     |  3 ++
 17 files changed, 222 insertions(+), 81 deletions(-)

^ permalink raw reply	[flat|nested] 17+ messages in thread
[parent not found: <20150204191831.GA13785@google.com>]

end of thread, other threads:[~2015-02-11 16:48 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-23 20:31 [GIT PULL] PCI fixes for v3.19 Bjorn Helgaas
2015-01-26 19:58 ` Tony Luck
2015-01-26 21:02   ` Bjorn Helgaas
2015-01-26 21:24     ` Tony Luck
2015-01-26 23:53       ` Bjorn Helgaas
2015-01-27  3:55         ` Yinghai Lu
2015-01-27 14:03           ` Bjorn Helgaas
2015-01-27 23:27             ` Tony Luck
2015-01-27  3:43       ` Yinghai Lu
2015-01-27 23:24         ` Tony Luck
2015-01-28  0:54           ` Yinghai Lu
2015-01-30 16:56             ` Bjorn Helgaas
2015-01-30 18:01               ` Tony Luck
2015-01-30 18:18                 ` Bjorn Helgaas
2015-01-30 21:49               ` Yinghai Lu
2015-01-30 22:12                 ` Bjorn Helgaas
     [not found] <20150204191831.GA13785@google.com>
2015-02-11 16:48 ` 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.