Mike Rapoport wrote at Tuesday, May 03, 2011 2:37 AM:
> Hi Ben,
> Any comments on this?

Tested-by: Stephen Warren <[email protected]>

 (on TrimSlice, I tested the audio driver, and validated that this patch
Was necessary and worked correctly)

> 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 <[email protected]>
> > ---
> >  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;
> >  }
> >
> >  static const struct i2c_algorithm tegra_i2c_algo = {

-- 
nvpublic

--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to