]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
iommu/arm-smmu: Convert GR0 registers to bitfields
authorRobin Murphy <robin.murphy@arm.com>
Thu, 15 Aug 2019 18:37:23 +0000 (19:37 +0100)
committerWill Deacon <will@kernel.org>
Mon, 19 Aug 2019 15:52:47 +0000 (16:52 +0100)
commit0caf5f4e84fe0a870917984abf1f0eb29fa6e375
tree4dce98d1691432a30e8d740c6ecbb73407341ea1
parenta5b396ce5001a8b8c8594c7fa90b0df61d6b3272
iommu/arm-smmu: Convert GR0 registers to bitfields

FIELD_PREP remains a terrible name, but the overall simplification will
make further work on this stuff that much more manageable. This also
serves as an audit of the header, wherein we can impose a consistent
grouping and ordering of the offset and field definitions

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/arm-smmu-regs.h
drivers/iommu/arm-smmu.c