All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] hwmon: (max127) Add Maxim MAX127 hardware monitoring
@ 2020-11-23  7:45 rentao.bupt
  2020-11-23  7:45 ` [PATCH v4 1/2] hwmon: (max127) Add Maxim MAX127 hardware monitoring driver rentao.bupt
  2020-11-23  7:45 ` [PATCH v4 2/2] docs: hwmon: Document max127 driver rentao.bupt
  0 siblings, 2 replies; 7+ messages in thread
From: rentao.bupt @ 2020-11-23  7:45 UTC (permalink / raw)
  To: Jean Delvare, Guenter Roeck, Jonathan Corbet, linux-hwmon,
	linux-doc, linux-kernel, 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 |  45 +++++
 drivers/hwmon/Kconfig          |   9 +
 drivers/hwmon/Makefile         |   1 +
 drivers/hwmon/max127.c         | 346 +++++++++++++++++++++++++++++++++
 5 files changed, 402 insertions(+)
 create mode 100644 Documentation/hwmon/max127.rst
 create mode 100644 drivers/hwmon/max127.c

-- 
2.17.1


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

end of thread, other threads:[~2020-11-23 19:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-23  7:45 [PATCH v4 0/2] hwmon: (max127) Add Maxim MAX127 hardware monitoring rentao.bupt
2020-11-23  7:45 ` [PATCH v4 1/2] hwmon: (max127) Add Maxim MAX127 hardware monitoring driver rentao.bupt
2020-11-23 13:18   ` Guenter Roeck
2020-11-23 13:18     ` Guenter Roeck
2020-11-23 19:03     ` Tao Ren
2020-11-23 19:03       ` Tao Ren
2020-11-23  7:45 ` [PATCH v4 2/2] docs: hwmon: Document max127 driver rentao.bupt

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.