Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199057
b: refs/heads/master
c: 6d03405
h: refs/heads/master
i:
  199055: 5cfad1b
v: v3
  • Loading branch information
Shubhrajyoti Datta authored and Jean Delvare committed May 27, 2010
1 parent e90004b commit 77bc941
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: df16dd53c575d0cb9dbee20a3149927c862a9ff6
refs/heads/master: 6d034059eef080a0cdda92b45baa18cb00a19835
3 changes: 2 additions & 1 deletion trunk/drivers/hwmon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,8 @@ config SENSORS_LM75
- NXP's LM75A
- ST Microelectronics STDS75
- TelCom (now Microchip) TCN75
- Texas Instruments TMP100, TMP101, TMP75, TMP175, TMP275
- Texas Instruments TMP100, TMP101, TMP105, TMP75, TMP175,
TMP275

This driver supports driver model based binding through board
specific I2C device tables.
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/hwmon/lm75.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ enum lm75_type { /* keep sorted in alphabetical order */
tcn75,
tmp100,
tmp101,
tmp105,
tmp175,
tmp275,
tmp75,
Expand Down Expand Up @@ -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, },
Expand Down

0 comments on commit 77bc941

Please sign in to comment.