Re: [PATCH V6 4/7] irqchip/gicv3-its: Refator ITS DT init code to prepare for ACPI

2016-06-15 Thread Marc Zyngier
On Mon, 13 Jun 2016 16:41:10 +0200 Tomasz Nowicki wrote: s/refator/refactor/ in the subject line. > In order to add ACPI support we need to isolate ACPI&DT common code and > move DT logic to corresponding functions. To achieve this we are using > firmware agnostic handle which can be unpacked to

[PATCH V6 4/7] irqchip/gicv3-its: Refator ITS DT init code to prepare for ACPI

2016-06-13 Thread Tomasz Nowicki
In order to add ACPI support we need to isolate ACPI&DT common code and move DT logic to corresponding functions. To achieve this we are using firmware agnostic handle which can be unpacked to either DT or ACPI node. No functional changes other than a very minor one: 1. Fix ITS base register addre