aboutsummaryrefslogtreecommitdiff
path: root/drivers/edac/synopsys_edac.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-28EDAC: Explicitly include correct DT includesGravatar Rob Herring 1-1/+0
2022-07-22EDAC/synopsys: Re-enable the error interrupts on v3 hwGravatar Sherry Sun 1-22/+25
2022-07-22EDAC/synopsys: Use the correct register to disable the error interrupt on v3 hwGravatar Sherry Sun 1-2/+5
2022-05-23Merge tag 'edac_updates_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-14/+1
2022-04-28EDAC/synopsys: Add a SPDX identifierGravatar Shubhrajyoti Datta 1-14/+1
2022-04-14EDAC/synopsys: Read the error count from the correct registerGravatar Shubhrajyoti Datta 1-5/+11
2021-11-20EDAC/synopsys: Add support for version 3 of the Synopsys EDAC DDRGravatar Dinh Nguyen 1-7/+42
2021-11-20EDAC/synopsys: Use the quirk for version instead of ddr versionGravatar Dinh Nguyen 1-2/+1
2021-09-16EDAC/synopsys: Fix wrong value type assignment for edac_modeGravatar Sai Krishna Potthuri 1-1/+1
2020-11-18EDAC/synopsys: Return the correct value in mc_probe()Gravatar Zhang Xiaoxu 1-1/+2
2020-03-17EDAC/synopsys: Do not dump uninitialized pinf->colGravatar Sherry Sun 1-11/+11
2020-02-27EDAC/synopsys: Do not print an error with back-to-back snprintf() callsGravatar Sherry Sun 1-15/+7
2018-11-06EDAC, synopsys: Add Error Injection support for ZynqMP DDR controllerGravatar Manish Narani 1-7/+413
2018-11-06EDAC, synopsys: Add ECC support for ZynqMP DDR controllerGravatar Manish Narani 1-17/+305
2018-11-05EDAC, synopsys: Add macro defines for ZynqMP DDRCGravatar Manish Narani 1-0/+168
2018-11-05EDAC, synopsys: Add error handling for the of_device_get_match_data() resultGravatar Manish Narani 1-0/+3
2018-11-05EDAC, synopsys: Add platform specific structures for the DDR ControllerGravatar Manish Narani 1-23/+63
2018-11-05EDAC, synopsys: Return void for functions always returning 0Gravatar Manish Narani 1-18/+4
2018-11-05EDAC, synopsys: Correct commentsGravatar Manish Narani 1-53/+51
2018-11-05EDAC, synopsys: Shorten static function namesGravatar Manish Narani 1-41/+38
2018-11-05EDAC, synopsys: Improve code readabilityGravatar Manish Narani 1-52/+52
2017-07-17EDAC: Get rid of mci->mod_verGravatar Borislav Petkov 1-1/+0
2016-12-15edac: rename edac_core.h to edac_mc.hGravatar Mauro Carvalho Chehab 1-1/+1
2015-03-20EDAC: Constify of_device_id arrayGravatar Fabian Frederick 1-1/+1
2015-01-07EDAC, synps: Add EDAC support for zynq ddr ecc controllerGravatar Punnaiah Choudary Kalluri 1-0/+535