Loading Documentation/hwmon/lm85 +5 −1 Original line number Diff line number Diff line Loading @@ -3,9 +3,13 @@ Kernel driver lm85 Supported chips: * National Semiconductor LM85 (B and C versions) Prefix: 'lm85' Prefix: 'lm85b' or 'lm85c' Addresses scanned: I2C 0x2c, 0x2d, 0x2e Datasheet: http://www.national.com/pf/LM/LM85.html * Texas Instruments LM96000 Prefix: 'lm9600' Addresses scanned: I2C 0x2c, 0x2d, 0x2e Datasheet: http://www.ti.com/lit/ds/symlink/lm96000.pdf * Analog Devices ADM1027 Prefix: 'adm1027' Addresses scanned: I2C 0x2c, 0x2d, 0x2e Loading drivers/hwmon/lm85.c +7 −2 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ static const unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, I2C_CLIENT_END }; enum chips { lm85, lm85, lm96000, adm1027, adt7463, adt7468, emc6d100, emc6d102, emc6d103, emc6d103s }; Loading Loading @@ -1499,7 +1499,7 @@ static int lm85_detect(struct i2c_client *client, struct i2c_board_info *info) "Found Winbond WPCD377I, ignoring\n"); return -ENODEV; } type_name = "lm85"; type_name = "lm96000"; break; } } else if (company == LM85_COMPANY_ANALOG_DEV) { Loading Loading @@ -1623,6 +1623,7 @@ static const struct i2c_device_id lm85_id[] = { { "lm85", lm85 }, { "lm85b", lm85 }, { "lm85c", lm85 }, { "lm96000", lm96000 }, { "emc6d100", emc6d100 }, { "emc6d101", emc6d100 }, { "emc6d102", emc6d102 }, Loading Loading @@ -1657,6 +1658,10 @@ static const struct of_device_id lm85_of_match[] = { .compatible = "national,lm85c", .data = (void *)lm85 }, { .compatible = "ti,lm96000", .data = (void *)lm96000 }, { .compatible = "smsc,emc6d100", .data = (void *)emc6d100 Loading Loading
Documentation/hwmon/lm85 +5 −1 Original line number Diff line number Diff line Loading @@ -3,9 +3,13 @@ Kernel driver lm85 Supported chips: * National Semiconductor LM85 (B and C versions) Prefix: 'lm85' Prefix: 'lm85b' or 'lm85c' Addresses scanned: I2C 0x2c, 0x2d, 0x2e Datasheet: http://www.national.com/pf/LM/LM85.html * Texas Instruments LM96000 Prefix: 'lm9600' Addresses scanned: I2C 0x2c, 0x2d, 0x2e Datasheet: http://www.ti.com/lit/ds/symlink/lm96000.pdf * Analog Devices ADM1027 Prefix: 'adm1027' Addresses scanned: I2C 0x2c, 0x2d, 0x2e Loading
drivers/hwmon/lm85.c +7 −2 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ static const unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, I2C_CLIENT_END }; enum chips { lm85, lm85, lm96000, adm1027, adt7463, adt7468, emc6d100, emc6d102, emc6d103, emc6d103s }; Loading Loading @@ -1499,7 +1499,7 @@ static int lm85_detect(struct i2c_client *client, struct i2c_board_info *info) "Found Winbond WPCD377I, ignoring\n"); return -ENODEV; } type_name = "lm85"; type_name = "lm96000"; break; } } else if (company == LM85_COMPANY_ANALOG_DEV) { Loading Loading @@ -1623,6 +1623,7 @@ static const struct i2c_device_id lm85_id[] = { { "lm85", lm85 }, { "lm85b", lm85 }, { "lm85c", lm85 }, { "lm96000", lm96000 }, { "emc6d100", emc6d100 }, { "emc6d101", emc6d100 }, { "emc6d102", emc6d102 }, Loading Loading @@ -1657,6 +1658,10 @@ static const struct of_device_id lm85_of_match[] = { .compatible = "national,lm85c", .data = (void *)lm85 }, { .compatible = "ti,lm96000", .data = (void *)lm96000 }, { .compatible = "smsc,emc6d100", .data = (void *)emc6d100 Loading