From: Wu Hao <hao.wu@intel.com>
To: atull@kernel.org, mdf@kernel.org, jdelvare@suse.com,
linux@roeck-us.net, linux-fpga@vger.kernel.org,
linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: linux-api@vger.kernel.org, Wu Hao <hao.wu@intel.com>
Subject: [PATCH v3 0/3] add thermal/power management features for FPGA DFL drivers
Date: Mon, 27 May 2019 14:06:53 +0800 [thread overview]
Message-ID: <1558937216-12742-1-git-send-email-hao.wu@intel.com> (raw)
This patchset adds thermal and power management features for FPGA DFL
drivers. Both patches are using hwmon as userspace interfaces.
Actually this patchset is splitted from patchset [1].
Main changes from v2:
- switch to standard hwmon APIs for thermal hwmon:
temp1_alarm --> temp1_max
temp1_alarm_status --> temp1_max_alarm
temp1_crit_status --> temp1_crit_alarm
temp1_alarm_policy --> temp1_max_policy
- switch to standard hwmon APIs for power hwmon:
power1_cap --> power1_max
power1_cap_status --> power1_max_alarm
power1_crit_status --> power1_crit_alarm
v2 version patch could be found here [2] - thermal, [3] - power.
Please note that this patchset needs to be applied on top of patchset [4].
Thanks!
[1] https://lkml.org/lkml/2019/4/29/227
[2] https://lkml.org/lkml/2019/4/29/211
[3] https://lkml.org/lkml/2019/4/29/213
[4] https://lkml.org/lkml/2019/5/27/11
Wu Hao (2):
fpga: dfl: fme: add thermal management support
fpga: dfl: fme: add power management support
Xu Yilun (1):
Documentation: fpga: dfl: add descriptions for thermal/power
management interfaces
Documentation/ABI/testing/sysfs-platform-dfl-fme | 131 +++++++
Documentation/fpga/dfl.txt | 9 +
drivers/fpga/Kconfig | 2 +-
drivers/fpga/dfl-fme-main.c | 426 +++++++++++++++++++++++
4 files changed, 567 insertions(+), 1 deletion(-)
--
1.8.3.1
next reply other threads:[~2019-05-27 6:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-27 6:06 Wu Hao [this message]
2019-05-27 6:06 ` [PATCH v3 1/3] Documentation: fpga: dfl: add descriptions for thermal/power management interfaces Wu Hao
2019-05-27 6:06 ` [PATCH v3 2/3] fpga: dfl: fme: add thermal management support Wu Hao
2019-06-05 21:10 ` Guenter Roeck
2019-06-06 6:11 ` Wu Hao
2019-05-27 6:06 ` [PATCH v3 3/3] fpga: dfl: fme: add power " Wu Hao
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=1558937216-12742-1-git-send-email-hao.wu@intel.com \
--to=hao.wu@intel.com \
--cc=atull@kernel.org \
--cc=jdelvare@suse.com \
--cc=linux-api@vger.kernel.org \
--cc=linux-fpga@vger.kernel.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=mdf@kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).