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,
	"Bruno Prémont" <bonbons@linux-vserver.org>,
	"Alex Deucher" <alexander.deucher@amd.com>,
	"Dave Airlie" <airlied@redhat.com>,
	"Rajat Jain" <rajatxjain@gmail.com>,
	"Lucas Stach" <l.stach@pengutronix.de>,
	"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
Subject: [GIT PULL] PCI fixes for v3.17
Date: Fri, 19 Sep 2014 10:45:18 -0600	[thread overview]
Message-ID: <20140919164518.GA19374@google.com> (raw)

Hi Linus,

These fix:

  - Boot video device detection on dual-GPU Apple systems
  - Hotplug fiascos on VGA switcheroo with radeon & nouveau drivers
  - Boot hang on Freescale i.MX6 systems
  - Excessive "no hotplug settings from platform" warnings

Bjorn



The following changes since commit 52addcf9d6669fa439387610bc65c92fa0980cef:

  Linux 3.17-rc2 (2014-08-25 15:36:20 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v3.17-fixes-2

for you to fetch changes up to 649ae75286793304130e747efa7d1a88daaf7e2e:

  Merge branch 'pci/vga'; commit '6a73336bde29' into for-linus (2014-09-18 23:05:06 -0600)

----------------------------------------------------------------
PCI updates for v3.17:

  Enumeration
    - Don't default exclusively to first video device (Bruno Prémont)

  PCI device hotplug
    - Remove "no hotplug settings from platform" warning (Bjorn Helgaas)
    - Add pci_ignore_hotplug() for VGA switcheroo (Bjorn Helgaas)

  Freescale i.MX6
    - Put LTSSM in "Detect" state before disabling (Lucas Stach)

----------------------------------------------------------------
Bjorn Helgaas (6):
      Merge branch 'pci/host-imx6' into for-linus
      PCI: Add pci_ignore_hotplug() to ignore hotplug events for a device
      PCI: Remove "no hotplug settings from platform" warning
      ACPIPHP / radeon / nouveau: Remove acpi_bus_no_hotplug()
      Merge branch 'pci/hotplug-vga' into for-linus
      Merge branch 'pci/vga'; commit '6a73336bde29' into for-linus

Bruno Prémont (2):
      vgaarb: Don't default exclusively to first video device with mem+io
      vgaarb: Drop obsolete #ifndef

Lucas Stach (2):
      MAINTAINERS: Add Lucas Stach as co-maintainer for i.MX6 PCI driver
      PCI: imx6: Put LTSSM in "Detect" state before disabling it

 MAINTAINERS                                  |  2 +-
 arch/ia64/pci/fixup.c                        | 24 +--------------
 arch/x86/pci/fixup.c                         | 24 +--------------
 drivers/acpi/bus.c                           | 10 ------
 drivers/gpu/drm/nouveau/nouveau_acpi.c       | 16 ++--------
 drivers/gpu/drm/nouveau/nouveau_drm.c        |  1 +
 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 16 ++--------
 drivers/gpu/drm/radeon/radeon_drv.c          |  1 +
 drivers/gpu/vga/vgaarb.c                     | 46 ++++++++++++++++++++++------
 drivers/pci/host/pci-imx6.c                  | 38 +++++++++++++++++++++++
 drivers/pci/hotplug/acpiphp_glue.c           | 16 ++++------
 drivers/pci/hotplug/pciehp_hpc.c             | 12 ++++++++
 drivers/pci/hotplug/pcihp_slot.c             |  6 +---
 include/acpi/acpi_bus.h                      |  4 +--
 include/linux/pci.h                          |  6 ++++
 include/linux/vgaarb.h                       |  2 --
 16 files changed, 110 insertions(+), 114 deletions(-)

             reply	other threads:[~2014-09-19 16:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-19 16:45 Bjorn Helgaas [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-09-24 16:06 [GIT PULL] PCI fixes for v3.17 Bjorn Helgaas
2014-09-02 17:58 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=20140919164518.GA19374@google.com \
    --to=bhelgaas@google.com \
    --cc=airlied@redhat.com \
    --cc=alexander.deucher@amd.com \
    --cc=bonbons@linux-vserver.org \
    --cc=l.stach@pengutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=rafael.j.wysocki@intel.com \
    --cc=rajatxjain@gmail.com \
    --cc=torvalds@linux-foundation.org \
    /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.