linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] hwmon: (max127) Add Maxim MAX127 hardware monitoring
@ 2020-11-17  1:09 rentao.bupt
  2020-11-17  1:09 ` [PATCH 1/2] hwmon: (max127) Add Maxim MAX127 hardware monitoring driver rentao.bupt
  2020-11-17  1:09 ` [PATCH 2/2] docs: hwmon: Document max127 driver rentao.bupt
  0 siblings, 2 replies; 6+ messages in thread
From: rentao.bupt @ 2020-11-17  1:09 UTC (permalink / raw)
  To: Jean Delvare, Guenter Roeck, Jonathan Corbet, Alexei Starovoitov,
	Daniel Borkmann, David S . Miller, Jakub Kicinski,
	Jesper Dangaard Brouer, John Fastabend, linux-hwmon, linux-doc,
	linux-kernel, netdev, bpf, openbmc, taoren, mikechoi
  Cc: Tao Ren

From: Tao Ren <rentao.bupt@gmail.com>

The patch series adds hardware monitoring driver for the Maxim MAX127
chip.

Patch #1 adds the max127 hardware monitoring driver, and patch #2 adds
documentation for the driver.

Tao Ren (2):
  hwmon: (max127) Add Maxim MAX127 hardware monitoring driver
  docs: hwmon: Document max127 driver

 Documentation/hwmon/index.rst  |   1 +
 Documentation/hwmon/max127.rst |  43 +++++
 drivers/hwmon/Kconfig          |   9 ++
 drivers/hwmon/Makefile         |   1 +
 drivers/hwmon/max127.c         | 286 +++++++++++++++++++++++++++++++++
 5 files changed, 340 insertions(+)
 create mode 100644 Documentation/hwmon/max127.rst
 create mode 100644 drivers/hwmon/max127.c

-- 
2.17.1


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

end of thread, other threads:[~2020-11-18  1:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-17  1:09 [PATCH 0/2] hwmon: (max127) Add Maxim MAX127 hardware monitoring rentao.bupt
2020-11-17  1:09 ` [PATCH 1/2] hwmon: (max127) Add Maxim MAX127 hardware monitoring driver rentao.bupt
2020-11-17  5:13   ` Guenter Roeck
2020-11-18  1:55     ` Tao Ren
2020-11-17  1:09 ` [PATCH 2/2] docs: hwmon: Document max127 driver rentao.bupt
2020-11-17  5:15   ` 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).