arm64/sysreg: Initial unsigned annotations for ID registers
authorMark Brown <broonie@kernel.org>
Tue, 31 Jan 2023 00:18:45 +0000 (00:18 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 1 Feb 2023 17:51:19 +0000 (17:51 +0000)
commitad16d4cf0b4f88b54085036102476588ea0e7626
tree1104d7fdb73dd5bd8726d3e3d65ee658eb7db072
parentc3ac60aa1cfeee4f3976392a9d1d32e79e78d207
arm64/sysreg: Initial unsigned annotations for ID registers

In order to allow the simplification of way we declare hwcaps annotate
most of the unsigned fields in the identification registers as such. This
is not a complete annotation, it does cover all the cases where we already
annotate signedness of the field in the hwcaps and some others which I
happened to look at and seemed clear but there will be more and nothing
outside the identification registers was even looked at.

Other fields can be annotated as incrementally as people have the time and
need to do so.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20221207-arm64-sysreg-helpers-v4-3-25b6b3fb9d18@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/tools/sysreg