diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-24 16:06:57 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-24 16:06:57 -0400 |
commit | 8de547e1824437f3c6af180d3ed2162fa4b3f389 (patch) | |
tree | 1318eea19b4b6a563ea2bbe95cf9b2ad10f92b43 /MAINTAINERS | |
parent | 76c39e4fef73e42777c27d6b87a04f89ebd0ef66 (diff) | |
parent | e6649cc62949f1ed473bf1131fa425cfe72d3f64 (diff) |
Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/edac
* 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/edac: (25 commits)
i7300_edac: Properly initialize per-csrow memory size
V4L/DVB: i7300_edac: better initialize page counts
MAINTAINERS: Add maintainer for i7300-edac driver
i7300-edac: CodingStyle cleanup
i7300_edac: Improve comments
i7300_edac: Cleanup: reorganize the file contents
i7300_edac: Properly detect channel on CE errors
i7300_edac: enrich FBD error info for corrected errors
i7300_edac: enrich FBD error info for fatal errors
i7300_edac: pre-allocate a buffer used to prepare err messages
i7300_edac: Fix MTR x4/x8 detection logic
i7300_edac: Make the debug messages coherent with the others
i7300_edac: Cleanup: remove get_error_info logic
i7300_edac: Add a code to cleanup error registers
i7300_edac: Add support for reporting FBD errors
i7300_edac: Properly detect the type of error correction
i7300_edac: Detect if the device is on single mode
i7300_edac: Adds detection for enhanced scrub mode on x8
i7300_edac: Clear the error bit after reading
i7300_edac: Add error detection code for global errors
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0e265fcc103b..23a4ca9e27f4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2212,6 +2212,13 @@ W: bluesmoke.sourceforge.net | |||
2212 | S: Maintained | 2212 | S: Maintained |
2213 | F: drivers/edac/i5400_edac.c | 2213 | F: drivers/edac/i5400_edac.c |
2214 | 2214 | ||
2215 | EDAC-I7300 | ||
2216 | M: Mauro Carvalho Chehab <mchehab@redhat.com> | ||
2217 | L: linux-edac@vger.kernel.org | ||
2218 | W: bluesmoke.sourceforge.net | ||
2219 | S: Maintained | ||
2220 | F: drivers/edac/i7300_edac.c | ||
2221 | |||
2215 | EDAC-I7CORE | 2222 | EDAC-I7CORE |
2216 | M: Mauro Carvalho Chehab <mchehab@redhat.com> | 2223 | M: Mauro Carvalho Chehab <mchehab@redhat.com> |
2217 | L: linux-edac@vger.kernel.org | 2224 | L: linux-edac@vger.kernel.org |