Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=36cfb5ccfa39ddd030926d08fcf80ba553c88737
Commit:     36cfb5ccfa39ddd030926d08fcf80ba553c88737
Parent:     26f95c4ae2b1fd1b03531b3d662fc21beedce955
Author:     Jean Delvare <[EMAIL PROTECTED]>
AuthorDate: Sun Dec 10 21:21:28 2006 +0100
Committer:  Jean Delvare <[EMAIL PROTECTED]>
CommitDate: Sun Dec 10 21:21:28 2006 +0100

    i2c: Update the list of driver IDs
    
    * A chip driver ID was assigned to the Radeon, while it is an adapter
      so it needs an i2c adapter ID.
    * The SAA7191 is a video decoder, not encoder.
    * The icspll driver is dead, and will never be ported to Linux 2.6.
    
    Signed-off-by: Jean Delvare <[EMAIL PROTECTED]>
---
 include/linux/i2c-id.h |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/include/linux/i2c-id.h b/include/linux/i2c-id.h
index 0a8f750..36f0c5b 100644
--- a/include/linux/i2c-id.h
+++ b/include/linux/i2c-id.h
@@ -82,9 +82,8 @@
 #define I2C_DRIVERID_STM41T00  52      /* real time clock              */
 #define I2C_DRIVERID_UDA1342   53      /* UDA1342 audio codec          */
 #define I2C_DRIVERID_ADV7170   54      /* video encoder                */
-#define I2C_DRIVERID_RADEON    55      /* I2C bus on Radeon boards     */
 #define I2C_DRIVERID_MAX1617   56      /* temp sensor                  */
-#define I2C_DRIVERID_SAA7191   57      /* video encoder                */
+#define I2C_DRIVERID_SAA7191   57      /* video decoder                */
 #define I2C_DRIVERID_INDYCAM   58      /* SGI IndyCam                  */
 #define I2C_DRIVERID_BT832     59      /* CMOS camera video processor  */
 #define I2C_DRIVERID_TDA9887   60      /* TDA988x IF-PLL demodulator   */
@@ -132,7 +131,6 @@
 #define I2C_DRIVERID_ADM1021 1008
 #define I2C_DRIVERID_ADM9240 1009
 #define I2C_DRIVERID_LTC1710 1010
-#define I2C_DRIVERID_ICSPLL 1012
 #define I2C_DRIVERID_BT869 1013
 #define I2C_DRIVERID_MAXILIFE 1014
 #define I2C_DRIVERID_MATORB 1015
-
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