Re: [PATCH 00/10] irqdomain, gic-v3-its: Implement late irq domain initialization

2018-11-11 Thread Richter, Robert
On 09.11.18 17:19:54, John Garry wrote: > On 07/11/2018 22:03, Robert Richter wrote: > >Patches have been tested with Cavium ThunderX and ThunderX2. I have an > >implementation of CMA ITS table allocation on top of this series > >available, I will send out patches for this in a couple of days. >

Re: [PATCH 00/10] irqdomain, gic-v3-its: Implement late irq domain initialization

2018-11-09 Thread John Garry
On 07/11/2018 22:03, Robert Richter wrote: This patch series is a rework of the gic-v3-its initialization. It is in preparation of a further series that uses CMA memory allocation for ITS tables. For this the CMA framework must be available and thus ITS needs to be initialized after the arch_init

[PATCH 00/10] irqdomain, gic-v3-its: Implement late irq domain initialization

2018-11-07 Thread Robert Richter
This patch series is a rework of the gic-v3-its initialization. It is in preparation of a further series that uses CMA memory allocation for ITS tables. For this the CMA framework must be available and thus ITS needs to be initialized after the arch_initcalls. This requires two major reworks. Firs