[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090422225203.16081.94717.stgit@bluto.andrew>
Date: Wed, 22 Apr 2009 16:52:03 -0600
From: Andrew Patterson <andrew.patterson@...com>
To: linux-pci@...r.kernel.org
Cc: andrew.patterson@...com, linux-kernel@...r.kernel.org,
jbarnes@...tuousgeek.org, kaneshige.kenji@...fujitsu.com
Subject: [PATCH v3] PCI: Add support for turning PCIe ECRC on or off
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists