6 * Linear Technology LTC4151
14 http://www.linear.com/docs/Datasheet/4151fc.pdf
16 Author: Per Dalen <per.dalen@appeartv.com>
22 The LTC4151 is a High Voltage I2C Current and Voltage Monitor.
28 This driver does not probe for LTC4151 devices, since there is no register
29 which can be safely used to identify the chip. You will have to instantiate
30 the devices explicitly.
32 Example: the following will load the driver for an LTC4151 at address 0x6f
36 # echo ltc4151 0x6f > /sys/bus/i2c/devices/i2c-0/new_device
42 Voltage readings provided by this driver are reported as obtained from the ADIN
45 Current reading provided by this driver is reported as obtained from the Current
46 Sense register. The reported value assumes that a 1 mOhm sense resistor is
49 ======================= ==================
50 in1_input VDIN voltage (mV)
52 in2_input ADIN voltage (mV)
54 curr1_input SENSE current (mA)
55 ======================= ==================