2010-09-28 09:20:15

by Luciano Coelho

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Update git url for the wl1271 driver

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 <[email protected]>
Signed-off-by: Luciano Coelho <[email protected]>
---
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 <[email protected]>
L: [email protected]
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



2010-09-28 10:25:31

by Luciano Coelho

[permalink] [raw]
Subject: [PATCH v2] MAINTAINERS: Update git url for the wl1271 driver

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 <[email protected]>
Signed-off-by: Luciano Coelho <[email protected]>
---
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 <[email protected]>
L: [email protected]
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


2010-09-28 09:27:29

by Luciano Coelho

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update git url for the wl1271 driver

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 <[email protected]>
> Signed-off-by: Luciano Coelho <[email protected]>
> ---
> 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 <[email protected]>
> L: [email protected]
> 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.


2010-09-28 18:30:58

by Luciano Coelho

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update git url for the wl1271 driver

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 <[email protected]>
> > > Signed-off-by: Luciano Coelho <[email protected]>
> > > ---
> > > 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 <[email protected]>
> > > L: [email protected]
> > > 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.


2010-09-28 13:14:37

by John W. Linville

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update git url for the wl1271 driver

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 <[email protected]>
> > Signed-off-by: Luciano Coelho <[email protected]>
> > ---
> > 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 <[email protected]>
> > L: [email protected]
> > 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
[email protected] might be all we have. Be ready.