aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/ppc4xx_edac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-10-20edac: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-20{mv64x60,ppc4xx}_edac,: Remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+2
2014-09-15ppc4xx_edac: Fix build error caused by wrong member accessPranith Kumar1-1/+1
2013-01-03Drivers: edac: remove __dev* attributes.Greg Kroah-Hartman1-16/+11
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: Rename the parent dev to pdevMauro Carvalho Chehab1-4/+4
2012-05-28edac: Remove the legacy EDAC ABIMauro Carvalho Chehab1-1/+1
2012-05-28ppc4xx_edac: convert driver to use the new edac ABIMauro Carvalho Chehab1-8/+17
2012-05-28edac: move nr_pages to dimm structMauro Carvalho Chehab1-2/+3
2012-05-28edac: Don't initialize csrow's first_page & friends when not neededMauro Carvalho Chehab1-7/+0
2012-05-28edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab1-5/+8
2012-03-21edac/ppc4xx_edac: Fix compilationMauro Carvalho Chehab1-2/+2
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-08-11powerpc/4xx: edac: Add comma to fix build errorMike Williams1-1/+1
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-1/+1
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely1-1/+1
2011-04-19edac: Drop __DATE__ usageMichal Marek1-1/+1
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely1-16/+7
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-3/+3
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-6/+6
2010-06-02of/edac: fix build breakage in driversAnatolij Gustschin1-3/+3
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-5/+5
2009-04-02edac: new ppc4xx driver moduleGrant Erickson1-0/+1448