Re: [RFT PATCH v3 07/27] arm64: arch_timer: implement support for interrupt-names

2021-03-08 Thread Marc Zyngier
On Thu, 04 Mar 2021 21:38:42 +, Hector Martin wrote: > > 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

Re: [RFT PATCH v3 07/27] arm64: arch_timer: implement support for interrupt-names

2021-03-05 Thread Linus Walleij
On Thu, Mar 4, 2021 at 10:40 PM Hector Martin wrote: > 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

[RFT PATCH v3 07/27] arm64: arch_timer: implement support for interrupt-names

2021-03-04 Thread Hector Martin
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. Signed-off-by: Hector Martin