2013-04-30 13:08:27

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: [GIT PULL for v3.10-rc1] edac fixes

Hi Linus,

Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next

For two edac fixes:
- i7300_edac currently reports a wrong number of DIMMs when
the memory controller is in single channel mode;

- on some Sandy Bridge machines, the EDAC driver bails out
as one of the PCI IDs used by the driver is hidden by BIOS.
As the driver uses it only to detect the type of memory,
make it optional at the driver.

Regards,
Mauro

-

The following changes since commit b0769891ba7baa53f270dc70d71934748beb4c5b:

i5100_edac: convert to use simple_open() (2013-02-26 10:06:18 -0300)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next

for you to fetch changes up to de4772c621487fd4cadb4138f2481297c8e0cb0d:

edac: sb_edac.c should not require prescence of IMC_DDRIO device (2013-04-29 10:32:40 -0300)

----------------------------------------------------------------
Mauro Carvalho Chehab (1):
i7300_edac: Fix memory detection in single mode

Tony Luck (1):
edac: sb_edac.c should not require prescence of IMC_DDRIO device

drivers/edac/i7300_edac.c | 19 +++++++++++++++----
drivers/edac/sb_edac.c | 53 +++++++++++++++++++++++++++++------------------------
2 files changed, 44 insertions(+), 28 deletions(-)