forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'edac_for_4.9' of git://git.kernel.org/pub/scm/linux/kernel…
…/git/bp/bp Pull EDAC updates from Borislav Petkov: "A lot of movement in the EDAC tree this time around, coarse summary below: - Altera Arria10 enablement of NAND, DMA, USB, QSPI and SD-MMC FIFO buffers (Thor Thayer) - split the memory controller part out of mpc85xx and share it with a new Freescale ARM Layerscape driver (York Sun) - amd64_edac fixes (Yazen Ghannam) - misc cleanups, refactoring and fixes all over the place" * tag 'edac_for_4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp: (37 commits) EDAC, altera: Add IRQ Flags to disable IRQ while handling EDAC, altera: Correct EDAC IRQ error message EDAC, amd64: Autoload module using x86_cpu_id EDAC, sb_edac: Remove NULL pointer check on array pci_tad EDAC: Remove NO_IRQ from powerpc-only drivers EDAC, fsl_ddr: Fix error return code in fsl_mc_err_probe() EDAC, fsl_ddr: Add entry to MAINTAINERS EDAC: Move Doug Thompson to CREDITS EDAC, I3000: Orphan driver EDAC, fsl_ddr: Replace simple_strtoul() with kstrtoul() EDAC, layerscape: Add Layerscape EDAC support EDAC, fsl_ddr: Fix IRQ dispose warning when module is removed EDAC, fsl_ddr: Add support for little endian EDAC, fsl_ddr: Add missing DDR DRAM types EDAC, fsl_ddr: Rename macros and names EDAC, fsl-ddr: Separate FSL DDR driver from MPC85xx EDAC, mpc85xx: Replace printk() with pr_* format EDAC, mpc85xx: Drop setting/clearing RFXE bit in HID1 EDAC, altera: Rename MC trigger to common name EDAC, altera: Rename device trigger to common name ...
- Loading branch information
Showing
21 changed files
with
1,373 additions
and
756 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3523,6 +3523,10 @@ S: 145 Howard St. | |
S: Northborough, MA 01532 | ||
S: USA | ||
|
||
N: Doug Thompson | ||
E: [email protected] | ||
D: EDAC | ||
|
||
N: Tommy Thorn | ||
E: [email protected] | ||
W: http://www.irisa.fr/prive/thorn/index.html | ||
|
@@ -3659,6 +3663,10 @@ S: Obere Heerbergstrasse 17 | |
S: 97078 Wuerzburg | ||
S: Germany | ||
|
||
N: Jason Uhlenkott | ||
E: [email protected] | ||
D: I3000 EDAC driver | ||
|
||
N: Greg Ungerer | ||
E: [email protected] | ||
D: uClinux kernel hacker | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4410,7 +4410,6 @@ F: Documentation/filesystems/ecryptfs.txt | |
F: fs/ecryptfs/ | ||
|
||
EDAC-CORE | ||
M: Doug Thompson <[email protected]> | ||
M: Borislav Petkov <[email protected]> | ||
M: Mauro Carvalho Chehab <[email protected]> | ||
M: Mauro Carvalho Chehab <[email protected]> | ||
|
@@ -4423,14 +4422,12 @@ F: drivers/edac/ | |
F: include/linux/edac.h | ||
|
||
EDAC-AMD64 | ||
M: Doug Thompson <[email protected]> | ||
M: Borislav Petkov <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/edac/amd64_edac* | ||
|
||
EDAC-CALXEDA | ||
M: Doug Thompson <[email protected]> | ||
M: Robert Richter <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
|
@@ -4446,17 +4443,21 @@ F: drivers/edac/octeon_edac* | |
|
||
EDAC-E752X | ||
M: Mark Gross <[email protected]> | ||
M: Doug Thompson <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/edac/e752x_edac.c | ||
|
||
EDAC-E7XXX | ||
M: Doug Thompson <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/edac/e7xxx_edac.c | ||
|
||
EDAC-FSL_DDR | ||
M: York Sun <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/edac/fsl_ddr_edac.* | ||
|
||
EDAC-GHES | ||
M: Mauro Carvalho Chehab <[email protected]> | ||
M: Mauro Carvalho Chehab <[email protected]> | ||
|
@@ -4471,13 +4472,11 @@ S: Maintained | |
F: drivers/edac/i82443bxgx_edac.c | ||
|
||
EDAC-I3000 | ||
M: Jason Uhlenkott <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
S: Orphan | ||
F: drivers/edac/i3000_edac.c | ||
|
||
EDAC-I5000 | ||
M: Doug Thompson <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/edac/i5000_edac.c | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.