Re: [3/3] hwmon: (ibmpowernv) Add energy sensors

2018-05-25 Thread Michael Ellerman
On Mon, 2018-05-07 at 10:25:38 UTC, Shilpasri G Bhat wrote: > This patch exports the accumulated power numbers of each power > sensor maintained by OCC. > > Signed-off-by: Shilpasri G Bhat > Acked-by: Guenter Roeck Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/43d2974b66d91

Re: [PATCH 3/3] hwmon: (ibmpowernv) Add energy sensors

2018-05-09 Thread Guenter Roeck
On Mon, May 07, 2018 at 03:55:38PM +0530, Shilpasri G Bhat wrote: > This patch exports the accumulated power numbers of each power > sensor maintained by OCC. > > Signed-off-by: Shilpasri G Bhat Acked-by: Guenter Roeck > --- > drivers/hwmon/ibmpowernv.c | 2 ++ > 1 file changed, 2 insertions(

[PATCH 3/3] hwmon: (ibmpowernv) Add energy sensors

2018-05-07 Thread Shilpasri G Bhat
This patch exports the accumulated power numbers of each power sensor maintained by OCC. Signed-off-by: Shilpasri G Bhat --- drivers/hwmon/ibmpowernv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/hwmon/ibmpowernv.c b/drivers/hwmon/ibmpowernv.c index 74d9b5a..0298745 100644 ---