aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/mpc85xx_edac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-03EDAC, mpc85xx: Add T2080 l2-cache supportChris Packham1-0/+1
2016-12-15edac: rename edac_core.h to edac_mc.hMauro Carvalho Chehab1-1/+0
2016-11-17EDAC, mpc85xx: Implement remove method for the platform driverYanjiang Jin1-0/+17
2016-09-12EDAC: Remove NO_IRQ from powerpc-only driversMichael Ellerman1-2/+0
2016-09-01EDAC, fsl_ddr: Rename macros and namesYork Sun1-2/+2
2016-09-01EDAC, fsl-ddr: Separate FSL DDR driver from MPC85xxYork Sun1-555/+1
2016-09-01EDAC, mpc85xx: Replace printk() with pr_* formatYork Sun1-49/+38
2016-09-01EDAC, mpc85xx: Drop setting/clearing RFXE bit in HID1York Sun1-40/+0
2016-08-18EDAC, mpc85xx: Fix PCIe error captureTillmann Heidsieck1-3/+9
2016-02-02EDAC, mpc85xx: Silence unused variable warningSudip Mukherjee1-1/+1
2015-12-11EDAC, mpc85xx: Make mpc85xx-pci-edac a platform deviceScott Wood1-5/+33
2015-12-03EDAC, mpc85xx: Use platform_register/unregister_drivers()Thierry Reding1-8/+8
2015-05-31EDAC, mpc85xx: Extend error address to 64 bitYork Sun1-3/+7
2015-03-20EDAC: Constify of_device_id arrayFabian Frederick1-2/+2
2015-02-23EDAC: mpc85xx: Use static attribute groups for sysfs entriesTakashi Iwai1-30/+8
2015-01-02mpc85xx_edac: Fix a typo in commentsAlexander Kuleshov1-1/+1
2014-10-20edac: drop owner assignment from platform_driversWolfram Sang1-2/+0
2014-09-30mpc85xx_edac: Make L2 interrupt shared tooBorislav Petkov1-1/+1
2014-02-07edac/85xx: Remove deprecated IRQF_DISABLEDJohannes Thumshirn1-3/+3
2013-11-25edac/85xx: Add PCIe error interrupt edac supportChunhe Lan1-11/+87
2013-11-17edac/85xx: Remove mpc85xx_pci_err_removeJohannes Thumshirn1-22/+0
2013-02-10mpc85xx_edac: Fix typoBaruch Siach1-2/+2
2013-01-03Drivers: edac: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-09-12powerpc/fsl-pci: Unify pci/pcie initialization codeJia Hongtao1-31/+12
2012-07-29Merge branch 'devel'Mauro Carvalho Chehab1-57/+74
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-11/+11
2012-06-11edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsMauro Carvalho Chehab1-11/+11
2012-06-11edac: change the mem allocation scheme to make Documentation/kobject.txt happyMauro Carvalho Chehab1-3/+3
2012-06-11mpc85xx_edac: convert sysfs logic to use struct deviceMauro Carvalho Chehab1-38/+55
2012-06-11edac: Rename the parent dev to pdevMauro Carvalho Chehab1-2/+2
2012-06-11mpc85xx_edac: fix error: too few arguments to function 'edac_mc_alloc'Kim Phillips1-1/+2
2012-05-28edac: Remove the legacy EDAC ABIMauro Carvalho Chehab1-2/+1
2012-05-28mpc85xx_edac: convert driver to use the new edac ABIMauro Carvalho Chehab1-5/+17
2012-05-28edac: move nr_pages to dimm structMauro Carvalho Chehab1-1/+2
2012-05-28edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab1-5/+8
2011-11-24drivers/edac/mpc85xx_edac.c: fix memory controller compatible for edacShaohui Xie1-1/+1
2011-07-26drivers/edac/mpc85xx_edac.c: correct offset_in_page mask bits in edac_mc_handle_ce()Kai.Jiang1-2/+2
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-6/+6
2011-04-04edac/mpc85xx: Limit setting/clearing of HID1[RFXE] to e500v1/v2 coresKumar Gala1-8/+19
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely1-15/+12
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-6/+6
2010-08-11edac: mpc85xx: add support for new MPCxxx/Pxxxx EDAC controllersAnton Vorontsov1-0/+6
2010-08-11edac: add wissing pieces from MPC85xx -> FSL_SOC_BOOKEChristoph Egger1-5/+5
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-6/+6
2010-07-27edac: mpc85xx: fix coldplug/hotplug module autoloadingAnton Vorontsov1-0/+3
2010-07-20edac: mpc85xx: add support for MPC8569 EDAC controllersAnton Vorontsov1-0/+1
2010-06-02of/edac: fix build breakage in driversAnatolij Gustschin1-6/+6
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-18/+12