irqchip/gic-v3: Claim iomem resources
authorRobin Murphy <robin.murphy@arm.com>
Tue, 12 Apr 2022 15:28:15 +0000 (16:28 +0100)
committerMarc Zyngier <maz@kernel.org>
Wed, 4 May 2022 14:46:03 +0000 (15:46 +0100)
commit2b2cd74a06c38cc26b2a17854f5e42f7270438eb
tree79aed56b862b24564203f2767ddb4a98e94ea4d1
parent4053b6b43fae126bea0654493fe512d364ee9fc1
irqchip/gic-v3: Claim iomem resources

As a simple quality-of-life tweak, claim our MMIO regions when mapping
them, such that the GIC shows up in /proc/iomem. No effort is spent on
trying to release them, since frankly if the GIC fails to probe then
it's never getting a second try anyway.

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/c534c2a458a3bf94ccdae8abc6edc3d45a689c30.1649777295.git.robin.murphy@arm.com
drivers/irqchip/irq-gic-v3.c