From: Neelesh Gupta <neelegup@linux.vnet.ibm.com>
To: linuxppc-dev@lists.ozlabs.org
Cc: sbhat@linux.vnet.ibm.com
Subject: [PATCH 0/2] Enable powernv based platform sensors
Date: Fri, 07 Mar 2014 11:03:14 +0530 [thread overview]
Message-ID: <20140307053236.3547.55729.stgit@neelegup-tp-t420.in.ibm.com> (raw)
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
next reply other threads:[~2014-03-07 5:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-07 5:33 Neelesh Gupta [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140307053236.3547.55729.stgit@neelegup-tp-t420.in.ibm.com \
--to=neelegup@linux.vnet.ibm.com \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=sbhat@linux.vnet.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox