~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to Documentation/hwmon/max6650

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
=====================
3
3
 
4
4
Supported chips:
5
 
  * Maxim 6650 / 6651
 
5
  * Maxim MAX6650
6
6
    Prefix: 'max6650'
7
 
    Addresses scanned: I2C 0x1b, 0x1f, 0x48, 0x4b
 
7
    Addresses scanned: none
 
8
    Datasheet: http://pdfserv.maxim-ic.com/en/ds/MAX6650-MAX6651.pdf
 
9
  * Maxim MAX6651
 
10
    Prefix: 'max6651'
 
11
    Addresses scanned: none
8
12
    Datasheet: http://pdfserv.maxim-ic.com/en/ds/MAX6650-MAX6651.pdf
9
13
 
10
14
Authors:
15
19
Description
16
20
-----------
17
21
 
18
 
This driver implements support for the Maxim 6650/6651
 
22
This driver implements support for the Maxim MAX6650 and MAX6651.
19
23
 
20
 
The 2 devices are very similar, but the Maxim 6550 has a reduced feature
21
 
set, e.g. only one fan-input, instead of 4 for the 6651.
 
24
The 2 devices are very similar, but the MAX6550 has a reduced feature
 
25
set, e.g. only one fan-input, instead of 4 for the MAX6651.
22
26
 
23
27
The driver is not able to distinguish between the 2 devices.
24
28
 
36
40
                        values are 1, 2, 4, and 8. Use lower values for
37
41
                        faster fans.
38
42
 
 
43
Usage notes
 
44
-----------
 
45
 
 
46
This driver does not auto-detect devices. You will have to instantiate the
 
47
devices explicitly. Please see Documentation/i2c/instantiating-devices for
 
48
details.
 
49
 
39
50
Module parameters
40
51
-----------------
41
52