aboutsummaryrefslogtreecommitdiff
path: root/drivers/edac/mv64x60_edac.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-03Drivers: edac: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-5/+5
2012-06-12edac: edac_mc_handle_error(): add an error_count parameterGravatar Mauro Carvalho Chehab 1-2/+2
2012-06-11edac: remove arch-specific parameter for the error handlerGravatar Mauro Carvalho Chehab 1-2/+2
2012-06-11edac: Convert debugfX to edac_dbg(X,Gravatar Joe Perches 1-13/+13
2012-06-11edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsGravatar Mauro Carvalho Chehab 1-13/+13
2012-06-11edac: change the mem allocation scheme to make Documentation/kobject.txt happyGravatar Mauro Carvalho Chehab 1-2/+2
2012-06-11edac: Rename the parent dev to pdevGravatar Mauro Carvalho Chehab 1-1/+1
2012-05-28edac: Remove the legacy EDAC ABIGravatar Mauro Carvalho Chehab 1-1/+1
2012-05-28mv64x60_edac: convert driver to use the new edac ABIGravatar Mauro Carvalho Chehab 1-6/+19
2012-05-28edac: move nr_pages to dimm structGravatar Mauro Carvalho Chehab 1-1/+2
2012-05-28edac: Don't initialize csrow's first_page & friends when not neededGravatar Mauro Carvalho Chehab 1-1/+0
2012-05-28edac: move dimm properties to struct dimm_infoGravatar Mauro Carvalho Chehab 1-8/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+1
2009-09-24edac: fix resource size calculationGravatar Julia Lawall 1-11/+11
2009-03-24edac: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-4/+4
2008-07-25edac: mv64x60 add pci fixupGravatar Dave Jiang 1-0/+35
2008-07-25edac: mv64x60 fix get_propertyGravatar Dave Jiang 1-1/+1
2008-02-07drivers-edac: add marvell mv64x60 driverGravatar Dave Jiang 1-0/+855