|
@@ -359,7 +359,7 @@ static int mxs_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg msgs[],
|
|
|
|
|
|
static u32 mxs_i2c_func(struct i2c_adapter *adap)
|
|
static u32 mxs_i2c_func(struct i2c_adapter *adap)
|
|
{
|
|
{
|
|
- return I2C_FUNC_I2C | (I2C_FUNC_SMBUS_EMUL & ~I2C_FUNC_SMBUS_QUICK);
|
|
|
|
|
|
+ return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL;
|
|
}
|
|
}
|
|
|
|
|
|
static irqreturn_t mxs_i2c_isr(int this_irq, void *dev_id)
|
|
static irqreturn_t mxs_i2c_isr(int this_irq, void *dev_id)
|