commit | 324ba1082323a51a3ad282c20e3d3b11845cf030 | [log] [tgz] |
---|---|---|
author | Prem Mallappa <pmallapp@broadcom.com> | Mon Dec 14 22:01:14 2015 +0530 |
committer | Will Deacon <will.deacon@arm.com> | Thu Dec 17 12:05:35 2015 +0000 |
tree | 4e077256a6f838210dffd42ad84f714fa182adce | |
parent | fdc38967633ec23b3b24dfc487dfb7b90d1a0215 [diff] |
iommu/arm-smmu: Fix write to GERRORN register When acknowledging global errors, the GERRORN register should be written with the original GERROR value so that active errors are toggled. This patch fixed the driver to write the original GERROR value to GERRORN, instead of an active error mask. Signed-off-by: Prem Mallappa <pmallapp@broadcom.com> [will: reworked use of active bits and fixed commit log] Signed-off-by: Will Deacon <will.deacon@arm.com>