abx500.rst 969 B

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