All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Patterson <andrew.patterson@hp.com>
To: linux-pci@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, jbarnes@virtuousgeek.org
Subject: [PATCH v2] PCI: Add support for turning PCIe ECRC on or off
Date: Fri, 03 Apr 2009 16:01:31 -0600	[thread overview]
Message-ID: <20090403220131.22113.56040.stgit@bob.kio> (raw)

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


             reply	other threads:[~2009-04-03 22:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-03 22:01 Andrew Patterson [this message]
2009-04-03 22:01 ` [PATCH v2] PCI: Add support for turning PCIe ECRC on or off Andrew Patterson
2009-04-06 18:44   ` 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=20090403220131.22113.56040.stgit@bob.kio \
    --to=andrew.patterson@hp.com \
    --cc=jbarnes@virtuousgeek.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.