* [PATCH RESEND] i2c: tegra: add I2C_FUNC_SMBUS_EMUL to adapter functionality
@ 2011-07-11 7:37 mike-UTxiZqZC01RS1MOuV/RT9w
[not found] ` <20110711073755.GA8665-3uweYmSlH9aEUzZwfQ66DQU8U8pOX017@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: mike-UTxiZqZC01RS1MOuV/RT9w @ 2011-07-11 7:37 UTC (permalink / raw)
To: "Ben Dooks <ben-i2c-elnMNo+KYs3YtjvyW6yDsg
Cc: "Colin Cross <ccross-z5hGa2qSFaRBDgjK7y7TUQ,
"Stephen Warren swarren-DDmLM1+adcrQT0dZR+AlfA,
linux-i2c-u79uwXL29TY76Z2rM5mHXA,
linux-tegra-u79uwXL29TY76Z2rM5mHXA
Hi Ben,
This patch has been waiting for quite a long time and I've got no response
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 2001
From: Mike Rapoport <mike-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
Date: Mon, 11 Jul 2011 10:28:57 +0300
Subject: [PATCH] i2c: tegra: add I2C_FUNC_SMBUS_EMUL to adapter functionality
as there are a lot of i2c device drivers that require it
Signed-off-by: Mike Rapoport <mike-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
---
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 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 *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 = {
--
1.7.3.1
^ permalink raw reply related [flat|nested] 7+ messages in thread[parent not found: <20110711073755.GA8665-3uweYmSlH9aEUzZwfQ66DQU8U8pOX017@public.gmane.org>]
* Re: [PATCH RESEND] i2c: tegra: add I2C_FUNC_SMBUS_EMUL to adapter functionality [not found] ` <20110711073755.GA8665-3uweYmSlH9aEUzZwfQ66DQU8U8pOX017@public.gmane.org> @ 2011-07-11 7:49 ` Colin Cross [not found] ` <CAMbhsRS-REFiAiEnukVtarTx7PRrzLT0BHAHdmuPGqDRRppGtw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 7+ messages in thread From: Colin Cross @ 2011-07-11 7:49 UTC (permalink / raw) To: mike-UTxiZqZC01RS1MOuV/RT9w Cc: "Ben Dooks <ben-i2c-elnMNo+KYs3YtjvyW6yDsg, "Stephen Warren swarren-DDmLM1+adcrQT0dZR+AlfA, linux-i2c-u79uwXL29TY76Z2rM5mHXA, linux-tegra-u79uwXL29TY76Z2rM5mHXA On Mon, Jul 11, 2011 at 12:37 AM, <mike-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org> wrote: > Hi Ben, > This patch has been waiting for quite a long time and I've got no response > 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 2001 > From: Mike Rapoport <mike-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org> > Date: Mon, 11 Jul 2011 10:28:57 +0300 > Subject: [PATCH] i2c: tegra: add I2C_FUNC_SMBUS_EMUL to adapter functionality > > as there are a lot of i2c device drivers that require it > > Signed-off-by: Mike Rapoport <mike-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org> > --- > 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 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 *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 = { > -- > 1.7.3.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-tegra" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Your mailer added @mike-pc.compulab.local to all of the addresses. Acked-by: Colin Cross <ccross-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org> It should go in through Ben's tree. ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <CAMbhsRS-REFiAiEnukVtarTx7PRrzLT0BHAHdmuPGqDRRppGtw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: [PATCH RESEND] i2c: tegra: add I2C_FUNC_SMBUS_EMUL to adapter functionality [not found] ` <CAMbhsRS-REFiAiEnukVtarTx7PRrzLT0BHAHdmuPGqDRRppGtw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2011-07-11 7:50 ` Colin Cross 2011-07-13 21:58 ` Ben Dooks 1 sibling, 0 replies; 7+ messages in thread From: Colin Cross @ 2011-07-11 7:50 UTC (permalink / raw) To: mike-UTxiZqZC01RS1MOuV/RT9w Cc: Ben Dooks, Stephen Warren, linux-i2c-u79uwXL29TY76Z2rM5mHXA, linux-tegra-u79uwXL29TY76Z2rM5mHXA On Mon, Jul 11, 2011 at 12:49 AM, Colin Cross <ccross-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org> wrote: > On Mon, Jul 11, 2011 at 12:37 AM, <mike-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org> wrote: >> Hi Ben, >> This patch has been waiting for quite a long time and I've got no response >> 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 2001 >> From: Mike Rapoport <mike-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org> >> Date: Mon, 11 Jul 2011 10:28:57 +0300 >> Subject: [PATCH] i2c: tegra: add I2C_FUNC_SMBUS_EMUL to adapter functionality >> >> as there are a lot of i2c device drivers that require it >> >> Signed-off-by: Mike Rapoport <mike-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org> >> --- >> 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 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 *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 = { >> -- >> 1.7.3.1 >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-tegra" in >> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html >> > > Your mailer added @mike-pc.compulab.local to all of the addresses. > > Acked-by: Colin Cross <ccross-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org> > > It should go in through Ben's tree. > The quotes in the wrong place made my mailer do the same thing. Resent. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH RESEND] i2c: tegra: add I2C_FUNC_SMBUS_EMUL to adapter functionality [not found] ` <CAMbhsRS-REFiAiEnukVtarTx7PRrzLT0BHAHdmuPGqDRRppGtw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2011-07-11 7:50 ` Colin Cross @ 2011-07-13 21:58 ` Ben Dooks [not found] ` <20110713215820.GG3369-RazCHl0VsYgkUSuvROHNpA@public.gmane.org> 1 sibling, 1 reply; 7+ messages in thread From: Ben Dooks @ 2011-07-13 21:58 UTC (permalink / raw) To: Colin Cross Cc: mike-UTxiZqZC01RS1MOuV/RT9w, "Ben Dooks <ben-i2c-elnMNo+KYs3YtjvyW6yDsg, "Stephen Warren swarren-DDmLM1+adcrQT0dZR+AlfA, linux-i2c-u79uwXL29TY76Z2rM5mHXA, linux-tegra-u79uwXL29TY76Z2rM5mHXA On Mon, Jul 11, 2011 at 12:49:33AM -0700, Colin Cross wrote: > On Mon, Jul 11, 2011 at 12:37 AM, <mike-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org> wrote: > > Hi Ben, > > This patch has been waiting for quite a long time and I've got no response > > 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 2001 > > From: Mike Rapoport <mike-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org> > > Date: Mon, 11 Jul 2011 10:28:57 +0300 > > Subject: [PATCH] i2c: tegra: add I2C_FUNC_SMBUS_EMUL to adapter functionality > > > > as there are a lot of i2c device drivers that require it > > > > Signed-off-by: Mike Rapoport <mike-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org> > > --- > > 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 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 *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'll add it to the -next tree tomorrow > > static const struct i2c_algorithm tegra_i2c_algo = { > > -- > > 1.7.3.1 > > > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-tegra" in > > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > > > Your mailer added @mike-pc.compulab.local to all of the addresses. > > Acked-by: Colin Cross <ccross-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org> > > 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 ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <20110713215820.GG3369-RazCHl0VsYgkUSuvROHNpA@public.gmane.org>]
* Re: [PATCH RESEND] i2c: tegra: add I2C_FUNC_SMBUS_EMUL to adapter functionality [not found] ` <20110713215820.GG3369-RazCHl0VsYgkUSuvROHNpA@public.gmane.org> @ 2011-07-17 20:20 ` Mike Rapoport 2011-07-17 20:22 ` Mike Rapoport 2011-07-30 20:19 ` Mike Rapoport 2 siblings, 0 replies; 7+ messages in thread From: Mike Rapoport @ 2011-07-17 20:20 UTC (permalink / raw) Cc: Colin Cross, mike-UTxiZqZC01RS1MOuV/RT9w, "Ben Dooks <ben-i2c-elnMNo+KYs3YtjvyW6yDsg, "Stephen Warren swarren-DDmLM1+adcrQT0dZR+AlfA, linux-i2c-u79uwXL29TY76Z2rM5mHXA, linux-tegra-u79uwXL29TY76Z2rM5mHXA Hi Ben, On Thu, Jul 14, 2011 at 12:58 AM, Ben Dooks <ben-i2c-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org> wrote: > On Mon, Jul 11, 2011 at 12:49:33AM -0700, Colin Cross wrote: >> On Mon, Jul 11, 2011 at 12:37 AM, <mike-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org> wrote: >> > Hi Ben, >> > This patch has been waiting for quite a long time and I've got no response >> > from you concerning it. >> > Can you _please_ at last merge it so it'll make to 3.1? > > I'll add it to the -next tree tomorrow Any updates on this? >> > static const struct i2c_algorithm tegra_i2c_algo = { >> > -- >> > 1.7.3.1 >> > >> > -- >> > To unsubscribe from this list: send the line "unsubscribe linux-tegra" in >> > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org >> > More majordomo info at http://vger.kernel.org/majordomo-info.html >> > >> >> Your mailer added @mike-pc.compulab.local to all of the addresses. >> >> Acked-by: Colin Cross <ccross-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org> >> >> 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 > -- > To unsubscribe from this list: send the line "unsubscribe linux-tegra" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- Sincerely Yours, Mike. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH RESEND] i2c: tegra: add I2C_FUNC_SMBUS_EMUL to adapter functionality [not found] ` <20110713215820.GG3369-RazCHl0VsYgkUSuvROHNpA@public.gmane.org> 2011-07-17 20:20 ` Mike Rapoport @ 2011-07-17 20:22 ` Mike Rapoport 2011-07-30 20:19 ` Mike Rapoport 2 siblings, 0 replies; 7+ messages in thread From: Mike Rapoport @ 2011-07-17 20:22 UTC (permalink / raw) To: Ben Dooks Cc: Colin Cross, mike-UTxiZqZC01RS1MOuV/RT9w, Stephen Warren, linux-i2c-u79uwXL29TY76Z2rM5mHXA, linux-tegra-u79uwXL29TY76Z2rM5mHXA Hi Ben, On Thu, Jul 14, 2011 at 12:58 AM, Ben Dooks <ben-i2c-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org> wrote: > On Mon, Jul 11, 2011 at 12:49:33AM -0700, Colin Cross wrote: >> On Mon, Jul 11, 2011 at 12:37 AM, <mike-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org> wrote: >> > Hi Ben, >> > This patch has been waiting for quite a long time and I've got no response >> > from you concerning it. >> > Can you _please_ at last merge it so it'll make to 3.1? > > I'll add it to the -next tree tomorrow Any updates on this? >> > static const struct i2c_algorithm tegra_i2c_algo = { >> > -- >> > 1.7.3.1 >> > >> > -- >> > To unsubscribe from this list: send the line "unsubscribe linux-tegra" in >> > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org >> > More majordomo info at http://vger.kernel.org/majordomo-info.html >> > >> >> Your mailer added @mike-pc.compulab.local to all of the addresses. >> >> Acked-by: Colin Cross <ccross-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org> >> >> 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 > -- > To unsubscribe from this list: send the line "unsubscribe linux-tegra" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- Sincerely Yours, Mike. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH RESEND] i2c: tegra: add I2C_FUNC_SMBUS_EMUL to adapter functionality [not found] ` <20110713215820.GG3369-RazCHl0VsYgkUSuvROHNpA@public.gmane.org> 2011-07-17 20:20 ` Mike Rapoport 2011-07-17 20:22 ` Mike Rapoport @ 2011-07-30 20:19 ` Mike Rapoport 2 siblings, 0 replies; 7+ messages in thread From: Mike Rapoport @ 2011-07-30 20:19 UTC (permalink / raw) To: Ben Dooks Cc: Colin Cross, mike-UTxiZqZC01RS1MOuV/RT9w, Stephen Warren, linux-i2c-u79uwXL29TY76Z2rM5mHXA, linux-tegra-u79uwXL29TY76Z2rM5mHXA Hi Ben, On Thu, Jul 14, 2011 at 12:58 AM, Ben Dooks <ben-i2c-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org> wrote: > > I'll add it to the -next tree tomorrow Can you add the patch at last ?! >> > static const struct i2c_algorithm tegra_i2c_algo = { >> > -- >> > 1.7.3.1 >> > >> > -- >> > To unsubscribe from this list: send the line "unsubscribe linux-tegra" in >> > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org >> > More majordomo info at http://vger.kernel.org/majordomo-info.html >> > >> >> Your mailer added @mike-pc.compulab.local to all of the addresses. >> >> Acked-by: Colin Cross <ccross-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org> >> >> 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 > -- > To unsubscribe from this list: send the line "unsubscribe linux-tegra" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- Sincerely Yours, Mike. ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-07-30 20:19 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-11 7:37 [PATCH RESEND] i2c: tegra: add I2C_FUNC_SMBUS_EMUL to adapter functionality mike-UTxiZqZC01RS1MOuV/RT9w
[not found] ` <20110711073755.GA8665-3uweYmSlH9aEUzZwfQ66DQU8U8pOX017@public.gmane.org>
2011-07-11 7:49 ` Colin Cross
[not found] ` <CAMbhsRS-REFiAiEnukVtarTx7PRrzLT0BHAHdmuPGqDRRppGtw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-07-11 7:50 ` Colin Cross
2011-07-13 21:58 ` Ben Dooks
[not found] ` <20110713215820.GG3369-RazCHl0VsYgkUSuvROHNpA@public.gmane.org>
2011-07-17 20:20 ` Mike Rapoport
2011-07-17 20:22 ` Mike Rapoport
2011-07-30 20:19 ` Mike Rapoport
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).