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

2019-02-27 Thread Marc Zyngier
On 27/02/2019 16:24, Matthias Brugger wrote: > Hi Marc, > > On 05/12/2018 14:27, Marc Zyngier wrote: >> On 05/12/2018 12:50, Richter, Robert wrote: >>> Marc, >>> >>> do you have any comments on this series? Please take a look at it. >> >> It is on my list of stuff to review. Slowly getting there.

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

2019-02-27 Thread Matthias Brugger
Hi Marc, On 05/12/2018 14:27, Marc Zyngier wrote: > On 05/12/2018 12:50, Richter, Robert wrote: >> Marc, >> >> do you have any comments on this series? Please take a look at it. > > It is on my list of stuff to review. Slowly getting there. > Did you have time to review this patches? This

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

2018-12-05 Thread Marc Zyngier
On 05/12/2018 12:50, Richter, Robert wrote: > Marc, > > do you have any comments on this series? Please take a look at it. It is on my list of stuff to review. Slowly getting there. Thanks, M. -- Jazz is not dead. It just smells funny...

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

2018-12-05 Thread Marc Zyngier
On 05/12/2018 12:50, Richter, Robert wrote: > Marc, > > do you have any comments on this series? Please take a look at it. It is on my list of stuff to review. Slowly getting there. Thanks, M. -- Jazz is not dead. It just smells funny...

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

2018-12-05 Thread Richter, Robert
Marc, do you have any comments on this series? Please take a look at it. There is also this one on top: https://patchwork.kernel.org/cover/10685025/ Both series fix ITS table allocation for 4k page size and make the upstream kernel working without the need of additional patches. Thanks,

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

2018-12-05 Thread Richter, Robert
Marc, do you have any comments on this series? Please take a look at it. There is also this one on top: https://patchwork.kernel.org/cover/10685025/ Both series fix ITS table allocation for 4k page size and make the upstream kernel working without the need of additional patches. Thanks,

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

2018-11-28 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.

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

2018-11-28 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.