EDAC/qcom: Make irq configuration optional#738
Conversation
On Shikra, the ECC interrupt configuration—enabling Tag/Data RAM interrupts and setting error thresholds—is already performed by the DSF (DDR System Firmware) before the kernel driver probes. Calling qcom_llcc_core_setup() would redundantly reconfigure these registers. Set the irq_configured flag in shikra_cfg to skip the redundant kernel-side interrupt enable register writes in qcom_llcc_core_setup(). Signed-off-by: Faiyaz Mohammed <faiyazm@qti.qualcomm.com>
|
Merge Check Failed: No CR Numbers Found Error: No Change Request numbers were found. Please add Change Request numbers to your pull request description in the format CRs-Fixed: 12345 or link GitHub issues that are associated with Change Requests. |
add CRs-Fixed: 4576473 in PR summary. |
shashim-quic
left a comment
There was a problem hiding this comment.
EDAC/qcom: Make irq configuration optional
missing prefix , Link: tag
On Shikra, the ECC interrupt configuration—enabling Tag/Data RAM interrupts and setting error thresholds—is already performed by the DSF (DDR System Firmware) before the kernel driver probes. Calling qcom_llcc_core_setup() would redundantly reconfigure these registers.
Set the irq_configured flag in shikra_cfg to skip the redundant kernel-side interrupt enable register writes in qcom_llcc_core_setup().