On 2017/5/17 18:13, Shameerali Kolothum Thodi wrote:
#ifdef CONFIG_ACPI +static void acpi_smmu_get_options(u32 model, struct arm_smmu_device +*smmu) { + if (model == ACPI_IORT_SMMU_CAVIUM_CN99XX) + smmu->options |= ARM_SMMU_OPT_PAGE0_REGS_ONLY;
>
HiSIlicon hip06/07 boards have a similar existing option to enable, ARM_SMMU_OPT_SKIP_PREFETCH. I have just sent out a similar patch to enable It-" [PATCH] iommu/arm-smmu-v3: Enable ACPI based HiSilicon CMD_PREFETCH quirk(erratum 161010701)". May be it can be merged here, if this series goes through. Not sure about the protocol though.
I think you can add a patch on top of Geetha's, and clarify the dependency in the change log, then it will be easy for maintainer to apply. Thanks Hanjun -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html