[PATCH 3.6.6 2/3] i82975x_edac: fix format problems

2012-11-22 Thread Arvind R
Subject: [PATCH 3.6.6 2/3] i82975x_edac: fix format problems This patch fixes format errors and warnings like long lines. Also, adds defines for previously hardcoded constants. Signed-off-by: Arvind R. --- drivers/edac/i82975x_edac.c | 25 - 1 file changed, 16

[PATCH 3.6.6 1/3] i82975x_edac: cleanup debug code

2012-11-22 Thread Arvind R
Subject: [PATCH 3.6.6 1/3] i82975x_edac: cleanup debug code the patch converts existing debug code to use the edac standard method instead of hardcoded ifdefs. Signed-off-by: Arvind R. --- drivers/edac/i82975x_edac.c | 196 ++ 1 file changed, 105 insertions

[PATCH 3.6.6 0/3] i82975x_edac: fatal bug fixed

2012-11-22 Thread Arvind R
DIMMS, mobo fully populated. Assymmetric: 1. 1 ECC DIMM on A1 2. 1 ECC DIMM on B1 3. 2 ECC DIMMS on A1 and B2 4. 3 ECC DIMMS on A1, B2, B2 Size, label values in /sys/devices/system/edac/mc/mc0 found consistent. Tested-by: Arvind R. Signed-off-by: Arvind R. --- drivers/edac/i82975x_edac.c

[PATCH 3.6.6 3/3] i82975x_edac: fix fatal crash

2012-11-22 Thread Arvind R
. Tested-by: Arvind R. Signed-off-by: Arvind R. --- drivers/edac/i82975x_edac.c | 150 +++--- 1 file changed, 69 insertions(+), 81 deletions(-) diff -up a/drivers/edac/i82975x_edac.c b/drivers/edac/i82975x_edac.c --- a/drivers/edac/i82975x_edac.c 2012-11-22 11:56

[PATCH 3.7.0 0/9] i82975x_edac: driver cleanup

2012-12-15 Thread Arvind R
: With the error address being correct in the core's view, enable SCRUB_SW_SRC so CEs can be written back. And update driver revision. Signed-off-by: Arvind R. --- Total changes: i82975x_edac.c | 349 +- 1 file ch

[PATCH 3.7.0 1/9] i82975x_edac.c: fix style errors

2012-12-15 Thread Arvind R
Subject: [PATCH 3.7.0 1/9] i82975x_edac.c: fix style errors splits or shortens extra long lines in source. Signed-off-by: Arvind R. --- i82975x_edac.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) --- a/drivers/edac/i82975x_edac.c 2012-12-11 09:00:57 +0530 +++ b

[PATCH 3.7.0 2/9] i82975x_edac.c: fix layers initialisation

2012-12-15 Thread Arvind R
Subject: [PATCH 3.7.0 2/9] i82975x_edac.c: fix layers initialisation correct the absolutely wrong initialisation of memory layout. Signed-off-by: Arvind R. --- i82975x_edac.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/drivers/edac/i82975x_edac.c 2012-12-15 16:17

[PATCH 3.7.0 3/9] i82975x_edac.c: cleanup debug code

2012-12-15 Thread Arvind R
Subject: [PATCH 3.7.0 3/9] i82975x_edac.c: cleanup debug code modify debug levels to sane levels. Also move random debug code into CONFIG_EDAC_DEBUG sections. Signed-off-by: Arvind R. --- i82975x_edac.c | 171 +++--- 1 file changed, 97 insertions(+), 74

[PATCH 3.7.0 4/9] i82975x_edac.c: remove unnecessary function

2012-12-15 Thread Arvind R
Subject: [PATCH 3.7.0 4/9] i82975x_edac.c: remove unnecessary function remove function that returns a constant value and variable to hold the returned value. Signed-off-by: Arvind R. --- i82975x_edac.c | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) --- a/drivers/edac

[PATCH 3.7.0 5/9] i82975x_edac: optimise mode detection

2012-12-15 Thread Arvind R
Subject: [PATCH 3.7.0 5/9] i82975x_edac: optimise mode detection Minor optimisation of dual channel symmetric operation. Return value changed to bool. Signed-off-by: Arvind R. --- i82975x_edac.c | 45 -- 1 file changed, 22 insertions(+), 23 deletions

[PATCH 3.7.0 6/9] i82975x_edac: unmap pcibar after init

2012-12-15 Thread Arvind R
Subject: [PATCH 3.7.0 6/9] i82975x_edac: unmap pcibar after init Remove the unnecessary mapped window in private data structure. Then the window can be unmapped right after driver initialisation is done. Signed-off-by: Arvind R. --- i82975x_edac.c | 24 1 file changed

[PATCH 3.7.0 7/9] i82975x_edac: correct dimm label initialisation

2012-12-15 Thread Arvind R
family of mobos. This patch maps to that. Signed-off-by: Arvind R. --- i82975x_edac.c | 21 + 1 file changed, 13 insertions(+), 8 deletions(-) --- a/drivers/edac/i82975x_edac.c 2012-12-15 22:32:00.0 +0530 +++ b/drivers/edac/i82975x_edac.c 2012-12-15 22:42

[PATCH 3.7.0 8/9] i82975x_edac: fix wrong offset reported

2012-12-15 Thread Arvind R
Subject: [PATCH 3.7.0 8/9] i82975x_edac: fix wrong offset reported Cleanup error reporting function. This also corrects the wrong calculation of the offset mask. Signed-off-by: Arvind R. --- i82975x_edac.c | 59 +- 1 file changed, 25 insertions(+), 34

[PATCH 3.7.0 9/9] i82975x_edac: set sw-scrub mode, bump rev.

2012-12-15 Thread Arvind R
Subject: [PATCH 3.7.0 9/9] i82975x_edac: set sw-scrub mode, bump rev. update revision number and enable software scrub mode. Signed-off-by: Arvind R. --- i82975x_edac.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/drivers/edac/i82975x_edac.c 2012-12-15 23:08

[PATCH 3.15.1] i82975x_edac: fix dram layout inits and style

2014-06-20 Thread Arvind R
Subject: [PATCH 3.15.1] i82975x_edac: fix dram layout inits and style rewrite dram layout initialisation differently based on symmetry of organisation. And a long pending cleanup. Signed-off-by: Arvind R. --- i82975x_edac.c | 408 - 1