commit | 5e92946c39ca6abc65e34775a93cc1d1a819c0e3 | [log] [tgz] |
---|---|---|
author | Zhen Lei <thunder.leizhen@huawei.com> | Tue Jul 07 04:30:18 2015 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Wed Jul 08 17:24:39 2015 +0100 |
tree | e55bc9345eaef4358aa963e510a4dbe3500d8023 | |
parent | e2f4c2330f08ba73d9a3c919a3d6ca33dce7d2c2 [diff] |
iommu/arm-smmu: Skip the execution of CMD_PREFETCH_CONFIG Hisilicon SMMUv3 devices treat CMD_PREFETCH_CONFIG as a illegal command, execute it will trigger GERROR interrupt. Although the gerror code manage to turn the prefetch into a SYNC, and the system can continue to run normally, but it's ugly to print error information. Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> [will: extended binding documentation] Signed-off-by: Will Deacon <will.deacon@arm.com>