summaryrefslogtreecommitdiff
path: root/drivers/edac/mv64x60_edac.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-09EDAC, mv64x60: Fix an error handling pathChristophe JAILLET1-1/+1
2017-07-17EDAC: Get rid of mci->mod_verBorislav Petkov1-1/+0
2017-06-09EDAC, mv64x60: Sanity check edac_op_state before registeringChris Packham1-6/+1
2017-05-30EDAC, mv64x60: Check driver registration successChris Packham1-2/+7
2017-05-26EDAC, mv64x60: Replace in_le32()/out_le32() with readl()/writel()Chris Packham1-42/+42
2017-05-26EDAC, mv64x60: Fix pdata->nameChris Packham1-1/+1
2016-12-15edac: rename edac_core.h to edac_mc.hMauro Carvalho Chehab1-1/+0
2016-09-12EDAC: Remove NO_IRQ from powerpc-only driversMichael Ellerman1-4/+0
2015-12-03EDAC, mv64x60: Use platform_register/unregister_drivers()Thierry Reding1-28/+11
2015-01-30EDAC, mv64x60_edac: Fix an error code in probe()Dan Carpenter1-1/+2
2014-10-20{mv64x60,ppc4xx}_edac,: Remove deprecated IRQF_DISABLEDMichael Opdenacker1-4/+4
2013-01-03Drivers: edac: remove __dev* attributes.Greg Kroah-Hartman1-5/+5
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-13/+13
2012-06-11edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsMauro Carvalho Chehab1-13/+13
2012-06-11edac: change the mem allocation scheme to make Documentation/kobject.txt happyMauro Carvalho Chehab1-2/+2
2012-06-11edac: Rename the parent dev to pdevMauro Carvalho Chehab1-1/+1
2012-05-28edac: Remove the legacy EDAC ABIMauro Carvalho Chehab1-1/+1
2012-05-28mv64x60_edac: convert driver to use the new edac ABIMauro Carvalho Chehab1-6/+19
2012-05-28edac: move nr_pages to dimm structMauro Carvalho Chehab1-1/+2
2012-05-28edac: Don't initialize csrow's first_page & friends when not neededMauro Carvalho Chehab1-1/+0
2012-05-28edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab1-8/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+1
2009-09-24edac: fix resource size calculationJulia Lawall1-11/+11
2009-03-24edac: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-4/+4
2008-07-25edac: mv64x60 add pci fixupDave Jiang1-0/+35
2008-07-25edac: mv64x60 fix get_propertyDave Jiang1-1/+1
2008-02-07drivers-edac: add marvell mv64x60 driverDave Jiang1-0/+855