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