Re: [PATCH V5 7/8] misc/pvpanic: add support to get pvpanic device info by FDT

2018-11-01 Thread Mark Rutland
On Thu, Nov 01, 2018 at 11:10:01PM +0800, Peng Hao wrote: > By default, when ACPI tables and FDT coexist for ARM64, > current kernel takes precedence over FDT to get device information. > Virt machine in qemu provides both FDT and ACPI table. This patch > increases the way to get information throug

[PATCH V5 7/8] misc/pvpanic: add support to get pvpanic device info by FDT

2018-11-01 Thread Peng Hao
By default, when ACPI tables and FDT coexist for ARM64, current kernel takes precedence over FDT to get device information. Virt machine in qemu provides both FDT and ACPI table. This patch increases the way to get information through FDT. Signed-off-by: Peng Hao --- drivers/misc/pvpanic.c | 66