All of lore.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 and PCI Hotplug fixes for 2.6.17-rc1
Date: Fri, 14 Apr 2006 13:00:45 -0700	[thread overview]
Message-ID: <20060414200045.GA5626@kroah.com> (raw)

Here are some PCI and PCI Hotplug fixes against your latest git tree.
They have all been in the -mm tree for a while with no problems.

They do the following:
	- fix bug of MSI config values not being saved and restored
	  properly accross suspend/resume.
	- documentation update for the DMA api.
	- other minor bugfixes and id updates.

Please pull from:
	rsync://rsync.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



 Documentation/DMA-API.txt         |   49 ++++++--
 Documentation/DMA-mapping.txt     |   22 ++-
 arch/i386/pci/irq.c               |    3 
 drivers/pci/hotplug/rpaphp_core.c |    3 
 drivers/pci/msi.c                 |  227 +++++++++++++++++++++++++++++++++-----
 drivers/pci/pci.c                 |    6 +
 drivers/pci/pci.h                 |   11 +
 drivers/pci/quirks.c              |    4 
 include/linux/pci.h               |   33 +++++
 include/linux/pci_ids.h           |    3 
 include/linux/pm_legacy.h         |    7 -
 kernel/power/pm.c                 |   20 ---
 12 files changed, 308 insertions(+), 80 deletions(-)

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

Adrian Bunk:
      remove kernel/power/pm.c:pm_unregister()

David Brownell:
      dma doc updates

Grzegorz Janoszka:
      arch/i386/pci/irq.c - new VIA chipsets (fwd)

Jean Delvare:
      PCI: Add PCI quirk for SMBus on the Asus A6VA notebook

John Rose:
      PCI: rpaphp: remove init error condition

John W. Linville:
      pci_ids.h: correct naming of 1022:7450 (AMD 8131 Bridge)

Roland Dreier:
      PCI: fix sparse warning about pci_bus_flags

Shaohua Li:
      PCI: MSI(X) save/restore for suspend/resume


                 reply	other threads:[~2006-04-14 20:01 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=20060414200045.GA5626@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 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.