hwmon: Add support for ltc2947
authorNuno Sá <nuno.sa@analog.com>
Mon, 21 Oct 2019 15:41:14 +0000 (17:41 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 6 Nov 2019 22:37:19 +0000 (14:37 -0800)
commit9f90fd652bed0a7295c13f413ab7b5c19152326c
tree829db77059ca3c5b1a7743524bee893989277b9d
parent2057bdfb7184e9833182bf9ffcb234988f545f41
hwmon: Add support for ltc2947

The ltc2947 is a high precision power and energy monitor with an
internal sense resistor supporting up to +/- 30A. Three internal no
Latency ADCs ensure accurate measurement of voltage and current, while
high-bandwidth analog multiplication of voltage and current provides
accurate power measurement in a wide range of applications. Internal or
external clocking options enable precise charge and energy measurements.

Signed-off-by: Nuno Sá <nuno.sa@analog.com>
Link: https://lore.kernel.org/r/20191021154115.319073-1-nuno.sa@analog.com
[groeck: Removed unnecessary checks when reading temperature and energy;
 PAGE{0,1} -> LTC2947_PAGE_{0,1}]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/index.rst
Documentation/hwmon/ltc2947.rst [new file with mode: 0644]
MAINTAINERS
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/ltc2947-core.c [new file with mode: 0644]
drivers/hwmon/ltc2947-i2c.c [new file with mode: 0644]
drivers/hwmon/ltc2947-spi.c [new file with mode: 0644]
drivers/hwmon/ltc2947.h [new file with mode: 0644]