hwmon: Create an NSA320 hardware monitoring driver
authorAdam Baker <linux@baker-net.org.uk>
Sat, 5 Mar 2016 15:34:56 +0000 (15:34 +0000)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 9 Mar 2016 02:40:49 +0000 (18:40 -0800)
commit630300d5fcb6ee9c32c75d8b576c100fbb794159
treec8d04457a2c27f3d71a3e43af093fa2af741c3d8
parent8d801243192f4dca693f9ff0c7953ff2ce01164d
hwmon: Create an NSA320 hardware monitoring driver

Create a driver to support the hardware monitoring chip present in
the Zyxel NSA320 and some of the other Zyxel NAS devices.

The driver reads fan speed and temperature from a suitably
pre-programmed MCU on the device.

Signed-off-by: Adam Baker <linux@baker-net.org.uk>
[groeck: Dropped .owner field initialization]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/nsa320 [new file with mode: 0644]
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/nsa320-hwmon.c [new file with mode: 0644]