Re: Re: [PATCH V6 3/8] misc/pvpanic: add MMIO support

2018-11-03 Thread Andy Shevchenko
On Sat, Nov 3, 2018 at 4:27 AM 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. > >> > > > >0day complains b/c of 1st patch in the series. > > > >Reviewed-by: Andy Shevchenko > > > >

Re: [PATCH V6 3/8] misc/pvpanic: add MMIO support

2018-11-02 Thread Andy Shevchenko
On Fri, Nov 2, 2018 at 6:46 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. > 0day complains b/c of 1st patch in the series. Reviewed-by: Andy Shevchenko > Suggested-by: Andy Sh

Re: [PATCH V6 3/8] misc/pvpanic: add MMIO support

2018-11-02 Thread kbuild test robot
Hi Peng, Thank you for the patch! Yet something to improve: [auto build test ERROR on char-misc/char-misc-testing] [also build test ERROR on v4.19 next-20181102] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-c

[PATCH V6 3/8] misc/pvpanic: add MMIO support

2018-11-01 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. Suggested-by: Andy Shevchenko Acked-by: Mark Rutland Signed-off-by: Peng Hao --- drivers/misc/pvpanic.c | 14 ++ 1 file changed, 10 insertions