linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] add thermal/power management features for FPGA DFL drivers
@ 2019-06-27  4:53 Wu Hao
  2019-06-27  4:53 ` [PATCH v4 1/3] Documentation: fpga: dfl: add descriptions for thermal/power management interfaces Wu Hao
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Wu Hao @ 2019-06-27  4:53 UTC (permalink / raw)
  To: mdf, linux-fpga, linux-kernel
  Cc: linux-api, linux-hwmon, jdelvare, linux, atull, gregkh, Wu Hao

This patchset adds thermal and power management features for FPGA DFL
drivers. Both patches are using hwmon as userspace interfaces.

Main changes from v3:
 - use HWMON_CHANNEL_INFO.

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

Please note that this patchset is generated on top of this patchset.
[PATCH v4 00/15] add new features for FPGA DFL drivers
 - https://lkml.org/lkml/2019/6/27/29

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                       |  10 +
 drivers/fpga/Kconfig                             |   2 +-
 drivers/fpga/dfl-fme-main.c                      | 408 +++++++++++++++++++++++
 4 files changed, 550 insertions(+), 1 deletion(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2019-06-29 16:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-27  4:53 [PATCH v4 0/3] add thermal/power management features for FPGA DFL drivers Wu Hao
2019-06-27  4:53 ` [PATCH v4 1/3] Documentation: fpga: dfl: add descriptions for thermal/power management interfaces Wu Hao
2019-06-27  4:53 ` [PATCH v4 2/3] fpga: dfl: fme: add thermal management support Wu Hao
2019-06-28 17:35   ` Guenter Roeck
2019-06-27  4:53 ` [PATCH v4 3/3] fpga: dfl: fme: add power " Wu Hao
2019-06-28 17:55   ` Guenter Roeck
2019-06-29  0:33     ` Wu Hao
2019-06-29 16:21       ` Guenter Roeck

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).