All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] add hwmon support for Intel MAX 10 BMC
@ 2020-09-16  3:14 Xu Yilun
  2020-09-16  3:14 ` [PATCH v2] hwmon: intel-m10-bmc-hwmon: " Xu Yilun
  0 siblings, 1 reply; 5+ messages in thread
From: Xu Yilun @ 2020-09-16  3:14 UTC (permalink / raw)
  To: linux, jdelvare, lee.jones, linux-hwmon, linux-kernel
  Cc: trix, yilun.xu, matthew.gerlach, russell.h.weight, lgoncalv, hao.wu, mdf

This patch depends on the patch "add Intel MAX 10 BMC chip support for
Intel FPGA PAC".

https://lore.kernel.org/lkml/1599491813-20819-1-git-send-email-yilun.xu@intel.com/

This patch adds support for the hwmon sub device in Intel MAX 10 BMC

Main changes from v1:
- add the Documentation
- refactor the code, provide static hwmon_channel_info

Xu Yilun (1):
  hwmon: intel-m10-bmc-hwmon: add hwmon support for Intel MAX 10 BMC

 Documentation/hwmon/index.rst               |   1 +
 Documentation/hwmon/intel-m10-bmc-hwmon.rst |  78 ++++++
 drivers/hwmon/Kconfig                       |  11 +
 drivers/hwmon/Makefile                      |   1 +
 drivers/hwmon/intel-m10-bmc-hwmon.c         | 355 ++++++++++++++++++++++++++++
 5 files changed, 446 insertions(+)
 create mode 100644 Documentation/hwmon/intel-m10-bmc-hwmon.rst
 create mode 100644 drivers/hwmon/intel-m10-bmc-hwmon.c

-- 
2.7.4


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

end of thread, other threads:[~2020-09-16 16:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-16  3:14 [PATCH v2] add hwmon support for Intel MAX 10 BMC Xu Yilun
2020-09-16  3:14 ` [PATCH v2] hwmon: intel-m10-bmc-hwmon: " Xu Yilun
2020-09-16  5:22   ` Guenter Roeck
2020-09-16  6:48     ` Xu Yilun
2020-09-16 16:02       ` Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.