* [PATCH] MAINTAINERS: fix tree for current i2c-embedded development
@ 2012-09-12 16:07 Wolfram Sang
[not found] ` <1347466020-11836-1-git-send-email-w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Wolfram Sang @ 2012-09-12 16:07 UTC (permalink / raw)
To: linux-i2c; +Cc: linux-kernel, Ben Dooks, Wolfram Sang
Guide people to where their patches can be found these days.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index fdc0119..53cc13c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3388,7 +3388,7 @@ M: "Wolfram Sang (embedded platforms)" <w.sang@pengutronix.de>
L: linux-i2c@vger.kernel.org
W: http://i2c.wiki.kernel.org/
T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
-T: git git://git.fluff.org/bjdooks/linux.git
+T: git git://git.pengutronix.de/git/wsa/linux.git
S: Maintained
F: Documentation/i2c/
F: drivers/i2c/
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: fix tree for current i2c-embedded development
[not found] ` <1347466020-11836-1-git-send-email-w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
@ 2012-09-12 16:09 ` Jean Delvare
2012-09-13 13:55 ` Ben Dooks
1 sibling, 0 replies; 3+ messages in thread
From: Jean Delvare @ 2012-09-12 16:09 UTC (permalink / raw)
To: Wolfram Sang
Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA, Ben Dooks
On Wed, 12 Sep 2012 18:07:00 +0200, Wolfram Sang wrote:
> Guide people to where their patches can be found these days.
>
> Signed-off-by: Wolfram Sang <w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fdc0119..53cc13c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3388,7 +3388,7 @@ M: "Wolfram Sang (embedded platforms)" <w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
> L: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> W: http://i2c.wiki.kernel.org/
> T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
> -T: git git://git.fluff.org/bjdooks/linux.git
> +T: git git://git.pengutronix.de/git/wsa/linux.git
> S: Maintained
> F: Documentation/i2c/
> F: drivers/i2c/
Acked-by: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
--
Jean Delvare
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: fix tree for current i2c-embedded development
[not found] ` <1347466020-11836-1-git-send-email-w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-09-12 16:09 ` Jean Delvare
@ 2012-09-13 13:55 ` Ben Dooks
1 sibling, 0 replies; 3+ messages in thread
From: Ben Dooks @ 2012-09-13 13:55 UTC (permalink / raw)
To: Wolfram Sang
Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA, Ben Dooks
On Wed, Sep 12, 2012 at 06:07:00PM +0200, Wolfram Sang wrote:
> Guide people to where their patches can be found these days.
>
> Signed-off-by: Wolfram Sang <w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fdc0119..53cc13c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3388,7 +3388,7 @@ M: "Wolfram Sang (embedded platforms)" <w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
> L: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> W: http://i2c.wiki.kernel.org/
> T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
> -T: git git://git.fluff.org/bjdooks/linux.git
> +T: git git://git.pengutronix.de/git/wsa/linux.git
> S: Maintained
> F: Documentation/i2c/
> F: drivers/i2c/
Acked-by: Ben Dooks <ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org>
--
Ben Dooks, ben-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org, http://www.fluff.org/ben/
Large Hadron Colada: A large Pina Colada that makes the universe disappear.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-09-13 13:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-12 16:07 [PATCH] MAINTAINERS: fix tree for current i2c-embedded development Wolfram Sang
[not found] ` <1347466020-11836-1-git-send-email-w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-09-12 16:09 ` Jean Delvare
2012-09-13 13:55 ` Ben Dooks
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).