]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0586753fa12b39aec6fb614bcfe859c04caf5cbb
treec8d04457a2c27f3d71a3e43af093fa2af741c3d8
parentcae8a9bfda07368a07361e6cfa016a7620287ef1
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]