OSDN Git Service

hwmon: (max127) Add Maxim MAX127 hardware monitoring driver
authorTao Ren <rentao.bupt@gmail.com>
Mon, 23 Nov 2020 18:56:57 +0000 (10:56 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 3 Dec 2020 01:42:24 +0000 (17:42 -0800)
commit8efd10147cd282c99fa5109b5497017a503ecbcd
tree792379d534818167be0105537fee960731397c41
parent09c7188be3a6b8c141bdf24d31fba9fb078325c3
hwmon: (max127) Add Maxim MAX127 hardware monitoring driver

Add hardware monitoring driver for the Maxim MAX127 chip.

MAX127 min/max range handling code is inspired by the max197 driver.

Signed-off-by: Tao Ren <rentao.bupt@gmail.com>
Link: https://lore.kernel.org/r/20201123185658.7632-2-rentao.bupt@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/max127.c [new file with mode: 0644]