All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add W83773G hwmon sensor driver and doc
@ 2017-11-02  6:33 Lei YU
  2017-11-02  6:33 ` [PATCH 1/2] drivers: hwmon: Add W83773G driver Lei YU
  0 siblings, 1 reply; 7+ messages in thread
From: Lei YU @ 2017-11-02  6:33 UTC (permalink / raw)
  To: Jean Delvare, Guenter Roeck
  Cc: Lei YU, linux-kernel, linux-hwmon, Joel Stanley, Andrew Jeffery

Nuvoton W83773G is a hardware monitoring chip, which integrates two remote
and one local temperature sensors.

Lei YU (2):
  drivers: hwmon: Add W83773G driver
  hwmon: (w83773g) Add documentation

 Documentation/hwmon/w83773g |  28 +++++
 drivers/hwmon/Kconfig       |  11 ++
 drivers/hwmon/Makefile      |   1 +
 drivers/hwmon/w83773g.c     | 276 ++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 316 insertions(+)
 create mode 100644 Documentation/hwmon/w83773g
 create mode 100644 drivers/hwmon/w83773g.c

-- 
1.9.1

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

end of thread, other threads:[~2017-11-06  6:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-02  6:33 [PATCH 0/2] Add W83773G hwmon sensor driver and doc Lei YU
2017-11-02  6:33 ` [PATCH 1/2] drivers: hwmon: Add W83773G driver Lei YU
2017-11-02 14:04   ` Guenter Roeck
2017-11-03  7:12     ` Lei YU
2017-11-04 19:30   ` Guenter Roeck
2017-11-06  6:06     ` Lei YU
2017-11-04 21:27   ` kbuild test robot

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.