Back to home page

OSCL-LXR

 
 

    


0001 Kernel driver max6697
0002 =====================
0003 
0004 Supported chips:
0005 
0006   * Maxim MAX6581
0007 
0008     Prefix: 'max6581'
0009 
0010     Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6581.pdf
0011 
0012   * Maxim MAX6602
0013 
0014     Prefix: 'max6602'
0015 
0016     Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6602.pdf
0017 
0018   * Maxim MAX6622
0019 
0020     Prefix: 'max6622'
0021 
0022     Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6622.pdf
0023 
0024   * Maxim MAX6636
0025 
0026     Prefix: 'max6636'
0027 
0028     Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6636.pdf
0029 
0030   * Maxim MAX6689
0031 
0032     Prefix: 'max6689'
0033 
0034     Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6689.pdf
0035 
0036   * Maxim MAX6693
0037 
0038     Prefix: 'max6693'
0039 
0040     Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6693.pdf
0041 
0042   * Maxim MAX6694
0043 
0044     Prefix: 'max6694'
0045 
0046     Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6694.pdf
0047 
0048   * Maxim MAX6697
0049 
0050     Prefix: 'max6697'
0051 
0052     Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6697.pdf
0053 
0054   * Maxim MAX6698
0055 
0056     Prefix: 'max6698'
0057 
0058     Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6698.pdf
0059 
0060   * Maxim MAX6699
0061 
0062     Prefix: 'max6699'
0063 
0064     Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6699.pdf
0065 
0066 Author:
0067 
0068     Guenter Roeck <linux@roeck-us.net>
0069 
0070 Description
0071 -----------
0072 
0073 This driver implements support for several MAX6697 compatible temperature sensor
0074 chips. The chips support one local temperature sensor plus four, six, or seven
0075 remote temperature sensors. Remote temperature sensors are diode-connected
0076 thermal transitors, except for MAX6698 which supports three diode-connected
0077 thermal transistors plus three thermistors in addition to the local temperature
0078 sensor.
0079 
0080 The driver provides the following sysfs attributes. temp1 is the local (chip)
0081 temperature, temp[2..n] are remote temperatures. The actually supported
0082 per-channel attributes are chip type and channel dependent.
0083 
0084 ================ == ==========================================================
0085 tempX_input      RO temperature
0086 tempX_max        RW temperature maximum threshold
0087 tempX_max_alarm  RO temperature maximum threshold alarm
0088 tempX_crit       RW temperature critical threshold
0089 tempX_crit_alarm RO temperature critical threshold alarm
0090 tempX_fault      RO temperature diode fault (remote sensors only)
0091 ================ == ==========================================================