Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=00cb4739053fa0ce4594a7798a4095007a1c7c79
Commit:     00cb4739053fa0ce4594a7798a4095007a1c7c79
Parent:     5b94f675f57e4ff16c8fda09088d7480a84dcd91
Author:     Jean Delvare <[EMAIL PROTECTED]>
AuthorDate: Tue May 8 17:21:59 2007 +0200
Committer:  Jean Delvare <[EMAIL PROTECTED]>
CommitDate: Tue May 8 17:21:59 2007 +0200

    hwmon/smsc47m192: Document the LPC47M292 as supported
    
    The new SMSC LPC47M292 Super-I/O chip includes a hardware monitoring
    block which is compatible with those of the LPC47M192.
    
    Signed-off-by: Jean Delvare <[EMAIL PROTECTED]>
    Cc: Hartmut Rick <[EMAIL PROTECTED]>
---
 Documentation/hwmon/smsc47m192 |    7 ++++---
 drivers/hwmon/Kconfig          |    3 ++-
 drivers/hwmon/smsc47m192.c     |    4 ++--
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/Documentation/hwmon/smsc47m192 b/Documentation/hwmon/smsc47m192
index 45d6453..6d54ecb 100644
--- a/Documentation/hwmon/smsc47m192
+++ b/Documentation/hwmon/smsc47m192
@@ -2,12 +2,13 @@ Kernel driver smsc47m192
 ========================
 
 Supported chips:
-  * SMSC LPC47M192 and LPC47M997
+  * SMSC LPC47M192, LPC47M15x, LPC47M292 and LPC47M997
     Prefix: 'smsc47m192'
     Addresses scanned: I2C 0x2c - 0x2d
     Datasheet: The datasheet for LPC47M192 is publicly available from
                http://www.smsc.com/
-               The LPC47M997 is compatible for hardware monitoring.
+               The LPC47M15x, LPC47M292 and LPC47M997 are compatible for
+               hardware monitoring.
 
 Author: Hartmut Rick <[EMAIL PROTECTED]>
         Special thanks to Jean Delvare for careful checking
@@ -18,7 +19,7 @@ Description
 -----------
 
 This driver implements support for the hardware sensor capabilities
-of the SMSC LPC47M192 and LPC47M997 Super-I/O chips.
+of the SMSC LPC47M192 and compatible Super-I/O chips.
 
 These chips support 3 temperature channels and 8 voltage inputs
 as well as CPU voltage VID input.
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 6d105a1..68ee970 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -437,7 +437,8 @@ config SENSORS_SMSC47M192
        select HWMON_VID
        help
          If you say yes here you get support for the temperature and
-         voltage sensors of the SMSC LPC47M192 and LPC47M997 chips.
+         voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292
+         and LPC47M997 chips.
 
          The fan monitoring and control capabilities of these chips
          are supported by another driver, select
diff --git a/drivers/hwmon/smsc47m192.c b/drivers/hwmon/smsc47m192.c
index a6833f4..a012f39 100644
--- a/drivers/hwmon/smsc47m192.c
+++ b/drivers/hwmon/smsc47m192.c
@@ -1,6 +1,6 @@
 /*
     smsc47m192.c - Support for hardware monitoring block of
-                   SMSC LPC47M192 and LPC47M997 Super I/O chips
+                   SMSC LPC47M192 and compatible Super I/O chips
 
     Copyright (C) 2006  Hartmut Rick <[EMAIL PROTECTED]>
 
@@ -518,7 +518,7 @@ static int smsc47m192_detect(struct i2c_adapter *adapter, 
int address,
                 && (i2c_smbus_read_byte_data(client,
                                SMSC47M192_REG_VID4) & 0xfe) == 0x80) {
                        dev_info(&adapter->dev,
-                                "found SMSC47M192 or SMSC47M997, "
+                                "found SMSC47M192 or compatible, "
                                 "version 2, stepping A%d\n", version & 0x0f);
                } else {
                        dev_dbg(&adapter->dev,
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to