All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Doug Thompson <dougthompson@xmission.com>,
	Linux Edac Mailing List <linux-edac@vger.kernel.org>
Subject: [GIT PULL for 2.6.36-rc1] i7300 EDAC driver
Date: Sun, 24 Oct 2010 11:09:43 -0200	[thread overview]
Message-ID: <4CC43017.5010105@redhat.com> (raw)

Linus,

Please pull from:
  ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/edac.git devel

For a new EDAC driver for Intel 7300 chipsets.

The following changes since commit da5cabf80e2433131bf0ed8993abc0f7ea618c73:

  Linux 2.6.36-rc1 (2010-08-15 17:41:37 -0700)

are available in the git repository at:
  ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/edac.git devel

Mauro Carvalho Chehab (25):
      i7300_edac: start a driver for i7300 chipset (Clarksboro)
      i7300_edac: display info if ECC is enabled or not
      i7300_edac: add global error registers
      i7300_edac: Add a FIXME note about the error correction type
      i7300_edac: Better name PCI devices
      i7300_edac: Add error detection code for global errors
      i7300_edac: Clear the error bit after reading
      i7300_edac: Adds detection for enhanced scrub mode on x8
      i7300_edac: Detect if the device is on single mode
      i7300_edac: Properly detect the type of error correction
      i7300_edac: Add support for reporting FBD errors
      i7300_edac: Add a code to cleanup error registers
      i7300_edac: Cleanup: remove get_error_info logic
      i7300_edac: Make the debug messages coherent with the others
      i7300_edac: Fix MTR x4/x8 detection logic
      i7300_edac: pre-allocate a buffer used to prepare err messages
      i7300_edac: enrich FBD error info for fatal errors
      i7300_edac: enrich FBD error info for corrected errors
      i7300_edac: Properly detect channel on CE errors
      i7300_edac: Cleanup: reorganize the file contents
      i7300_edac: Improve comments
      i7300-edac: CodingStyle cleanup
      MAINTAINERS: Add maintainer for i7300-edac driver
      V4L/DVB: i7300_edac: better initialize page counts
      i7300_edac: Properly initialize per-csrow memory size

 MAINTAINERS               |    7 +
 drivers/edac/Kconfig      |    7 +
 drivers/edac/Makefile     |    1 +
 drivers/edac/i7300_edac.c | 1247 +++++++++++++++++++++++++++++++++++++++++++++
 include/linux/pci_ids.h   |   19 +-
 5 files changed, 1273 insertions(+), 8 deletions(-)
 create mode 100644 drivers/edac/i7300_edac.c

                 reply	other threads:[~2010-10-24 13:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4CC43017.5010105@redhat.com \
    --to=mchehab@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=dougthompson@xmission.com \
    --cc=linux-edac@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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.