https://github.com/torvalds/linux
Raw File
Tip revision: c56eb8fb6dccb83d9fe62fd4dc00c834de9bc470 authored by Linus Torvalds on 18 January 2011, 23:14:02 UTC
Linux 2.6.38-rc1
Tip revision: c56eb8f
lm77
Kernel driver lm77
==================

Supported chips:
  * National Semiconductor LM77
    Prefix: 'lm77'
    Addresses scanned: I2C 0x48 - 0x4b
    Datasheet: Publicly available at the National Semiconductor website
               http://www.national.com/

Author: Andras BALI <drewie@freemail.hu>

Description
-----------

The LM77 implements one temperature sensor. The temperature
sensor incorporates a band-gap type temperature sensor,
10-bit ADC, and a digital comparator with user-programmable upper
and lower limit values.

Limits can be set through the Overtemperature Shutdown register and
Hysteresis register.
back to top