1Kernel driver abx500
2====================
3
4Supported 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
14Authors:
15	Martin Persson <martin.persson@stericsson.com>
16	Hongbo Zhang <hongbo.zhang@linaro.org>
17
18Description
19-----------
20
21Every ST-Ericsson Ux500 SOC consists of both ABx500 and DBx500 physically,
22this is kernel hwmon driver for ABx500.
23
24There are some GPADCs inside ABx500 which are designed for connecting to
25thermal sensors, and there is also a thermal sensor inside ABx500 too, which
26raises interrupt when critical temperature reached.
27
28This abx500 is a common layer which can monitor all of the sensors, every
29specific abx500 chip has its special configurations in its own file, e.g. some
30sensors can be configured invisible if they are not available on that chip, and
31the corresponding gpadc_addr should be set to 0, thus this sensor won't be
32polled.
33