[PATCH V7 10/11] iommu/arm-smmu: Clean up early-probing workarounds
From: Tomasz Nowicki <hidden>
Date: 2017-01-25 17:28:22
Also in:
linux-acpi, linux-arm-msm, linux-iommu, linux-pci
From: Tomasz Nowicki <hidden>
Date: 2017-01-25 17:28:22
Also in:
linux-acpi, linux-arm-msm, linux-iommu, linux-pci
On 23.01.2017 17:18, Sricharan R wrote:
From: Robin Murphy <robin.murphy@arm.com> Now that the appropriate ordering is enforced via profe-deferral of masters in core code, rip it all out and bask in the simplicity. Acked-by: Will Deacon <redacted> Signed-off-by: Robin Murphy <robin.murphy@arm.com> [Sricharan: Rebased on top of ACPI IORT SMMU series] Signed-off-by: Sricharan R <redacted>
[...]
-
-#ifdef CONFIG_ACPI
-static int __init acpi_smmu_v3_init(struct acpi_table_header *table)
-{
- if (iort_node_match(ACPI_IORT_NODE_SMMU_V3))
- return arm_smmu_init();Since we clean the code we can remove iort_node_match() from iort.c. There is no user for it any more. Unless Lorenzo has some plans for it. Thanks, Tomasz