Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267277
b: refs/heads/master
c: bc365a7
h: refs/heads/master
i:
  267275: d2460fd
v: v3
  • Loading branch information
Guenter Roeck committed Oct 24, 2011
1 parent 6b24d82 commit 9454769
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ddfb41ca2a33c9f5053126324597510974724a1f
refs/heads/master: bc365a7f3c0d5b5b2a642e6646098b306b6faa4d
8 changes: 8 additions & 0 deletions trunk/Documentation/hwmon/pmbus
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ Supported chips:
http://www.onsemi.com/pub_link/Collateral/ADP4000-D.PDF
http://www.onsemi.com/pub_link/Collateral/NCP4200-D.PDF
http://www.onsemi.com/pub_link/Collateral/JUNE%202009-%20REV.%200.PDF
* Lineage Power
Prefixes: 'pdt003', 'pdt006', 'pdt012', 'udt020'
Addresses scanned: -
Datasheets:
http://www.lineagepower.com/oem/pdf/PDT003A0X.pdf
http://www.lineagepower.com/oem/pdf/PDT006A0X.pdf
http://www.lineagepower.com/oem/pdf/PDT012A0X.pdf
http://www.lineagepower.com/oem/pdf/UDT020A0X.pdf
* Generic PMBus devices
Prefix: 'pmbus'
Addresses scanned: -
Expand Down
4 changes: 4 additions & 0 deletions trunk/drivers/hwmon/pmbus/pmbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,11 @@ static const struct i2c_device_id pmbus_id[] = {
{"bmr454", 1},
{"ncp4200", 1},
{"ncp4208", 1},
{"pdt003", 1},
{"pdt006", 1},
{"pdt012", 1},
{"pmbus", 0},
{"udt020", 1},
{}
};

Expand Down

0 comments on commit 9454769

Please sign in to comment.