diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-18 17:50:17 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-18 17:50:17 -0500 |
commit | 794e96e8ecc1eeff56f4ede168fd0b8f4c5a00b9 (patch) | |
tree | c85a4b2e2efdc8e226ccfd17eb9e8a3693659ef1 /MAINTAINERS | |
parent | c2ac2ae44d4c32382d001672021116e771bef4c9 (diff) | |
parent | 0f1741c74aa6794b1c7fbdd19f26a4f2377a11c6 (diff) |
Merge tag 'edac_for_3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
Pull EDAC updates from Borislav Petkov:
"Following up on last week's discussion, here's my part of the EDAC
pile, highlights in the signed tag.
The last two patches have a date from just now because I've just
applied them to the tree after Johannes sent them to me earlier. I
decided to forward them now because they're trivial.
There's a third one for MPC85xx which adds PCIe error interrupt
support but since it is not so trivial and hasn't seen any linux-next
time, I'm deferring it to 3.14
EDAC update highlights:
- Support for Calxeda ECX-2000 memory controller, from Robert Richter
- Misc Calxeda Highbank drivers and EDAC core cleanups, from Rob
Herring and Robert Richter
- New maintainer for Freescale's MPC85xx EDAC driver: Johannes
Thumshirn"
* tag 'edac_for_3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp:
edac/85xx: Remove mpc85xx_pci_err_remove
EDAC: Add edac-mpc85xx driver to MAINTAINERS
edac, highbank: Moving error injection to sysfs for edac
edac, highbank: Add MAINTAINERS entry
edac: Unify reporting of device info for device, mc and pci
edac, highbank: Improve and unify naming
edac, highbank: Add Calxeda ECX-2000 support
ARM: dts: calxeda: move memory-controller node out of ecx-common.dtsi
edac, highbank: Fix interrupt setup of mem and l2 controller
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 678f07430393..a3715fbcc22f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -3063,6 +3063,14 @@ W: bluesmoke.sourceforge.net | |||
3063 | S: Maintained | 3063 | S: Maintained |
3064 | F: drivers/edac/amd64_edac* | 3064 | F: drivers/edac/amd64_edac* |
3065 | 3065 | ||
3066 | EDAC-CALXEDA | ||
3067 | M: Doug Thompson <dougthompson@xmission.com> | ||
3068 | M: Robert Richter <rric@kernel.org> | ||
3069 | L: linux-edac@vger.kernel.org | ||
3070 | W: bluesmoke.sourceforge.net | ||
3071 | S: Maintained | ||
3072 | F: drivers/edac/highbank* | ||
3073 | |||
3066 | EDAC-CAVIUM | 3074 | EDAC-CAVIUM |
3067 | M: Ralf Baechle <ralf@linux-mips.org> | 3075 | M: Ralf Baechle <ralf@linux-mips.org> |
3068 | M: David Daney <david.daney@cavium.com> | 3076 | M: David Daney <david.daney@cavium.com> |
@@ -3144,6 +3152,13 @@ W: bluesmoke.sourceforge.net | |||
3144 | S: Maintained | 3152 | S: Maintained |
3145 | F: drivers/edac/i82975x_edac.c | 3153 | F: drivers/edac/i82975x_edac.c |
3146 | 3154 | ||
3155 | EDAC-MPC85XX | ||
3156 | M: Johannes Thumshirn <johannes.thumshirn@men.de> | ||
3157 | L: linux-edac@vger.kernel.org | ||
3158 | W: bluesmoke.sourceforge.net | ||
3159 | S: Maintained | ||
3160 | F: drivers/edac/mpc85xx_edac.[ch] | ||
3161 | |||
3147 | EDAC-PASEMI | 3162 | EDAC-PASEMI |
3148 | M: Egor Martovetsky <egor@pasemi.com> | 3163 | M: Egor Martovetsky <egor@pasemi.com> |
3149 | L: linux-edac@vger.kernel.org | 3164 | L: linux-edac@vger.kernel.org |