]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon: add Maxim MAX197 support
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Fri, 31 Aug 2012 01:42:57 +0000 (21:42 -0400)
committerGuenter Roeck <linux@roeck-us.net>
Sat, 15 Sep 2012 14:57:30 +0000 (07:57 -0700)
commit82c65b6faf269b2c24608c8d94252dd9d1db2344
tree1e4510c6f56dd3a8bfd3320069a1f228a1d83eae
parent46f7691fdd8df291547ea5a4279ccb5d43a79d47
hwmon: add Maxim MAX197 support

The MAX197 is an A/D converter, made by Maxim. This driver currently
supports the MAX197, and MAX199. They are both 8-Channel, Multi-Range,
5V, 12-Bit DAS with 8+4 Bus Interface and Fault Protection.

The available ranges for the MAX197 are {0,-5V} to 5V, and {0,-10V} to
10V, while they are {0,-2V} to 2V, and {0,-4V} to 4V on the MAX199.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/max197 [new file with mode: 0644]
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/max197.c [new file with mode: 0644]
include/linux/platform_data/max197.h [new file with mode: 0644]