public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] PCI: Add support for turning PCIe ECRC on or off
@ 2009-04-22 22:52 Andrew Patterson
  2009-04-22 22:52 ` Andrew Patterson
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Patterson @ 2009-04-22 22:52 UTC (permalink / raw)
  To: linux-pci; +Cc: andrew.patterson, linux-kernel, jbarnes, kaneshige.kenji

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-06-11 18:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-22 22:52 [PATCH v3] PCI: Add support for turning PCIe ECRC on or off Andrew Patterson
2009-04-22 22:52 ` Andrew Patterson
2009-04-24  4:11   ` Kenji Kaneshige
2009-06-11 18:43   ` Jesse Barnes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox