linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Enable powernv based platform sensors
@ 2014-03-07  5:33 Neelesh Gupta
  2014-03-07  5:33 ` [PATCH 1/2] powerpc/powernv: Enable fetching of platform sensor data Neelesh Gupta
  2014-03-07  5:33 ` [PATCH 2/2] powerpc/powernv: hwmon driver for power values, fan rpm and temperature Neelesh Gupta
  0 siblings, 2 replies; 4+ messages in thread
From: Neelesh Gupta @ 2014-03-07  5:33 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: sbhat

This patchset contains the enablement code to expose platform sensor data
on powernv platform. First patch fetches the sensor data from the firmware
and second patch being an hwmon driver, enables the sysfs interfaces.

---

Neelesh Gupta (1):
      powerpc/powernv: Enable fetching of platform sensor data

Shivaprasad G Bhat (1):
      powerpc/powernv: hwmon driver for power values, fan rpm and temperature


 arch/powerpc/include/asm/opal.h                |    4 
 arch/powerpc/platforms/powernv/Makefile        |    2 
 arch/powerpc/platforms/powernv/opal-sensor.c   |   64 +++
 arch/powerpc/platforms/powernv/opal-wrappers.S |    1 
 drivers/hwmon/Kconfig                          |    8 
 drivers/hwmon/Makefile                         |    1 
 drivers/hwmon/ibmpowernv.c                     |  529 ++++++++++++++++++++++++
 7 files changed, 608 insertions(+), 1 deletion(-)
 create mode 100644 arch/powerpc/platforms/powernv/opal-sensor.c
 create mode 100644 drivers/hwmon/ibmpowernv.c

-- 
Signature

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-28 15:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-07  5:33 [PATCH 0/2] Enable powernv based platform sensors Neelesh Gupta
2014-03-07  5:33 ` [PATCH 1/2] powerpc/powernv: Enable fetching of platform sensor data Neelesh Gupta
2014-03-28 15:26   ` Paul Gortmaker
2014-03-07  5:33 ` [PATCH 2/2] powerpc/powernv: hwmon driver for power values, fan rpm and temperature Neelesh Gupta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).