Re: [PATCH v1 2/2] arch/arm: time: Add support for parsing interrupts by names

2023-03-09 Thread Bertrand Marquis
Hi, > On 9 Mar 2023, at 15:36, Andrei Cherechesu > wrote: > > > > On 09/03/2023 15:46, Michal Orzel wrote: >> >> >> On 09/03/2023 13:45, Bertrand Marquis wrote: >>> >>> >>> Hi Michal, >>> On 9 Mar 2023, at 13:42, Michal Orzel wrote: Hi Bertrand, On 09/03/2023

Re: [PATCH v1 2/2] arch/arm: time: Add support for parsing interrupts by names

2023-03-09 Thread Andrei Cherechesu
On 09/03/2023 15:46, Michal Orzel wrote: > > > On 09/03/2023 13:45, Bertrand Marquis wrote: >> >> >> Hi Michal, >> >>> On 9 Mar 2023, at 13:42, Michal Orzel wrote: >>> >>> Hi Bertrand, >>> >>> On 09/03/2023 13:19, Bertrand Marquis wrote: Hi Michal, > On 9 Mar 2023, at

Re: [PATCH v1 2/2] arch/arm: time: Add support for parsing interrupts by names

2023-03-09 Thread Michal Orzel
On 09/03/2023 13:45, Bertrand Marquis wrote: > > > Hi Michal, > >> On 9 Mar 2023, at 13:42, Michal Orzel wrote: >> >> Hi Bertrand, >> >> On 09/03/2023 13:19, Bertrand Marquis wrote: >>> >>> >>> Hi Michal, >>> On 9 Mar 2023, at 12:35, Michal Orzel wrote: On

Re: [PATCH v1 2/2] arch/arm: time: Add support for parsing interrupts by names

2023-03-09 Thread Bertrand Marquis
Hi Michal, > On 9 Mar 2023, at 13:42, Michal Orzel wrote: > > Hi Bertrand, > > On 09/03/2023 13:19, Bertrand Marquis wrote: >> >> >> Hi Michal, >> >>> On 9 Mar 2023, at 12:35, Michal Orzel wrote: >>> >>> >>> >>> On 09/03/2023 11:39, Bertrand Marquis wrote: Hi Michal,

Re: [PATCH v1 2/2] arch/arm: time: Add support for parsing interrupts by names

2023-03-09 Thread Michal Orzel
Hi Bertrand, On 09/03/2023 13:19, Bertrand Marquis wrote: > > > Hi Michal, > >> On 9 Mar 2023, at 12:35, Michal Orzel wrote: >> >> >> >> On 09/03/2023 11:39, Bertrand Marquis wrote: >>> >>> >>> Hi Michal, >>> On 9 Mar 2023, at 11:05, Michal Orzel wrote: On 09/03/2023

Re: [PATCH v1 2/2] arch/arm: time: Add support for parsing interrupts by names

2023-03-09 Thread Bertrand Marquis
Hi Michal, > On 9 Mar 2023, at 12:35, Michal Orzel wrote: > > > > On 09/03/2023 11:39, Bertrand Marquis wrote: >> >> >> Hi Michal, >> >>> On 9 Mar 2023, at 11:05, Michal Orzel wrote: >>> >>> >>> >>> On 09/03/2023 09:02, Bertrand Marquis wrote: Hi Stefano, >

Re: [PATCH v1 2/2] arch/arm: time: Add support for parsing interrupts by names

2023-03-09 Thread Michal Orzel
On 09/03/2023 11:39, Bertrand Marquis wrote: > > > Hi Michal, > >> On 9 Mar 2023, at 11:05, Michal Orzel wrote: >> >> >> >> On 09/03/2023 09:02, Bertrand Marquis wrote: >>> >>> >>> Hi Stefano, >>> On 7 Mar 2023, at 22:02, Stefano Stabellini wrote: On Tue, 7 Mar 2023,

Re: [PATCH v1 2/2] arch/arm: time: Add support for parsing interrupts by names

2023-03-09 Thread Bertrand Marquis
Hi Michal, > On 9 Mar 2023, at 11:05, Michal Orzel wrote: > > > > On 09/03/2023 09:02, Bertrand Marquis wrote: >> >> >> Hi Stefano, >> >>> On 7 Mar 2023, at 22:02, Stefano Stabellini wrote: >>> >>> On Tue, 7 Mar 2023, Bertrand Marquis wrote: > On 7 Mar 2023, at 11:09, Andrei

Re: [PATCH v1 2/2] arch/arm: time: Add support for parsing interrupts by names

2023-03-09 Thread Michal Orzel
On 09/03/2023 09:02, Bertrand Marquis wrote: > > > Hi Stefano, > >> On 7 Mar 2023, at 22:02, Stefano Stabellini wrote: >> >> On Tue, 7 Mar 2023, Bertrand Marquis wrote: On 7 Mar 2023, at 11:09, Andrei Cherechesu (OSS) wrote: From: Andrei Cherechesu Added

Re: [PATCH v1 2/2] arch/arm: time: Add support for parsing interrupts by names

2023-03-09 Thread Bertrand Marquis
Hi Stefano, > On 7 Mar 2023, at 22:02, Stefano Stabellini wrote: > > On Tue, 7 Mar 2023, Bertrand Marquis wrote: >>> On 7 Mar 2023, at 11:09, Andrei Cherechesu (OSS) >>> wrote: >>> >>> From: Andrei Cherechesu >>> >>> Added support for parsing the ARM generic timer interrupts DT >>> node by

Re: [PATCH v1 2/2] arch/arm: time: Add support for parsing interrupts by names

2023-03-07 Thread Stefano Stabellini
On Tue, 7 Mar 2023, Bertrand Marquis wrote: > > On 7 Mar 2023, at 11:09, Andrei Cherechesu (OSS) > > wrote: > > > > From: Andrei Cherechesu > > > > Added support for parsing the ARM generic timer interrupts DT > > node by the "interrupt-names" property, if it is available. > > > > If not

Re: [PATCH v1 2/2] arch/arm: time: Add support for parsing interrupts by names

2023-03-07 Thread Andrei Cherechesu
On 07/03/2023 17:38, Bertrand Marquis wrote: > Hi Andrei, > >> On 7 Mar 2023, at 11:09, Andrei Cherechesu (OSS) >> wrote: >> >> From: Andrei Cherechesu >> >> Added support for parsing the ARM generic timer interrupts DT >> node by the "interrupt-names" property, if it is available. >> >> If

Re: [PATCH v1 2/2] arch/arm: time: Add support for parsing interrupts by names

2023-03-07 Thread Bertrand Marquis
Hi Andrei, > On 7 Mar 2023, at 11:09, Andrei Cherechesu (OSS) > wrote: > > From: Andrei Cherechesu > > Added support for parsing the ARM generic timer interrupts DT > node by the "interrupt-names" property, if it is available. > > If not available, the usual parsing based on the expected >

[PATCH v1 2/2] arch/arm: time: Add support for parsing interrupts by names

2023-03-07 Thread Andrei Cherechesu (OSS)
From: Andrei Cherechesu Added support for parsing the ARM generic timer interrupts DT node by the "interrupt-names" property, if it is available. If not available, the usual parsing based on the expected IRQ order is performed. Also added the "hyp-virt" PPI to the timer PPI list, even though