From: Jesse Barnes <jbarnes@virtuousgeek.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [git pull] PCI fixes
Date: Tue, 31 Aug 2010 08:49:11 -0700 [thread overview]
Message-ID: <20100831084911.40ee44ca@jbarnes-desktop> (raw)
The following changes since commit
502adf5778f4151dcba3f64dd6ed322151f3712c:
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip (2010-08-24 12:21:49 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 for-linus
As promised, here are the changes from Rafael and Kenji-san that fix up
our OSC handling to conform much better to what platforms expect. The
patchset does include some cleanups, but overall I'd consider it a
major bugfix. However if you'd like me to refactor things, I can.
Dave Airlie (1):
PCI: provide stub pci_domain_nr function for !CONFIG_PCI configs
Jesse Barnes (1):
x86/PCI: only define pci_domain_nr if PCI and PCI_DOMAINS are set
Kenji Kaneshige (1):
PCI: PCIe: Remove the port driver module exit routine
Rafael J. Wysocki (10):
PCI: PCIe AER: Introduce pci_aer_available()
PCI: PCIe: Introduce commad line switch for disabling port services
ACPI/PCI: Reorder checks in acpi_pci_osc_control_set()
ACPI/PCI: Make acpi_pci_query_osc() return control bits
ACPI/PCI: Do not preserve _OSC control bits returned by a query
ACPI/PCI: Negotiate _OSC control bits before requesting them
PCI: PCIe: Ask BIOS for control of all native services at once
PCI: PCIe: Disable PCIe port services during port initialization
PCI: PCIe: Move PCIe PME code to the pcie directory
PCI hotplug: Fix build with CONFIG_ACPI unset
Documentation/kernel-parameters.txt | 17 +++--
arch/x86/include/asm/pci.h | 6 +-
drivers/acpi/pci_root.c | 97 ++++++++++++++++------------
drivers/pci/hotplug/acpi_pcihp.c | 6 +-
drivers/pci/hotplug/pciehp.h | 16 +----
drivers/pci/hotplug/pciehp_acpi.c | 4 +-
drivers/pci/hotplug/pciehp_core.c | 4 +-
drivers/pci/pci.h | 2 +
drivers/pci/pcie/Makefile | 3 +-
drivers/pci/pcie/aer/aerdrv.c | 9 ++-
drivers/pci/pcie/aer/aerdrv_acpi.c | 36 ----------
drivers/pci/pcie/aer/aerdrv_core.c | 14 +----
drivers/pci/pcie/{pme/pcie_pme.c => pme.c} | 66 ++-----------------
drivers/pci/pcie/pme/Makefile | 8 --
drivers/pci/pcie/pme/pcie_pme.h | 28 --------
drivers/pci/pcie/pme/pcie_pme_acpi.c | 54 ---------------
drivers/pci/pcie/portdrv.h | 22 ++++++
drivers/pci/pcie/portdrv_acpi.c | 77 ++++++++++++++++++++++
drivers/pci/pcie/portdrv_core.c | 53 ++++++++++++++-
drivers/pci/pcie/portdrv_pci.c | 38 +++++++++--
include/acpi/acpi_bus.h | 3 -
include/linux/acpi.h | 4 +-
include/linux/pci.h | 3 +
23 files changed, 280 insertions(+), 290 deletions(-)
rename drivers/pci/pcie/{pme/pcie_pme.c => pme.c} (83%)
delete mode 100644 drivers/pci/pcie/pme/Makefile
delete mode 100644 drivers/pci/pcie/pme/pcie_pme.h
delete mode 100644 drivers/pci/pcie/pme/pcie_pme_acpi.c
create mode 100644 drivers/pci/pcie/portdrv_acpi.c
Thanks,
--
Jesse Barnes, Intel Open Source Technology Center
next reply other threads:[~2010-08-31 15:49 UTC|newest]
Thread overview: 80+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-31 15:49 Jesse Barnes [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-03-05 21:49 [git pull] PCI fixes Jesse Barnes
2012-02-17 17:24 Jesse Barnes
2011-12-17 17:29 Jesse Barnes
2011-12-18 2:33 ` Yinghai Lu
2011-12-18 5:52 ` Jesse Barnes
2011-12-18 22:14 ` Linus Torvalds
2012-01-06 20:46 ` Jesse Barnes
2012-01-07 1:14 ` Yinghai Lu
2011-11-23 22:44 Jesse Barnes
2011-11-23 23:02 ` Linus Torvalds
2011-12-05 19:22 ` Jesse Barnes
2011-12-06 8:08 ` Kenji Kaneshige
2011-12-06 16:14 ` Linus Torvalds
2011-12-06 22:36 ` Yinghai Lu
2011-12-07 8:18 ` Kenji Kaneshige
2011-12-07 19:20 ` Yinghai Lu
2011-12-07 7:58 ` Kenji Kaneshige
2011-08-19 16:17 Jesse Barnes
2011-08-19 16:46 ` Greg KH
2011-08-19 17:12 ` Jesse Barnes
2011-08-19 17:19 ` Jesse Barnes
2011-06-23 20:37 Jesse Barnes
2011-06-24 15:38 ` Linus Torvalds
2011-06-24 15:53 ` Jesse Barnes
2011-06-24 16:07 ` Linus Torvalds
2011-06-24 16:11 ` Jesse Barnes
2011-06-24 22:56 ` Linus Torvalds
2011-06-25 0:00 ` Jesse Barnes
2011-06-25 0:17 ` Yinghai Lu
2011-06-28 17:02 ` Jesse Barnes
2011-06-29 1:04 ` Ram Pai
2011-03-25 17:22 Jesse Barnes
2010-12-17 23:29 Jesse Barnes
2010-11-15 17:45 Jesse Barnes
2010-11-16 11:16 ` Andreas Schwab
2010-11-16 11:23 ` Wolfram Sang
2010-11-16 17:00 ` Jesse Barnes
2010-06-09 22:53 Jesse Barnes
2010-06-09 23:14 ` Linus Torvalds
2010-06-10 0:20 ` Jesse Barnes
2010-06-11 21:02 ` Jesse Barnes
2010-04-29 3:14 Jesse Barnes
2010-04-23 20:37 Jesse Barnes
2010-03-26 23:33 Jesse Barnes
2010-01-29 0:25 Jesse Barnes
2010-01-07 22:34 Jesse Barnes
2009-12-28 16:10 Jesse Barnes
2009-11-11 8:12 Jesse Barnes
2009-10-12 17:32 Jesse Barnes
2009-08-10 17:30 Jesse Barnes
2009-07-06 18:00 Jesse Barnes
2009-06-06 20:32 Jesse Barnes
2009-05-15 22:09 Jesse Barnes
2009-04-27 18:54 Jesse Barnes
2009-04-07 18:00 Jesse Barnes
2009-02-26 22:24 Jesse Barnes
2009-02-26 22:36 ` Matthew Wilcox
2009-02-26 22:39 ` Jesse Barnes
2009-02-27 0:45 ` Jesse Barnes
2009-02-13 22:07 Jesse Barnes
2009-02-03 2:19 Jesse Barnes
2009-01-21 22:00 Jesse Barnes
2008-12-19 1:30 Jesse Barnes
2008-11-13 20:50 Jesse Barnes
2008-11-07 17:00 Jesse Barnes
2008-09-23 19:14 Jesse Barnes
2008-09-13 0:02 Jesse Barnes
2008-08-25 17:07 Jesse Barnes
2008-08-19 17:03 Jesse Barnes
2008-08-11 17:27 Jesse Barnes
2008-07-07 22:34 Jesse Barnes
2008-06-14 20:23 Jesse Barnes
2008-06-14 20:29 ` Rafael J. Wysocki
2008-06-06 18:26 Jesse Barnes
2008-06-06 22:04 ` Jeff Garzik
2008-06-06 22:16 ` Jesse Barnes
2008-05-27 22:55 Jesse Barnes
2008-05-20 17:51 Jesse Barnes
2008-05-13 17:42 Jesse Barnes
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=20100831084911.40ee44ca@jbarnes-desktop \
--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