All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Helgaas <bhelgaas@google.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org,
	Lucas Stach <l.stach@pengutronix.de>,
	Richard Zhu <Richard.Zhu@freescale.com>,
	Yinghai Lu <yinghai@kernel.org>,
	Marek Kordik <kordikmarek@gmail.com>,
	Alex Williamson <alex.williamson@redhat.com>,
	Andreas Hartmann <andihartmann@freenet.de>,
	zermond@gmail.com, David Airlie <airlied@linux.ie>,
	Alex Deucher <alexander.deucher@amd.com>
Subject: [GIT PULL] PCI fixes for v3.19
Date: Fri, 23 Jan 2015 14:31:45 -0600	[thread overview]
Message-ID: <20150123203145.GA6691@google.com> (raw)

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

             reply	other threads:[~2015-01-23 20:31 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-23 20:31 Bjorn Helgaas [this message]
2015-01-26 19:58 ` [GIT PULL] PCI fixes for v3.19 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150123203145.GA6691@google.com \
    --to=bhelgaas@google.com \
    --cc=Richard.Zhu@freescale.com \
    --cc=airlied@linux.ie \
    --cc=alex.williamson@redhat.com \
    --cc=alexander.deucher@amd.com \
    --cc=andihartmann@freenet.de \
    --cc=kordikmarek@gmail.com \
    --cc=l.stach@pengutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=yinghai@kernel.org \
    --cc=zermond@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.