diff options
Diffstat (limited to 'include/linux/i2c.h')
-rw-r--r-- | include/linux/i2c.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index 21067b418536..38dd4025aa4e 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h | |||
@@ -108,6 +108,7 @@ extern s32 i2c_smbus_write_i2c_block_data(struct i2c_client *client, | |||
108 | * @shutdown: Callback for device shutdown | 108 | * @shutdown: Callback for device shutdown |
109 | * @suspend: Callback for device suspend | 109 | * @suspend: Callback for device suspend |
110 | * @resume: Callback for device resume | 110 | * @resume: Callback for device resume |
111 | * @alert: Alert callback, for example for the SMBus alert protocol | ||
111 | * @command: Callback for bus-wide signaling (optional) | 112 | * @command: Callback for bus-wide signaling (optional) |
112 | * @driver: Device driver model driver | 113 | * @driver: Device driver model driver |
113 | * @id_table: List of I2C devices supported by this driver | 114 | * @id_table: List of I2C devices supported by this driver |
@@ -233,6 +234,7 @@ static inline void i2c_set_clientdata(struct i2c_client *dev, void *data) | |||
233 | * @addr: stored in i2c_client.addr | 234 | * @addr: stored in i2c_client.addr |
234 | * @platform_data: stored in i2c_client.dev.platform_data | 235 | * @platform_data: stored in i2c_client.dev.platform_data |
235 | * @archdata: copied into i2c_client.dev.archdata | 236 | * @archdata: copied into i2c_client.dev.archdata |
237 | * @of_node: pointer to OpenFirmware device node | ||
236 | * @irq: stored in i2c_client.irq | 238 | * @irq: stored in i2c_client.irq |
237 | * | 239 | * |
238 | * I2C doesn't actually support hardware probing, although controllers and | 240 | * I2C doesn't actually support hardware probing, although controllers and |