aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/cell_edac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-15edac: rename edac_core.h to edac_mc.hMauro Carvalho Chehab1-1/+1
2014-10-20edac: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-26of: Migrate of_find_node_by_name() users to for_each_node_by_name()Grant Likely1-2/+1
2013-11-18Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds1-0/+1
2013-11-14cell_edac: fix missing of_node_putLibo Chen1-0/+1
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+1
2013-01-03Drivers: edac: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
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: change the mem allocation scheme to make Documentation/kobject.txt happyMauro Carvalho Chehab1-4/+4
2012-06-11edac: Rename the parent dev to pdevMauro Carvalho Chehab1-6/+6
2012-05-28edac: Remove the legacy EDAC ABIMauro Carvalho Chehab1-1/+1
2012-05-28cell_edac: convert driver to use the new edac ABIMauro Carvalho Chehab1-7/+19
2012-05-28edac: move nr_pages to dimm structMauro Carvalho Chehab1-3/+5
2012-05-28edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab1-2/+8
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-2/+2
2009-06-18edac: add missing __devexit_p()Mike Frysinger1-1/+1
2009-03-24edac: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-01-28powerpc: More printing warning fixes for the l64 to ll64 conversionStephen Rothwell1-4/+4
2008-10-30edac: fix enabling of polling cell moduleBenjamin Herrenschmidt1-0/+3
2008-10-20edac cell: fix incorrect edac_modeBenjamin Herrenschmidt1-1/+1
2008-07-22powerpc/cell/edac: Log a syndrome code in case of correctable errorMaxim Shchetynin1-2/+3
2008-02-07drivers-edac: add Cell MC driverBenjamin Herrenschmidt1-0/+258