summaryrefslogtreecommitdiffstats
path: root/drivers/edac/mv64x60_edac.c
Commit message (Expand)AuthorAgeFilesLines
* Drivers: edac: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-5/+5
* 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-13/+13
* edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsMauro Carvalho Chehab2012-06-111-13/+13
* edac: change the mem allocation scheme to make Documentation/kobject.txt happyMauro Carvalho Chehab2012-06-111-2/+2
* edac: Rename the parent dev to pdevMauro Carvalho Chehab2012-06-111-1/+1
* edac: Remove the legacy EDAC ABIMauro Carvalho Chehab2012-05-281-1/+1
* mv64x60_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-6/+19
* edac: move nr_pages to dimm structMauro Carvalho Chehab2012-05-281-1/+2
* edac: Don't initialize csrow's first_page & friends when not neededMauro Carvalho Chehab2012-05-281-1/+0
* edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab2012-05-281-8/+10
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* edac: fix resource size calculationJulia Lawall2009-09-241-11/+11
* edac: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-241-4/+4
* edac: mv64x60 add pci fixupDave Jiang2008-07-251-0/+35
* edac: mv64x60 fix get_propertyDave Jiang2008-07-251-1/+1
* drivers-edac: add marvell mv64x60 driverDave Jiang2008-02-071-0/+855