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