5 * Linear Technology LTC3815
8 Datasheet: http://www.linear.com/product/ltc3815
10 Author: Guenter Roeck <linux@roeck-us.net>
16 LTC3815 is a Monolithic Synchronous DC/DC Step-Down Converter.
22 This driver does not probe for PMBus devices. You will have to instantiate
25 Example: the following commands will load the driver for an LTC3815
26 at address 0x20 on I2C bus #1:
29 # echo ltc3815 0x20 > /sys/bus/i2c/devices/i2c-1/new_device
36 in1_input Measured input voltage.
37 in1_alarm Input voltage alarm.
38 in1_highest Highest input voltage.
39 in1_reset_history Reset input voltage history.
42 in2_input Measured output voltage.
43 in2_alarm Output voltage alarm.
44 in2_highest Highest output voltage.
45 in2_reset_history Reset output voltage history.
47 temp1_input Measured chip temperature.
48 temp1_alarm Temperature alarm.
49 temp1_highest Highest measured temperature.
50 temp1_reset_history Reset temperature history.
53 curr1_input Measured input current.
54 curr1_highest Highest input current.
55 curr1_reset_history Reset input current history.
58 curr2_input Measured output current.
59 curr2_alarm Output current alarm.
60 curr2_highest Highest output current.
61 curr2_reset_history Reset output current history.