]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - Documentation/hwmon/abx500.rst
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[mirror_ubuntu-hirsute-kernel.git] / Documentation / hwmon / abx500.rst
CommitLineData
0bbb06ed
HZ
1Kernel driver abx500
2====================
3
4Supported chips:
b04f2f7d 5
0bbb06ed 6 * ST-Ericsson ABx500 series
b04f2f7d 7
0bbb06ed 8 Prefix: 'abx500'
b04f2f7d 9
0bbb06ed 10 Addresses scanned: -
b04f2f7d 11
0bbb06ed
HZ
12 Datasheet: http://www.stericsson.com/developers/documentation.jsp
13
14Authors:
b04f2f7d
MCC
15 Martin Persson <martin.persson@stericsson.com>
16 Hongbo Zhang <hongbo.zhang@linaro.org>
0bbb06ed
HZ
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.