]> git.baikalelectronics.ru Git - 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)
commit62ff05f20f61cacfe88f6e72fe48f0d628192114
tree4dce98d1691432a30e8d740c6ecbb73407341ea1
parent8a8dd835d211d4dc9bc59ba25c7cd337f4d599eb
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