diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/i2c-algo-sgi.h | 26 | ||||
| -rw-r--r-- | include/linux/i2c-id.h | 37 | ||||
| -rw-r--r-- | include/linux/i2c.h | 4 |
3 files changed, 2 insertions, 65 deletions
diff --git a/include/linux/i2c-algo-sgi.h b/include/linux/i2c-algo-sgi.h deleted file mode 100644 index 3b7715024e6..00000000000 --- a/include/linux/i2c-algo-sgi.h +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * This file is subject to the terms and conditions of the GNU General Public | ||
| 3 | * License version 2 as published by the Free Software Foundation. | ||
| 4 | * | ||
| 5 | * Copyright (C) 2003 Ladislav Michl <ladis@linux-mips.org> | ||
| 6 | */ | ||
| 7 | |||
| 8 | #ifndef I2C_ALGO_SGI_H | ||
| 9 | #define I2C_ALGO_SGI_H 1 | ||
| 10 | |||
| 11 | #include <linux/i2c.h> | ||
| 12 | |||
| 13 | struct i2c_algo_sgi_data { | ||
| 14 | void *data; /* private data for lowlevel routines */ | ||
| 15 | unsigned (*getctrl)(void *data); | ||
| 16 | void (*setctrl)(void *data, unsigned val); | ||
| 17 | unsigned (*rdata)(void *data); | ||
| 18 | void (*wdata)(void *data, unsigned val); | ||
| 19 | |||
| 20 | int xfer_timeout; | ||
| 21 | int ack_timeout; | ||
| 22 | }; | ||
| 23 | |||
| 24 | int i2c_sgi_add_bus(struct i2c_adapter *); | ||
| 25 | |||
| 26 | #endif /* I2C_ALGO_SGI_H */ | ||
diff --git a/include/linux/i2c-id.h b/include/linux/i2c-id.h index f27604af837..ee9fbc17240 100644 --- a/include/linux/i2c-id.h +++ b/include/linux/i2c-id.h | |||
| @@ -33,47 +33,10 @@ | |||
| 33 | 33 | ||
| 34 | #define I2C_DRIVERID_MSP3400 1 | 34 | #define I2C_DRIVERID_MSP3400 1 |
| 35 | #define I2C_DRIVERID_TUNER 2 | 35 | #define I2C_DRIVERID_TUNER 2 |
| 36 | #define I2C_DRIVERID_TEA6420 5 /* audio matrix switch */ | ||
| 37 | #define I2C_DRIVERID_TEA6415C 6 /* video matrix switch */ | ||
| 38 | #define I2C_DRIVERID_TDA9840 7 /* stereo sound processor */ | ||
| 39 | #define I2C_DRIVERID_SAA7111A 8 /* video input processor */ | ||
| 40 | #define I2C_DRIVERID_SAA7185B 13 /* video encoder */ | ||
| 41 | #define I2C_DRIVERID_SAA7110 22 /* video decoder */ | ||
| 42 | #define I2C_DRIVERID_SAA5249 24 /* SAA5249 and compatibles */ | ||
| 43 | #define I2C_DRIVERID_TDA7432 27 /* Stereo sound processor */ | 36 | #define I2C_DRIVERID_TDA7432 27 /* Stereo sound processor */ |
| 44 | #define I2C_DRIVERID_TVAUDIO 29 /* Generic TV sound driver */ | 37 | #define I2C_DRIVERID_TVAUDIO 29 /* Generic TV sound driver */ |
| 45 | #define I2C_DRIVERID_TDA9875 32 /* TV sound decoder chip */ | ||
| 46 | #define I2C_DRIVERID_BT819 40 /* video decoder */ | ||
| 47 | #define I2C_DRIVERID_BT856 41 /* video encoder */ | ||
| 48 | #define I2C_DRIVERID_VPX3220 42 /* video decoder+vbi/vtxt */ | ||
| 49 | #define I2C_DRIVERID_ADV7175 48 /* ADV 7175/7176 video encoder */ | ||
| 50 | #define I2C_DRIVERID_SAA7114 49 /* video decoder */ | ||
| 51 | #define I2C_DRIVERID_ADV7170 54 /* video encoder */ | ||
| 52 | #define I2C_DRIVERID_SAA7191 57 /* video decoder */ | ||
| 53 | #define I2C_DRIVERID_INDYCAM 58 /* SGI IndyCam */ | ||
| 54 | #define I2C_DRIVERID_OVCAMCHIP 61 /* OmniVision CMOS image sens. */ | ||
| 55 | #define I2C_DRIVERID_SAA6752HS 67 /* MPEG2 encoder */ | ||
| 56 | #define I2C_DRIVERID_TVEEPROM 68 /* TV EEPROM */ | ||
| 57 | #define I2C_DRIVERID_WM8775 69 /* wm8775 audio processor */ | ||
| 58 | #define I2C_DRIVERID_CS53L32A 70 /* cs53l32a audio processor */ | ||
| 59 | #define I2C_DRIVERID_CX25840 71 /* cx2584x video encoder */ | ||
| 60 | #define I2C_DRIVERID_SAA7127 72 /* saa7127 video encoder */ | ||
| 61 | #define I2C_DRIVERID_SAA711X 73 /* saa711x video encoders */ | 38 | #define I2C_DRIVERID_SAA711X 73 /* saa711x video encoders */ |
| 62 | #define I2C_DRIVERID_INFRARED 75 /* I2C InfraRed on Video boards */ | 39 | #define I2C_DRIVERID_INFRARED 75 /* I2C InfraRed on Video boards */ |
| 63 | #define I2C_DRIVERID_TVP5150 76 /* TVP5150 video decoder */ | ||
| 64 | #define I2C_DRIVERID_WM8739 77 /* wm8739 audio processor */ | ||
| 65 | #define I2C_DRIVERID_UPD64083 78 /* upd64083 video processor */ | ||
| 66 | #define I2C_DRIVERID_UPD64031A 79 /* upd64031a video processor */ | ||
| 67 | #define I2C_DRIVERID_SAA717X 80 /* saa717x video encoder */ | ||
| 68 | #define I2C_DRIVERID_BT866 85 /* Conexant bt866 video encoder */ | ||
| 69 | #define I2C_DRIVERID_KS0127 86 /* Samsung ks0127 video decoder */ | ||
| 70 | #define I2C_DRIVERID_TLV320AIC23B 87 /* TI TLV320AIC23B audio codec */ | ||
| 71 | #define I2C_DRIVERID_VP27SMPX 93 /* Panasonic VP27s tuner internal MPX */ | ||
| 72 | #define I2C_DRIVERID_M52790 95 /* Mitsubishi M52790SP/FP AV switch */ | ||
| 73 | #define I2C_DRIVERID_CS5345 96 /* cs5345 audio processor */ | ||
| 74 | #define I2C_DRIVERID_AU8522 97 /* Auvitek au8522 */ | ||
| 75 | |||
| 76 | #define I2C_DRIVERID_OV7670 1048 /* Omnivision 7670 camera */ | ||
| 77 | 40 | ||
| 78 | /* | 41 | /* |
| 79 | * ---- Adapter types ---------------------------------------------------- | 42 | * ---- Adapter types ---------------------------------------------------- |
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index c86c3b07604..00ee11eb909 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h | |||
| @@ -353,8 +353,8 @@ struct i2c_adapter { | |||
| 353 | void *algo_data; | 353 | void *algo_data; |
| 354 | 354 | ||
| 355 | /* --- administration stuff. */ | 355 | /* --- administration stuff. */ |
| 356 | int (*client_register)(struct i2c_client *); | 356 | int (*client_register)(struct i2c_client *) __deprecated; |
| 357 | int (*client_unregister)(struct i2c_client *); | 357 | int (*client_unregister)(struct i2c_client *) __deprecated; |
| 358 | 358 | ||
| 359 | /* data fields that are valid for all devices */ | 359 | /* data fields that are valid for all devices */ |
| 360 | u8 level; /* nesting level for lockdep */ | 360 | u8 level; /* nesting level for lockdep */ |
