summaryrefslogtreecommitdiffstats
path: root/drivers/edac/mpc85xx_edac.c
Commit message (Expand)AuthorAgeFilesLines
* EDAC: Remove dynamic attributes from edac_device_alloc_ctl_info()Jiri Slaby (SUSE)2024-03-271-1/+1
* EDAC/fsl_ddr: Convert to platform remove callback returning voidUwe Kleine-König2023-11-201-1/+1
* EDAC/mpc85xx: Convert to platform remove callback returning voidUwe Kleine-König2023-11-201-7/+4
* EDAC: Explicitly include correct DT includesRob Herring2023-08-281-2/+1
* EDAC: Sanitize MODULE_AUTHOR stringsBorislav Petkov (AMD)2023-03-281-2/+1
* EDAC/mpc85xx: Include required of headers directlyMichael Ellerman2022-07-281-0/+2
* powerpc/85xx: Remove fsl,85... bindingsChristophe Leroy2022-04-051-14/+0
* EDAC, mpc85xx: Add T2080 l2-cache supportChris Packham2017-02-031-0/+1
* edac: rename edac_core.h to edac_mc.hMauro Carvalho Chehab2016-12-151-1/+0
* EDAC, mpc85xx: Implement remove method for the platform driverYanjiang Jin2016-11-171-0/+17
* EDAC: Remove NO_IRQ from powerpc-only driversMichael Ellerman2016-09-121-2/+0
* EDAC, fsl_ddr: Rename macros and namesYork Sun2016-09-011-2/+2
* EDAC, fsl-ddr: Separate FSL DDR driver from MPC85xxYork Sun2016-09-011-555/+1
* EDAC, mpc85xx: Replace printk() with pr_* formatYork Sun2016-09-011-49/+38
* EDAC, mpc85xx: Drop setting/clearing RFXE bit in HID1York Sun2016-09-011-40/+0
* EDAC, mpc85xx: Fix PCIe error captureTillmann Heidsieck2016-08-181-3/+9
* EDAC, mpc85xx: Silence unused variable warningSudip Mukherjee2016-02-021-1/+1
* EDAC, mpc85xx: Make mpc85xx-pci-edac a platform deviceScott Wood2015-12-111-5/+33
* EDAC, mpc85xx: Use platform_register/unregister_drivers()Thierry Reding2015-12-031-8/+8
* EDAC, mpc85xx: Extend error address to 64 bitYork Sun2015-05-311-3/+7
* EDAC: Constify of_device_id arrayFabian Frederick2015-03-201-2/+2
* EDAC: mpc85xx: Use static attribute groups for sysfs entriesTakashi Iwai2015-02-231-30/+8
* mpc85xx_edac: Fix a typo in commentsAlexander Kuleshov2015-01-021-1/+1
* edac: drop owner assignment from platform_driversWolfram Sang2014-10-201-2/+0
* mpc85xx_edac: Make L2 interrupt shared tooBorislav Petkov2014-09-301-1/+1
* edac/85xx: Remove deprecated IRQF_DISABLEDJohannes Thumshirn2014-02-071-3/+3
* edac/85xx: Add PCIe error interrupt edac supportChunhe Lan2013-11-251-11/+87
* edac/85xx: Remove mpc85xx_pci_err_removeJohannes Thumshirn2013-11-171-22/+0
* mpc85xx_edac: Fix typoBaruch Siach2013-02-101-2/+2
* Drivers: edac: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-4/+4
* powerpc/fsl-pci: Unify pci/pcie initialization codeJia Hongtao2012-09-121-31/+12
* Merge branch 'devel'Mauro Carvalho Chehab2012-07-291-57/+74
|\
| * edac: edac_mc_handle_error(): add an error_count parameterMauro Carvalho Chehab2012-06-121-2/+2
| * edac: remove arch-specific parameter for the error handlerMauro Carvalho Chehab2012-06-111-2/+2
| * edac: Convert debugfX to edac_dbg(X,Joe Perches2012-06-111-11/+11
| * edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsMauro Carvalho Chehab2012-06-111-11/+11
| * edac: change the mem allocation scheme to make Documentation/kobject.txt happyMauro Carvalho Chehab2012-06-111-3/+3
| * mpc85xx_edac: convert sysfs logic to use struct deviceMauro Carvalho Chehab2012-06-111-38/+55
| * edac: Rename the parent dev to pdevMauro Carvalho Chehab2012-06-111-2/+2
* | mpc85xx_edac: fix error: too few arguments to function 'edac_mc_alloc'Kim Phillips2012-06-111-1/+2
|/
* edac: Remove the legacy EDAC ABIMauro Carvalho Chehab2012-05-281-2/+1
* mpc85xx_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-5/+17
* edac: move nr_pages to dimm structMauro Carvalho Chehab2012-05-281-1/+2
* edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab2012-05-281-5/+8
* drivers/edac/mpc85xx_edac.c: fix memory controller compatible for edacShaohui Xie2011-11-241-1/+1
* drivers/edac/mpc85xx_edac.c: correct offset_in_page mask bits in edac_mc_hand...Kai.Jiang2011-07-261-2/+2
* treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-6/+6
* edac/mpc85xx: Limit setting/clearing of HID1[RFXE] to e500v1/v2 coresKumar Gala2011-04-041-8/+19
* dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-15/+12
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-121-6/+6
|\