]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
hwmon: (pmbus) Add support for Lineage Power DC-DC converters
authorGuenter Roeck <guenter.roeck@ericsson.com>
Thu, 15 Sep 2011 17:43:40 +0000 (10:43 -0700)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Mon, 24 Oct 2011 18:09:44 +0000 (11:09 -0700)
Add device IDs and reference to datasheets for Lineage Power DC-DC converters.

Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Reviewed-by: Robert Coulson <robert.coulson@ericsson.com>
Documentation/hwmon/pmbus
drivers/hwmon/pmbus/pmbus.c

index ce02f5d9a6df8b5f530f47a900a2b6df4ce0206d..15ac911ce51bdbad2840b8367c55a44d490e4a27 100644 (file)
@@ -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: -
index ef5cc1eda0f6bac187c60ea22d83897fe3b76704..995e873197e3d4056b52a2d8efc8df2da7b8ee55 100644 (file)
@@ -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},
        {}
 };