Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[sfrench/cifs-2.6.git] / Documentation / hwmon / abx500.rst
1 Kernel driver abx500
2 ====================
3
4 Supported chips:
5
6   * ST-Ericsson ABx500 series
7
8     Prefix: 'abx500'
9
10     Addresses scanned: -
11
12     Datasheet: http://www.stericsson.com/developers/documentation.jsp
13
14 Authors:
15         Martin Persson <martin.persson@stericsson.com>
16         Hongbo Zhang <hongbo.zhang@linaro.org>
17
18 Description
19 -----------
20
21 Every ST-Ericsson Ux500 SOC consists of both ABx500 and DBx500 physically,
22 this is kernel hwmon driver for ABx500.
23
24 There are some GPADCs inside ABx500 which are designed for connecting to
25 thermal sensors, and there is also a thermal sensor inside ABx500 too, which
26 raises interrupt when critical temperature reached.
27
28 This abx500 is a common layer which can monitor all of the sensors, every
29 specific abx500 chip has its special configurations in its own file, e.g. some
30 sensors can be configured invisible if they are not available on that chip, and
31 the corresponding gpadc_addr should be set to 0, thus this sensor won't be
32 polled.