Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a394ae15427f215b43fca21f3c9370b0e63ba252
Commit:     a394ae15427f215b43fca21f3c9370b0e63ba252
Parent:     f37dd80ac2a67e4e4e921f99d34a1ceeb2488abb
Author:     Jean Delvare <[EMAIL PROTECTED]>
AuthorDate: Tue Feb 13 22:09:01 2007 +0100
Committer:  Jean Delvare <[EMAIL PROTECTED]>
CommitDate: Tue Feb 13 22:09:01 2007 +0100

    i2c: Update the list of bus IDs
    
    * The Voodoo3 has no SMBus, it has two bit-banged busses which
      already have an ID assigned (I2C_HW_B_VOO).
    * The i2c-ipmi bus driver was a non-sense, it'll never be ported
      to Linux 2.6.
    
    Signed-off-by: Jean Delvare <[EMAIL PROTECTED]>
    Acked-by: Yani Ioannou <[EMAIL PROTECTED]>
---
 include/linux/i2c-id.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/include/linux/i2c-id.h b/include/linux/i2c-id.h
index 6e7ec4c..b65c1c9 100644
--- a/include/linux/i2c-id.h
+++ b/include/linux/i2c-id.h
@@ -232,7 +232,6 @@
 #define I2C_HW_SMBUS_PIIX4     0x040000
 #define I2C_HW_SMBUS_ALI15X3   0x040001
 #define I2C_HW_SMBUS_VIA2      0x040002
-#define I2C_HW_SMBUS_VOODOO3   0x040003
 #define I2C_HW_SMBUS_I801      0x040004
 #define I2C_HW_SMBUS_AMD756    0x040005
 #define I2C_HW_SMBUS_SIS5595   0x040006
@@ -252,9 +251,6 @@
 /* --- ISA pseudo-adapter                                              */
 #define I2C_HW_ISA             0x050000
 
-/* --- IPMI pseudo-adapter                                             */
-#define I2C_HW_IPMI            0x0b0000
-
 /* --- IPMB adapter                                            */
 #define I2C_HW_IPMB            0x0c0000
 
-
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