summaryrefslogtreecommitdiffstats
path: root/drivers/edac/i7300_edac.c
Commit message (Expand)AuthorAgeFilesLines
* i7300_edac: Fix memory detection in single modeMauro Carvalho Chehab2013-04-291-4/+15
* Drivers: edac: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-5/+4
* i7300_edac: Fix error flag testingJean Delvare2012-10-251-4/+4
* edac: edac_mc_handle_error(): add an error_count parameterMauro Carvalho Chehab2012-06-121-2/+2
* edac: remove arch-specific parameter for the error handlerMauro Carvalho Chehab2012-06-111-2/+2
* edac: Convert debugfX to edac_dbg(X,Joe Perches2012-06-111-77/+74
* edac: Use more normal debugging macro styleJoe Perches2012-06-111-20/+10
* edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsMauro Carvalho Chehab2012-06-111-8/+6
* edac: Rename the parent dev to pdevMauro Carvalho Chehab2012-06-111-1/+1
* edac: Remove the legacy EDAC ABIMauro Carvalho Chehab2012-05-281-2/+1
* i7300_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-48/+30
* edac: move nr_pages to dimm structMauro Carvalho Chehab2012-05-281-16/+6
* edac: Don't initialize csrow's first_page & friends when not neededMauro Carvalho Chehab2012-05-281-4/+1
* edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab2012-05-281-10/+15
* EDAC: Make pci_device_id tables __devinitconst.Lionel Debroux2012-03-191-1/+1
* i7300_edac: Fix error cleanup logicMauro Carvalho Chehab2011-11-011-25/+26
* Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-05-261-1/+1
|\
| * edac: Drop __DATE__ usageMichal Marek2011-04-191-1/+1
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* Kill off warning: ‘inline’ is not at beginning of declarationJesper Juhl2011-01-191-1/+1
* i7300_edac: Properly initialize per-csrow memory sizeMauro Carvalho Chehab2010-09-241-7/+10
* V4L/DVB: i7300_edac: better initialize page countsMauro Carvalho Chehab2010-09-241-9/+9
* i7300-edac: CodingStyle cleanupMauro Carvalho Chehab2010-08-301-16/+26
* i7300_edac: Improve commentsMauro Carvalho Chehab2010-08-301-116/+104
* i7300_edac: Cleanup: reorganize the file contentsMauro Carvalho Chehab2010-08-301-56/+60
* i7300_edac: Properly detect channel on CE errorsMauro Carvalho Chehab2010-08-301-5/+14
* i7300_edac: enrich FBD error info for corrected errorsMauro Carvalho Chehab2010-08-301-12/+51
* i7300_edac: enrich FBD error info for fatal errorsMauro Carvalho Chehab2010-08-301-4/+39
* i7300_edac: pre-allocate a buffer used to prepare err messagesMauro Carvalho Chehab2010-08-301-17/+24
* i7300_edac: Fix MTR x4/x8 detection logicMauro Carvalho Chehab2010-08-301-2/+2
* i7300_edac: Make the debug messages coherent with the othersMauro Carvalho Chehab2010-08-301-3/+3
* i7300_edac: Cleanup: remove get_error_info logicMauro Carvalho Chehab2010-08-301-36/+6
* i7300_edac: Add a code to cleanup error registersMauro Carvalho Chehab2010-08-301-2/+27
* i7300_edac: Add support for reporting FBD errorsMauro Carvalho Chehab2010-08-301-0/+125
* i7300_edac: Properly detect the type of error correctionMauro Carvalho Chehab2010-08-301-4/+14
* i7300_edac: Detect if the device is on single modeMauro Carvalho Chehab2010-08-301-8/+17
* i7300_edac: Adds detection for enhanced scrub mode on x8Mauro Carvalho Chehab2010-08-301-4/+17
* i7300_edac: Clear the error bit after readingMauro Carvalho Chehab2010-08-301-0/+10
* i7300_edac: Add error detection code for global errorsMauro Carvalho Chehab2010-08-301-491/+77
* i7300_edac: Better name PCI devicesMauro Carvalho Chehab2010-08-301-43/+43
* i7300_edac: Add a FIXME note about the error correction typeMauro Carvalho Chehab2010-08-301-0/+9
* i7300_edac: add global error registersMauro Carvalho Chehab2010-08-301-82/+92
* i7300_edac: display info if ECC is enabled or notMauro Carvalho Chehab2010-08-301-8/+20
* i7300_edac: start a driver for i7300 chipset (Clarksboro)Mauro Carvalho Chehab2010-08-301-0/+1373