* [PATCH] MAINTAINERS: Update git url for the wl1271 driver
@ 2010-09-28 9:19 Luciano Coelho
2010-09-28 9:27 ` Luciano Coelho
2010-09-28 10:25 ` [PATCH v2] " Luciano Coelho
0 siblings, 2 replies; 5+ messages in thread
From: Luciano Coelho @ 2010-09-28 9:19 UTC (permalink / raw)
To: linux-wireless; +Cc: John W. Linville
We are integrating wl1271 commits via a new git tree now and wl1271
development should be made on top of the new tree.
Update the repository url accordingly.
Cc: John W. Linville <liville@tuxdriver.com>
Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
---
MAINTAINERS | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 6cb1c75..a130d9f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6321,7 +6321,7 @@ WL1271 WIRELESS DRIVER
M: Luciano Coelho <luciano.coelho@nokia.com>
L: linux-wireless@vger.kernel.org
W: http://wireless.kernel.org
-T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
+T: git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
S: Maintained
F: drivers/net/wireless/wl12xx/wl1271*
F: include/linux/wl12xx.h
--
1.6.3.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Update git url for the wl1271 driver
2010-09-28 9:19 [PATCH] MAINTAINERS: Update git url for the wl1271 driver Luciano Coelho
@ 2010-09-28 9:27 ` Luciano Coelho
2010-09-28 13:09 ` John W. Linville
2010-09-28 10:25 ` [PATCH v2] " Luciano Coelho
1 sibling, 1 reply; 5+ messages in thread
From: Luciano Coelho @ 2010-09-28 9:27 UTC (permalink / raw)
To: linux-wireless@vger.kernel.org; +Cc: John W. Linville
On Tue, 2010-09-28 at 11:19 +0200, Coelho Luciano (Nokia-MS/Helsinki)
wrote:
> We are integrating wl1271 commits via a new git tree now and wl1271
> development should be made on top of the new tree.
>
> Update the repository url accordingly.
>
> Cc: John W. Linville <liville@tuxdriver.com>
> Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
> ---
> MAINTAINERS | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6cb1c75..a130d9f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6321,7 +6321,7 @@ WL1271 WIRELESS DRIVER
> M: Luciano Coelho <luciano.coelho@nokia.com>
> L: linux-wireless@vger.kernel.org
> W: http://wireless.kernel.org
> -T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
> +T: git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
> S: Maintained
> F: drivers/net/wireless/wl12xx/wl1271*
> F: include/linux/wl12xx.h
John, should you apply this directly or should this go via the wl12xx
tree?
--
Cheers,
Luca.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v2] MAINTAINERS: Update git url for the wl1271 driver
2010-09-28 9:19 [PATCH] MAINTAINERS: Update git url for the wl1271 driver Luciano Coelho
2010-09-28 9:27 ` Luciano Coelho
@ 2010-09-28 10:25 ` Luciano Coelho
1 sibling, 0 replies; 5+ messages in thread
From: Luciano Coelho @ 2010-09-28 10:25 UTC (permalink / raw)
To: linux-wireless; +Cc: Joe Perches, John W. Linville
We are integrating wl1271 commits via a new git tree now and wl1271
development should be made on top of the new tree.
Update the repository url accordingly.
Cc: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
---
In v2 I have added the missing "git " in front of the URL. Thanks Joe Perches
for pointing out. I also fixed John's email address.
MAINTAINERS | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 6cb1c75..529bfee 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6321,7 +6321,7 @@ WL1271 WIRELESS DRIVER
M: Luciano Coelho <luciano.coelho@nokia.com>
L: linux-wireless@vger.kernel.org
W: http://wireless.kernel.org
-T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
S: Maintained
F: drivers/net/wireless/wl12xx/wl1271*
F: include/linux/wl12xx.h
--
1.6.3.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Update git url for the wl1271 driver
2010-09-28 9:27 ` Luciano Coelho
@ 2010-09-28 13:09 ` John W. Linville
2010-09-28 18:30 ` Luciano Coelho
0 siblings, 1 reply; 5+ messages in thread
From: John W. Linville @ 2010-09-28 13:09 UTC (permalink / raw)
To: Luciano Coelho; +Cc: linux-wireless@vger.kernel.org, John W. Linville
On Tue, Sep 28, 2010 at 12:27:19PM +0300, Luciano Coelho wrote:
> On Tue, 2010-09-28 at 11:19 +0200, Coelho Luciano (Nokia-MS/Helsinki)
> wrote:
> > We are integrating wl1271 commits via a new git tree now and wl1271
> > development should be made on top of the new tree.
> >
> > Update the repository url accordingly.
> >
> > Cc: John W. Linville <liville@tuxdriver.com>
> > Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
> > ---
> > MAINTAINERS | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 6cb1c75..a130d9f 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -6321,7 +6321,7 @@ WL1271 WIRELESS DRIVER
> > M: Luciano Coelho <luciano.coelho@nokia.com>
> > L: linux-wireless@vger.kernel.org
> > W: http://wireless.kernel.org
> > -T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
> > +T: git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
> > S: Maintained
> > F: drivers/net/wireless/wl12xx/wl1271*
> > F: include/linux/wl12xx.h
>
> John, should you apply this directly or should this go via the wl12xx
> tree?
Either seems fine to me.
John
--
John W. Linville Someday the world will need a hero, and you
linville@tuxdriver.com might be all we have. Be ready.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Update git url for the wl1271 driver
2010-09-28 13:09 ` John W. Linville
@ 2010-09-28 18:30 ` Luciano Coelho
0 siblings, 0 replies; 5+ messages in thread
From: Luciano Coelho @ 2010-09-28 18:30 UTC (permalink / raw)
To: ext John W. Linville; +Cc: linux-wireless@vger.kernel.org
On Tue, 2010-09-28 at 15:09 +0200, ext John W. Linville wrote:
> On Tue, Sep 28, 2010 at 12:27:19PM +0300, Luciano Coelho wrote:
> > On Tue, 2010-09-28 at 11:19 +0200, Coelho Luciano (Nokia-MS/Helsinki)
> > wrote:
> > > We are integrating wl1271 commits via a new git tree now and wl1271
> > > development should be made on top of the new tree.
> > >
> > > Update the repository url accordingly.
> > >
> > > Cc: John W. Linville <liville@tuxdriver.com>
> > > Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
> > > ---
> > > MAINTAINERS | 2 +-
> > > 1 files changed, 1 insertions(+), 1 deletions(-)
> > >
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 6cb1c75..a130d9f 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -6321,7 +6321,7 @@ WL1271 WIRELESS DRIVER
> > > M: Luciano Coelho <luciano.coelho@nokia.com>
> > > L: linux-wireless@vger.kernel.org
> > > W: http://wireless.kernel.org
> > > -T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
> > > +T: git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
> > > S: Maintained
> > > F: drivers/net/wireless/wl12xx/wl1271*
> > > F: include/linux/wl12xx.h
> >
> > John, should you apply this directly or should this go via the wl12xx
> > tree?
>
> Either seems fine to me.
Okay, I applied v2 (the one with the fix in your email address and in
the T: tag as suggested by Joe Perches).
--
Cheers,
Luca.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-09-28 18:30 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-28 9:19 [PATCH] MAINTAINERS: Update git url for the wl1271 driver Luciano Coelho
2010-09-28 9:27 ` Luciano Coelho
2010-09-28 13:09 ` John W. Linville
2010-09-28 18:30 ` Luciano Coelho
2010-09-28 10:25 ` [PATCH v2] " Luciano Coelho
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).