From: Andrew Patterson <andrew.patterson@hp.com>
To: linux-pci@vger.kernel.org
Cc: andrew.patterson@hp.com, linux-kernel@vger.kernel.org,
jbarnes@virtuousgeek.org, kaneshige.kenji@jp.fujitsu.com
Subject: [PATCH v3] PCI: Add support for turning PCIe ECRC on or off
Date: Wed, 22 Apr 2009 16:52:03 -0600 [thread overview]
Message-ID: <20090422225203.16081.94717.stgit@bluto.andrew> (raw)
This is version three of my patch to add PCIe ECRC support
Changelog:
v2
Fixed copyright year typo.
Removed unneeded EXPORT_SYMBOL_GPL.
Use pci=ecrc=<option> instead of pcie_ecrc=<option>.
Use "bios" instead of "default" to indicate ECRC should be set by firmware.
Use CONFIG_PCIE_ECRC instead of CONFIG_PCIEECRC.
v3
ECRC setttings changes are now done in the aer_enable_rootport()
routine, so after _OSC is granted.
Moved ecrc.c file from drivers/pci/pcie to drivers/pci/pcie/aer
PCIE_ECRC is now dependent on PCIEAER
Documentation/kernel-parameters.txt | 6 ++
drivers/pci/pci.c | 2 +
drivers/pci/pcie/aer/Kconfig | 13 +++
drivers/pci/pcie/aer/Makefile | 2 +
drivers/pci/pcie/aer/aerdrv_core.c | 16 ++--
drivers/pci/pcie/aer/ecrc.c | 131 +++++++++++++++++++++++++++++++++++
include/linux/pci.h | 11 +++
7 files changed, 174 insertions(+), 7 deletions(-)
create mode 100644 drivers/pci/pcie/aer/ecrc.c
--
Andrew Patterson
next reply other threads:[~2009-04-22 22:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-22 22:52 Andrew Patterson [this message]
2009-04-22 22:52 ` Andrew Patterson
2009-04-24 4:11 ` Kenji Kaneshige
2009-06-11 18:43 ` 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=20090422225203.16081.94717.stgit@bluto.andrew \
--to=andrew.patterson@hp.com \
--cc=jbarnes@virtuousgeek.org \
--cc=kaneshige.kenji@jp.fujitsu.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.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