From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Dooks Subject: Re: [PATCH RESEND] i2c: tegra: add I2C_FUNC_SMBUS_EMUL to adapter functionality Date: Wed, 13 Jul 2011 22:58:20 +0100 Message-ID: <20110713215820.GG3369@freya.fluff.org> References: <20110711073755.GA8665@gentoodev.compulab.local> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Colin Cross Cc: mike-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org, "Ben Dooks "@google.com, "Stephen Warren swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org"@google.com, linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-i2c@vger.kernel.org On Mon, Jul 11, 2011 at 12:49:33AM -0700, Colin Cross wrote: > On Mon, Jul 11, 2011 at 12:37 AM, wrote: > > Hi Ben, > > This patch has been waiting for quite a long time and I've got no r= esponse > > from you concerning it. > > Can you _please_ at last merge it so it'll make to 3.1? > > > > -- > > Sincerely yours, > > Mike, > > > > > > From 5ac2b2824d2d49954aa9897344481e32f2368749 Mon Sep 17 00:00:00 2= 001 > > From: Mike Rapoport > > Date: Mon, 11 Jul 2011 10:28:57 +0300 > > Subject: [PATCH] i2c: tegra: add I2C_FUNC_SMBUS_EMUL to adapter fun= ctionality > > > > as there are a lot of i2c device drivers that require it > > > > Signed-off-by: Mike Rapoport > > --- > > =A0drivers/i2c/busses/i2c-tegra.c | =A0 =A02 +- > > =A01 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/drivers/i2c/busses/i2c-tegra.c b/drivers/i2c/busses/i2= c-tegra.c > > index 4d93196..2fe4951 100644 > > --- a/drivers/i2c/busses/i2c-tegra.c > > +++ b/drivers/i2c/busses/i2c-tegra.c > > @@ -524,7 +524,7 @@ static int tegra_i2c_xfer(struct i2c_adapter *a= dap, struct i2c_msg msgs[], > > > > =A0static u32 tegra_i2c_func(struct i2c_adapter *adap) > > =A0{ > > - =A0 =A0 =A0 return I2C_FUNC_I2C; > > + =A0 =A0 =A0 return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL; > > =A0} I'll add it to the -next tree tomorrow > > =A0static const struct i2c_algorithm tegra_i2c_algo =3D { > > -- > > 1.7.3.1 > > > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-teg= ra" in > > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > > More majordomo info at =A0http://vger.kernel.org/majordomo-info.htm= l > > >=20 > Your mailer added @mike-pc.compulab.local to all of the addresses. >=20 > Acked-by: Colin Cross >=20 > It should go in through Ben's tree. > -- > To unsubscribe from this list: send the line "unsubscribe linux-i2c" = in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html