arm64/sysreg: Initial annotation of signed ID registers
authorMark Brown <broonie@kernel.org>
Tue, 31 Jan 2023 00:18:44 +0000 (00:18 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 1 Feb 2023 17:51:19 +0000 (17:51 +0000)
commitc3ac60aa1cfeee4f3976392a9d1d32e79e78d207
tree8763e9b3da36cbbd45d7af2ee62505431d98fc76
parenta55d1425fb2f4000a415164ba08712de9c1b7755
arm64/sysreg: Initial annotation of signed ID registers

We currently annotate a few bitfields as signed in hwcaps, update all of
these to be SignedEnum in the sysreg generation.  Further signed bitfields
can be done incrementally, this is the minimum required for the conversion
of the hwcaps to use token pasting to simplify their declaration.

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