]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[PATCH] i2c: i2c-i810 documentation update
authorJean Delvare <khali@linux-fr.org>
Wed, 26 Oct 2005 19:21:50 +0000 (21:21 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 21:02:13 +0000 (14:02 -0700)
Update the documented list of devices supported by the i2c-i810
driver.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/i2c/busses/i2c-i810
drivers/i2c/busses/Kconfig
drivers/i2c/busses/i2c-i810.c

index 0544eb3328879ce9e37e2192da5bb6980c985fb7..83c3b9743c3c9cf01702760452dad4fade20ff61 100644 (file)
@@ -2,6 +2,7 @@ Kernel driver i2c-i810
 
 Supported adapters:
   * Intel 82810, 82810-DC100, 82810E, and 82815 (GMCH)
+  * Intel 82845G (GMCH)
 
 Authors: 
        Frodo Looijaard <frodol@dds.nl>, 
index 3badfec75b1c8b081530f05f74cce287a73f4111..4010fe92e72b637f6c138813a82c15c744b79ba3 100644 (file)
@@ -135,11 +135,12 @@ config I2C_I810
        help
          If you say yes to this option, support will be included for the Intel
          810/815 family of mainboard I2C interfaces.  Specifically, the 
-         following versions of the chipset is supported:
+         following versions of the chipset are supported:
            i810AA
            i810AB
            i810E
            i815
+           i845G
 
          This driver can also be built as a module.  If so, the module
          will be called i2c-i810.
index 1b3393b7c461d3b01366f06397155269596e1480..52bc30593bd7e90bf0a26f22f06fb18c918bfddf 100644 (file)
@@ -32,6 +32,7 @@
    i810AB              7123           
    i810E               7125           
    i815                        1132           
+   i845G               2562
 */
 
 #include <linux/kernel.h>