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