[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAHp75VeQD7xEUyR=Vwk78R3Ld2OfBzL=mkKQF9YLO0nKJyJ6zA@mail.gmail.com>
Date: Wed, 31 Oct 2018 14:53:38 +0200
From: Andy Shevchenko <andy.shevchenko@...il.com>
To: peng.hao2@....com.cn
Cc: Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Arnd Bergmann <arnd@...db.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Andy Shevchenko <andy@...radead.org>,
Darren Hart <dvhart@...radead.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Platform Driver <platform-driver-x86@...r.kernel.org>,
hutao@...fujitsu.com,
Linux Documentation List <linux-doc@...r.kernel.org>
Subject: Re: [PATCH V4 4/5] misc/pvpanic: add support to get pvpanic device
info by FDT
On Wed, Oct 31, 2018 at 7:27 AM Peng Hao <peng.hao2@....com.cn> 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 through FDT.
> @@ -3,15 +3,18 @@
> * Copyright (C) 2013 Fujitsu.
> + * Copyright (C) 2018 ZTE.
> +#include <linux/acpi.h>
...
> -#include <linux/acpi.h>
> - { "", 0 },
> + { "", 0 }
These changes regarding to style should go in a separate patch.
> #include <linux/module.h>
> -#include <linux/init.h>
This one also in a separate patch.
So, the one should be split to three AFAICS.
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists