Re: [PATCH v3] cxl: Export AFU error buffer via sysfs

2015-05-20 Thread trigg
> On 21-May-2015, at 05:16, Michael Neuling wrote: > > + */ >> +ssize_t cxl_afu_read_err_buffer(struct cxl_afu *afu, char *buf, >> +loff_t off, size_t count) >> +{ >> +loff_t aligned_off; >> +size_t aligned_count; >> +const void __iomem *ebuf = afu->afu_desc_mmio + af

Re: [PATCH v5] powerpc/powernv: Add poweroff (EPOW, DPO) events support for PowerNV platform

2015-05-19 Thread trigg
shutdown time. > > Signed-off-by: Vipin K Parashar Acked-by: trigg ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH v4] powerpc/powernv: Add poweroff (EPOW, DPO) events support for PowerNV platform

2015-05-15 Thread trigg
Hi Vipin, I am almost done, just a few nitpicks :-) ~Trigg On Fri, May 15, 2015 at 4:11 PM, Vipin K Parashar wrote: > This patch adds support for FSP EPOW (Early Power Off Warning) and > DPO (Delayed Power Off) events for PowerNV platform. EPOW events are > generated by SPCN/FSP due t

Re: [PATCH v3] powerpc/powernv: Add poweroff (EPOW, DPO) events support for PowerNV platform

2015-05-14 Thread trigg
> On 14-May-2015, at 16:16, Vipin K Parashar wrote: > > This patch adds support for FSP EPOW (Early Power Off Warning) and > DPO (Delayed Power Off) events support for PowerNV platform. EPOW events > are generated by SPCN/FSP due to various critical system conditions that > need system shutdown

Re: [PATCH v2 1/2] powerpc/powernv: Add poweroff (EPOW, DPO) events support for PowerNV platform

2015-05-08 Thread trigg
Hi Vipin, These comments are in addition to what Joel has said in his review. On Thu, May 7, 2015 at 3:00 PM, Vipin K Parashar wrote: > This patch adds support for FSP EPOW (Early Power Off Warning) and > DPO (Delayed Power Off) events support for PowerNV platform. EPOW events > are generated b