Re: [PATCH V4 3/5] misc/pvpanic: add MMIO support

2018-10-31 Thread Andy Shevchenko
On Wed, Oct 31, 2018 at 7:27 AM Peng Hao wrote: > > On some architectures (e.g. arm64), it's preferable to use MMIO, since > this can be used standalone. Add MMIO support to the pvpanic driver. > case ACPI_RESOURCE_TYPE_IO: > - port = res->data.io.minimum; > +

[PATCH V4 3/5] misc/pvpanic: add MMIO support

2018-10-30 Thread Peng Hao
On some architectures (e.g. arm64), it's preferable to use MMIO, since this can be used standalone. Add MMIO support to the pvpanic driver. Signed-off-by: Peng Hao --- drivers/misc/pvpanic.c | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/drivers/misc/pv