diff options
author | Shubhrajyoti Datta <shubhrajyoti@ti.com> | 2010-05-27 19:59:03 +0200 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2010-05-27 19:59:03 +0200 |
commit | 6d034059eef080a0cdda92b45baa18cb00a19835 (patch) | |
tree | 2c827193adf12b927797343f2a0f99129b8ceda3 /drivers/hwmon/lm75.c | |
parent | df16dd53c575d0cb9dbee20a3149927c862a9ff6 (diff) | |
download | op-kernel-dev-6d034059eef080a0cdda92b45baa18cb00a19835.zip op-kernel-dev-6d034059eef080a0cdda92b45baa18cb00a19835.tar.gz |
hwmon: (lm75) Add support for the Texas Instruments TMP105
Add support for the Texas Instruments TMP105 temperature sensor
device.
Signed-off-by: Shubhrajyoti Datta <shubhrajyoti@ti.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/lm75.c')
-rw-r--r-- | drivers/hwmon/lm75.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hwmon/lm75.c b/drivers/hwmon/lm75.c index 8ae2cfe..5646342 100644 --- a/drivers/hwmon/lm75.c +++ b/drivers/hwmon/lm75.c @@ -46,6 +46,7 @@ enum lm75_type { /* keep sorted in alphabetical order */ tcn75, tmp100, tmp101, + tmp105, tmp175, tmp275, tmp75, @@ -220,6 +221,7 @@ static const struct i2c_device_id lm75_ids[] = { { "tcn75", tcn75, }, { "tmp100", tmp100, }, { "tmp101", tmp101, }, + { "tmp105", tmp105, }, { "tmp175", tmp175, }, { "tmp275", tmp275, }, { "tmp75", tmp75, }, |