public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, linux-pci@atrey.karlin.mff.cuni.cz
Subject: [GIT PATCH] PCI fixes for 2.6.17-rc6
Date: Sun, 11 Jun 2006 14:06:34 -0700	[thread overview]
Message-ID: <20060611210634.GA13580@kroah.com> (raw)

Here are some small PCI fixes against your latest git tree.  They have
all been in the -mm tree for a while with no problems and do the following:
	- restore the pci config space in reverse order, fixing a number
	  of different systems on resume.
	- properly pass up errors on pci resume to the driver core so it
	  knows about it.
	- fix building the pci express hotplug driver on non-acpi
	  systems (like PPC64).

Please pull from:
	git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6.git/
or if master.kernel.org hasn't synced up yet:
	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6.git/

The full patches will be sent to the linux-pci mailing list, if anyone
wants to see them.

thanks,

greg k-h

 drivers/pci/pci-driver.c |   13 ++++++++-----
 drivers/pci/pci.c        |   18 ++++++++++++++++--
 include/linux/pci-acpi.h |    2 +-
 3 files changed, 25 insertions(+), 8 deletions(-)

---------------

Andrew Morton:
      PCI: fix pciehp compile issue when CONFIG_ACPI is not enabled

Dave Jones:
      PCI: Improve PCI config space writeback

Jean Delvare:
      PCI: Error handling on PCI device resume

Yu, Luming:
      PCI: reverse pci config space restore order


                 reply	other threads:[~2006-06-11 21:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20060611210634.GA13580@kroah.com \
    --to=gregkh@suse.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@atrey.karlin.mff.cuni.cz \
    --cc=torvalds@osdl.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox