Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4fb04ec2 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "iommu/arm-smmu: Add support for implementation specific debugging"

parents 3b90a3b2 f715a4c1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -105,7 +105,6 @@ static struct arm_smmu_device *cavium_smmu_impl_init(struct arm_smmu_device *smm

#define ARM_MMU500_ACTLR_CPRE		(1 << 1)

#define ARM_MMU500_ACR_CACHE_LOCK	(1 << 26)
#define ARM_MMU500_ACR_S2CRB_TLBEN	(1 << 10)
#define ARM_MMU500_ACR_SMTNMB_TLBEN	(1 << 8)

@@ -162,6 +161,8 @@ struct arm_smmu_device *arm_smmu_impl_init(struct arm_smmu_device *smmu)
		break;
	case CAVIUM_SMMUV2:
		return cavium_smmu_impl_init(smmu);
	case QCOM_SMMUV500:
		return qsmmuv500_impl_init(smmu);
	default:
		break;
	}
+842 −1

File changed.

Preview size limit exceeded, changes collapsed.

+52 −989

File changed.

Preview size limit exceeded, changes collapsed.

+57 −3

File changed.

Preview size limit exceeded, changes collapsed.