summaryrefslogtreecommitdiff
path: root/drivers/edac/i7300_edac.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 172Thomas Gleixner1-3/+1
2017-07-17EDAC: Get rid of mci->mod_verBorislav Petkov1-1/+0
2017-01-26EDAC, i7300: Test for the second channel properlyBorislav Petkov1-3/+3
2016-12-15edac: rename edac_core.h to edac_mc.hMauro Carvalho Chehab1-1/+1
2014-03-11Merge tag 'v3.14-rc5' into patchworkMauro Carvalho Chehab1-18/+20
2014-02-25i7300_edac: Fix device reference countJean Delvare1-18/+20
2014-02-07[media, edac] Change my email addressMauro Carvalho Chehab1-2/+2
2013-12-06EDAC: Remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-04-29i7300_edac: Fix memory detection in single modeMauro Carvalho Chehab1-4/+15
2013-01-03Drivers: edac: remove __dev* attributes.Greg Kroah-Hartman1-5/+4
2012-10-25i7300_edac: Fix error flag testingJean Delvare1-4/+4
2012-06-12edac: edac_mc_handle_error(): add an error_count parameterMauro Carvalho Chehab1-2/+2
2012-06-11edac: remove arch-specific parameter for the error handlerMauro Carvalho Chehab1-2/+2
2012-06-11edac: Convert debugfX to edac_dbg(X,Joe Perches1-77/+74
2012-06-11edac: Use more normal debugging macro styleJoe Perches1-20/+10
2012-06-11edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsMauro Carvalho Chehab1-8/+6
2012-06-11edac: Rename the parent dev to pdevMauro Carvalho Chehab1-1/+1
2012-05-28edac: Remove the legacy EDAC ABIMauro Carvalho Chehab1-2/+1
2012-05-28i7300_edac: convert driver to use the new edac ABIMauro Carvalho Chehab1-48/+30
2012-05-28edac: move nr_pages to dimm structMauro Carvalho Chehab1-16/+6
2012-05-28edac: Don't initialize csrow's first_page & friends when not neededMauro Carvalho Chehab1-4/+1
2012-05-28edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab1-10/+15
2012-03-19EDAC: Make pci_device_id tables __devinitconst.Lionel Debroux1-1/+1
2011-11-01i7300_edac: Fix error cleanup logicMauro Carvalho Chehab1-25/+26
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-1/+1
2011-04-19edac: Drop __DATE__ usageMichal Marek1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-19Kill off warning: ‘inline’ is not at beginning of declarationJesper Juhl1-1/+1
2010-09-24i7300_edac: Properly initialize per-csrow memory sizeMauro Carvalho Chehab1-7/+10
2010-09-24V4L/DVB: i7300_edac: better initialize page countsMauro Carvalho Chehab1-9/+9
2010-08-30i7300-edac: CodingStyle cleanupMauro Carvalho Chehab1-16/+26
2010-08-30i7300_edac: Improve commentsMauro Carvalho Chehab1-116/+104
2010-08-30i7300_edac: Cleanup: reorganize the file contentsMauro Carvalho Chehab1-56/+60
2010-08-30i7300_edac: Properly detect channel on CE errorsMauro Carvalho Chehab1-5/+14
2010-08-30i7300_edac: enrich FBD error info for corrected errorsMauro Carvalho Chehab1-12/+51
2010-08-30i7300_edac: enrich FBD error info for fatal errorsMauro Carvalho Chehab1-4/+39
2010-08-30i7300_edac: pre-allocate a buffer used to prepare err messagesMauro Carvalho Chehab1-17/+24
2010-08-30i7300_edac: Fix MTR x4/x8 detection logicMauro Carvalho Chehab1-2/+2
2010-08-30i7300_edac: Make the debug messages coherent with the othersMauro Carvalho Chehab1-3/+3
2010-08-30i7300_edac: Cleanup: remove get_error_info logicMauro Carvalho Chehab1-36/+6
2010-08-30i7300_edac: Add a code to cleanup error registersMauro Carvalho Chehab1-2/+27
2010-08-30i7300_edac: Add support for reporting FBD errorsMauro Carvalho Chehab1-0/+125
2010-08-30i7300_edac: Properly detect the type of error correctionMauro Carvalho Chehab1-4/+14
2010-08-30i7300_edac: Detect if the device is on single modeMauro Carvalho Chehab1-8/+17
2010-08-30i7300_edac: Adds detection for enhanced scrub mode on x8Mauro Carvalho Chehab1-4/+17
2010-08-30i7300_edac: Clear the error bit after readingMauro Carvalho Chehab1-0/+10
2010-08-30i7300_edac: Add error detection code for global errorsMauro Carvalho Chehab1-491/+77
2010-08-30i7300_edac: Better name PCI devicesMauro Carvalho Chehab1-43/+43
2010-08-30i7300_edac: Add a FIXME note about the error correction typeMauro Carvalho Chehab1-0/+9
2010-08-30i7300_edac: add global error registersMauro Carvalho Chehab1-82/+92