summaryrefslogtreecommitdiff
path: root/drivers/edac/i3200_edac.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-22EDAC: Correct DIMM capacity unit symbolQiuxu Zhuo1-1/+1
2017-07-17EDAC: Get rid of mci->mod_verBorislav Petkov1-3/+0
2016-12-15edac: rename edac_core.h to edac_mc.hMauro Carvalho Chehab1-1/+1
2015-10-15move io-64-nonatomic*.h out of asm-genericChristoph Hellwig1-1/+1
2014-12-08Merge tag 'edac_for_3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds1-2/+1
2014-11-19EDAC: Delete unnecessary check before calling pci_dev_put()Markus Elfring1-2/+1
2014-10-22i3200_edac: Report CE events properlyJason Baron1-2/+2
2014-02-07i3200_edac: Add a missing pci_disable_device() on the exit pathHitoshi Mitake1-0/+2
2013-12-06EDAC: Remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-08-09i3200_edac: Make a local function staticJingoo Han1-2/+1
2013-02-21i3200_edac: Fix the logic that detects filled memoriesMauro Carvalho Chehab1-9/+12
2013-02-21i3200_edac: Add more debug to the driverMauro Carvalho Chehab1-2/+14
2013-01-03Drivers: edac: remove __dev* attributes.Greg Kroah-Hartman1-4/+3
2012-09-25i3200_edac: Fix memory rank sizeMauro Carvalho Chehab1-1/+1
2012-06-12edac: edac_mc_handle_error(): add an error_count parameterMauro Carvalho Chehab1-3/+3
2012-06-11edac: remove arch-specific parameter for the error handlerMauro Carvalho Chehab1-3/+3
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-9/+9
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-3/+3
2012-05-28edac: Remove the legacy EDAC ABIMauro Carvalho Chehab1-1/+1
2012-05-28i3200_edac: convert driver to use the new edac ABIMauro Carvalho Chehab1-10/+22
2012-05-28edac: move nr_pages to dimm structMauro Carvalho Chehab1-2/+1
2012-05-28edac: Don't initialize csrow's first_page & friends when not neededMauro Carvalho Chehab1-5/+0
2012-05-28edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab1-8/+10
2012-03-19EDAC: Make pci_device_id tables __devinitconst.Lionel Debroux1-1/+1
2012-02-21asm-generic: architecture independent readq/writeq for 32bit environmentHitoshi Mitake1-13/+2
2011-05-25x86: remove 32-bit versions of readq()/writeq()Roland Dreier1-0/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2009-09-24edac: i3200 memory controller driverJason Uhlenkott1-0/+527