arm64: arch_timer: Implement support for interrupt-names
authorHector Martin <marcan@marcan.st>
Sun, 14 Feb 2021 07:11:30 +0000 (16:11 +0900)
committerHector Martin <marcan@marcan.st>
Thu, 8 Apr 2021 11:18:38 +0000 (20:18 +0900)
commit86332e9e3477af8f31c9d5f3e81e57e0fd2118e7
treec572eab5a337569ccd19951c0c9f6bc59b80fb53
parenta6cf39fbe133857a7f26f0cab8198869caf44dee
arm64: arch_timer: Implement support for interrupt-names

This allows the devicetree to correctly represent the available set of
timers, which varies from device to device, without the need for fake
dummy interrupts for unavailable slots.

Also add the hyp-virt timer/PPI, which is not currently used, but worth
representing.

Reviewed-by: Tony Lindgren <tony@atomide.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Hector Martin <marcan@marcan.st>
drivers/clocksource/arm_arch_timer.c
include/clocksource/arm_arch_timer.h