mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2] PCI: Add support for turning PCIe ECRC on or off
@ 2009-04-03 22:01 Andrew Patterson
  2009-04-03 22:01 ` Andrew Patterson
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Patterson @ 2009-04-03 22:01 UTC (permalink / raw)
  To: linux-pci; +Cc: linux-kernel, jbarnes

This is version two of my patch to add PCIe ECRC support

Changelog:

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.

 Documentation/kernel-parameters.txt |    6 ++
 drivers/pci/pci.c                   |    2 +
 drivers/pci/pcie/Kconfig            |   12 +++++
 drivers/pci/pcie/Makefile           |    2 +
 drivers/pci/pcie/ecrc.c             |   91 +++++++++++++++++++++++++++++++++++
 drivers/pci/probe.c                 |    3 +
 include/linux/pci.h                 |   11 ++++
 7 files changed, 127 insertions(+), 0 deletions(-)
 create mode 100644 drivers/pci/pcie/ecrc.c


-- 
Andrew Patterson


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-03 22:01 [PATCH v2] PCI: Add support for turning PCIe ECRC on or off Andrew Patterson
2009-04-03 22:01 ` Andrew Patterson
2009-04-06 18:44   ` Jesse Barnes

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