On Tue, May 03, 2011 at 11:37:01AM +0300, Mike Rapoport wrote: > Hi Ben, > Any comments on this? > > On 04/13/11 13:45, Mike Rapoport wrote: > > as there are a lot of i2c device drivers that require it. > > > > Signed-off-by: Mike Rapoport <mike@xxxxxxxxxxxxxx> > > --- > > drivers/i2c/busses/i2c-tegra.c | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/drivers/i2c/busses/i2c-tegra.c b/drivers/i2c/busses/i2c-tegra.c > > index b4ab39b..7e68f2c 100644 > > --- a/drivers/i2c/busses/i2c-tegra.c > > +++ b/drivers/i2c/busses/i2c-tegra.c > > @@ -495,7 +495,7 @@ static int tegra_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg msgs[], > > > > static u32 tegra_i2c_func(struct i2c_adapter *adap) > > { > > - return I2C_FUNC_I2C; > > + return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL; > > } I think this is ok, but will check tomorrow -- Ben Dooks, ben@xxxxxxxxx, http://www.fluff.org/ben/ Large Hadron Colada: A large Pina Colada that makes the universe disappear. -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html