On Sat, 23 Jan 2016, Shannon Zhao wrote:
> From: Shannon Zhao
>
> Since ACPI 6.0 defines that GIC Distributor Structure contains the GIC
> version filed, it could get GIC version from that. Then call acpi device
> initializing function to preinit GIC device.
>
> Signed-off-by: Shannon Zhao
> --
From: Shannon Zhao
Since ACPI 6.0 defines that GIC Distributor Structure contains the GIC
version filed, it could get GIC version from that. Then call acpi device
initializing function to preinit GIC device.
Signed-off-by: Shannon Zhao
---
V4: use ACPI_MADT_GIC_VERSION_V* instead of GICv*
---