aboutsummaryrefslogtreecommitdiff
path: root/drivers/edac/cell_edac.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-15edac: rename edac_core.h to edac_mc.hGravatar Mauro Carvalho Chehab 1-1/+1
2014-10-20edac: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-06-26of: Migrate of_find_node_by_name() users to for_each_node_by_name()Gravatar Grant Likely 1-2/+1
2013-11-18Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Gravatar Linus Torvalds 1-0/+1
2013-11-14cell_edac: fix missing of_node_putGravatar Libo Chen 1-0/+1
2013-10-09drivers: clean-up prom.h implicit includesGravatar Rob Herring 1-0/+1
2013-01-03Drivers: edac: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-4/+4
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: change the mem allocation scheme to make Documentation/kobject.txt happyGravatar Mauro Carvalho Chehab 1-4/+4
2012-06-11edac: Rename the parent dev to pdevGravatar Mauro Carvalho Chehab 1-6/+6
2012-05-28edac: Remove the legacy EDAC ABIGravatar Mauro Carvalho Chehab 1-1/+1
2012-05-28cell_edac: convert driver to use the new edac ABIGravatar Mauro Carvalho Chehab 1-7/+19
2012-05-28edac: move nr_pages to dimm structGravatar Mauro Carvalho Chehab 1-3/+5
2012-05-28edac: move dimm properties to struct dimm_infoGravatar Mauro Carvalho Chehab 1-2/+8
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Gravatar Joe Perches 1-1/+1
2010-11-01tree-wide: fix comment/printk typosGravatar Uwe Kleine-König 1-2/+2
2009-06-18edac: add missing __devexit_p()Gravatar Mike Frysinger 1-1/+1
2009-03-24edac: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-1/+1
2009-01-28powerpc: More printing warning fixes for the l64 to ll64 conversionGravatar Stephen Rothwell 1-4/+4
2008-10-30edac: fix enabling of polling cell moduleGravatar Benjamin Herrenschmidt 1-0/+3
2008-10-20edac cell: fix incorrect edac_modeGravatar Benjamin Herrenschmidt 1-1/+1
2008-07-22powerpc/cell/edac: Log a syndrome code in case of correctable errorGravatar Maxim Shchetynin 1-2/+3
2008-02-07drivers-edac: add Cell MC driverGravatar Benjamin Herrenschmidt 1-0/+258