Re: [git pull] PCI fixes

Previous thread: [PATCH] x86: coding style fixes to x86/kernel/cpu/cpufreq/cpufreq-nforce2.c by Paolo Ciarrocchi on Saturday, June 14, 2008 - 12:11 pm. (2 messages)

Next thread: none
From: Jesse Barnes
Date: Saturday, June 14, 2008 - 1:23 pm

Please pull the final (I hope!) fixes for 2.6.26:
git pull git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git for-linus

It's mainly a set of fixes I got from Ingo which have been soaking for
awhile, including the resourceN_wc API, which should have been pushed
upstream before now, but which has seen a lot of exposure in Ingo's
tree.  Shortlog, diffstat & diff below.

Note that to take advantage of the new resourceN_wc file in X you'll need
something like the patch I just posted to xorg@lists.freedesktop.org.

Also, since I pulled the changes from Ingo, there are two duplicates (Bertram
& Tony's patches) and a merge commit; hopefully they won't cause trouble.

Thanks,
Jesse

Bertram Felgenhauer (1):
      pci, x86: add workaround for bug in ASUS A7V600 BIOS (rev 1005)

Jesse Barnes (2):
      Merge branch 'pci-for-jesse' of git://git.kernel.org/.../x86/linux-2.6-tip into for-linus
      PCI: fixup write combine comment in pci_mmap_resource

Miquel van Smoorenburg (2):
      x86: pci-dma.c: use __GFP_NO_OOM instead of __GFP_NORETRY
      x86, pci-dma.c: don't always add __GFP_NORETRY to gfp

Pavel Machek (1):
      suspend-vs-iommu: prevent suspend if we could not resume

Tony Camuso (1):
      PCI: Correct last two HP entries in the bfsort whitelist

Yinghai Lu (1):
      PCI: use dev_to_node in pci_call_probe

venkatesh.pallipadi@intel.com (1):
      x86: PAT export resource_wc in pci sysfs

 Documentation/filesystems/sysfs-pci.txt |    1 
 arch/x86/kernel/pci-dma.c               |   14 +++--
 arch/x86/pci/common.c                   |    8 +--
 drivers/pci/pci-driver.c                |    2 
 drivers/pci/pci-sysfs.c                 |   85 +++++++++++++++++++++++---------
 include/linux/pci.h                     |    1 
 6 files changed, 79 insertions(+), 32 deletions(-)

From: Rafael J. Wysocki
Date: Saturday, June 14, 2008 - 1:29 pm

This has been merged already AFAICS, commit
cd76374e9de4501acc74f833dc6cb5e7a5dca115 .

Thanks,
Rafael
--

Previous thread: [PATCH] x86: coding style fixes to x86/kernel/cpu/cpufreq/cpufreq-nforce2.c by Paolo Ciarrocchi on Saturday, June 14, 2008 - 12:11 pm. (2 messages)

Next thread: none