Re: [PATCH] arm64/pvpanic-mmio : add pvpanic mmio device

2018-10-18 Thread Mark Rutland
On Thu, Oct 18, 2018 at 09:56:11AM +0800, peng.h...@zte.com.cn wrote: > >Hi, > > > >[adding devicetree] > > > >On Wed, Oct 17, 2018 at 06:08:23PM +0800, Peng Hao wrote: [...] > >> +#define PVPANIC_MMIO_CRASHED(1 << 0) > > > >This looks like it's identical to PVPANIC_PANICKED in the existing A

Re: [PATCH] arm64/pvpanic-mmio : add pvpanic mmio device

2018-10-17 Thread Mark Rutland
Hi, [adding devicetree] On Wed, Oct 17, 2018 at 06:08:23PM +0800, Peng Hao wrote: > Add a platform device driver, pvpanic-mmio that is similar > to x86's pvpanic device. It would be worth noting in the commit message that this is a QEMU-specific device. Is this already in upstream QEMU? > Sign

[PATCH] arm64/pvpanic-mmio : add pvpanic mmio device

2018-10-16 Thread Peng Hao
Add a platform device driver, pvpanic-mmio that is similar to x86's pvpanic device. Signed-off-by: Peng Hao --- drivers/platform/Kconfig| 3 + drivers/platform/Makefile | 1 + drivers/platform/arm/Kconfig| 6 ++ drivers/platform/arm/Makefile | 6 ++ dr

[PATCH] arm64/pvpanic-mmio : add pvpanic mmio device

2018-10-16 Thread Peng Hao
From: 彭浩10096742 Add a platform device driver, pvpanic-mmio that is similar to x86's pvpanic device. Signed-off-by: Peng Hao --- drivers/platform/Kconfig| 3 + drivers/platform/Makefile | 1 + drivers/platform/arm/Kconfig| 6 ++ drivers/platform/arm/Makefile