From: Jesse Barnes <jbarnes@virtuousgeek.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel Development <linux-kernel@vger.kernel.org>,
linux-pci@vger.kernel.org
Subject: [git pull] PCI pull request #2 for 2.6.28
Date: Wed, 22 Oct 2008 17:14:18 -0700 [thread overview]
Message-ID: <200810221714.18723.jbarnes@virtuousgeek.org> (raw)
Please pull my linux-next branch:
git pull git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git linux-next
A few more bits for 2.6.28, mainly hotplug related stuff so the risk should be
pretty low. There are a few good fixes in here though too: a build fix for
some architectures due to the new ioremap_nocache usage in pci.h and a fix for
a refcounting bug.
Thanks,
Jesse
Alex Chiang (16):
PCI Hotplug core: add 'name' param pci_hp_register interface
PCI: rename pci_update_slot_number to pci_renumber_slot
PCI: update pci_create_slot() to take a 'hotplug' param
PCI: prevent duplicate slot names
PCI: acpiphp: remove 'name' parameter
PCI: cpci_hotplug: stop managing hotplug_slot->name
PCI: cpqphp: stop managing hotplug_slot->name
PCI, PCI Hotplug: introduce slot_name helpers
PCI: fakephp: remove 'name' parameter
PCI: ibmphp: stop managing hotplug_slot->name
PCI: pciehp: remove 'name' parameter
PCI: rpaphp: kmalloc/kfree slot->name directly
PCI: SGI Hotplug: stop managing bss_hotplug_slot->name
PCI: shcphp: remove 'name' parameter
PCI: Hotplug core: remove 'name'
PCI Hotplug: fakephp: add duplicate slot name debugging
Benjamin Herrenschmidt (1):
PCI: Workaround invalid P2P bridge bus numbers
Geert Uytterhoeven (1):
PCI: PCI_QUIRKS depends on PCI
Jesse Barnes (2):
PCI: include io.h in pci.h so that ioremap_nocache is defined
Remove PCI hotplug core MAINTAINERS entry
Julia Lawall (1):
PCI hotplug: fix logic in Compaq hotplug controller bus speed setup
Kenji Kaneshige (3):
PCI Hotplug: serialize pci_hp_register and pci_hp_deregister
PCI hotplug: pciehp: fix possible memory leak in pcie_init
PCI hotplug: pciehp: poll data link layer link active
Matthew Wilcox (1):
PCI: Fix reference counting bug
Sheng Yang (1):
PCI: add support for function level reset
Stephen Rothwell (1):
PCI: don't export linux/io.h from pci.h
Taku Izumi (5):
ACPI/PCI: Fix possible race condition on _OSC evaluation
ACPI/PCI: Change pci_osc_control_set() to query control bits first
ACPI/PCI: Always query _OSC control field in pci_osc_control_set()
ACPI/PCI: Fix return value of acpi_cuery_osc()
ACPI/PCI: Set support bit for MSI in support field of _OSC
MAINTAINERS | 5 -
drivers/acpi/pci_slot.c | 2 +-
drivers/pci/hotplug/acpiphp.h | 9 +-
drivers/pci/hotplug/acpiphp_core.c | 32 ++++---
drivers/pci/hotplug/cpci_hotplug.h | 6 +
drivers/pci/hotplug/cpci_hotplug_core.c | 75 ++++++---------
drivers/pci/hotplug/cpci_hotplug_pci.c | 4 +-
drivers/pci/hotplug/cpqphp.h | 13 +--
drivers/pci/hotplug/cpqphp_core.c | 43 ++++-----
drivers/pci/hotplug/cpqphp_ctrl.c | 2 +-
drivers/pci/hotplug/fakephp.c | 26 ++++--
drivers/pci/hotplug/ibmphp.h | 5 +-
drivers/pci/hotplug/ibmphp_ebda.c | 19 ++---
drivers/pci/hotplug/pci_hotplug_core.c | 64 +++++--------
drivers/pci/hotplug/pciehp.h | 10 ++-
drivers/pci/hotplug/pciehp_core.c | 49 ++++------
drivers/pci/hotplug/pciehp_ctrl.c | 56 ++++++-----
drivers/pci/hotplug/pciehp_hpc.c | 60 +++++++++++-
drivers/pci/hotplug/rpaphp_slot.c | 10 +-
drivers/pci/hotplug/sgi_hotplug.c | 18 +---
drivers/pci/hotplug/shpchp.h | 9 +-
drivers/pci/hotplug/shpchp_core.c | 52 ++++-------
drivers/pci/hotplug/shpchp_ctrl.c | 48 +++++-----
drivers/pci/msi.c | 21 ++++
drivers/pci/pci-acpi.c | 85 ++++++++++------
drivers/pci/pci.c | 101 +++++++++++++++++++
drivers/pci/pci.h | 2 +
drivers/pci/probe.c | 12 ++-
drivers/pci/search.c | 9 +-
drivers/pci/slot.c | 160 +++++++++++++++++++++++--------
include/linux/pci.h | 13 ++-
include/linux/pci_hotplug.h | 11 ++-
include/linux/pci_regs.h | 2 +
init/Kconfig | 3 +-
34 files changed, 637 insertions(+), 399 deletions(-)
next reply other threads:[~2008-10-23 0:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-23 0:14 Jesse Barnes [this message]
2008-10-23 17:46 ` Linus Torvalds
2008-10-23 17:52 ` Jesse Barnes
2008-10-24 14:51 ` Ingo Molnar
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=200810221714.18723.jbarnes@virtuousgeek.org \
--to=jbarnes@virtuousgeek.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome