2012-01-12 16:27:18

by Rafał Miłecki

[permalink] [raw]
Subject: [PATCH 0/2] bcma/b43: update MAINTAINERS

John can you take that patches via your tree?

Rafał Miłecki (2):
MAINTAINERS: move BCMA to keep the list sorted
MAINTAINERS: add b43 mailing list

MAINTAINERS | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)

--
1.7.7



2012-01-12 16:34:01

by Jonas Gorski

[permalink] [raw]
Subject: Re: [PATCH 2/2] MAINTAINERS: add b43 mailing list

Hi,

2012/1/12 Rafał Miłecki <[email protected]>:
> ---
>  MAINTAINERS |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index dc11e28..0b39eb9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1419,6 +1419,7 @@ F:        net/ax25/
>  B43 WIRELESS DRIVER
>  M:     Stefano Brivio <[email protected]>
>  L:     [email protected]
> +L:     [email protected]

You might want to add "(moderated for non-subscribers)" (unless that
was changed lately).


Jonas

2012-01-12 16:27:23

by Rafał Miłecki

[permalink] [raw]
Subject: [PATCH 1/2] MAINTAINERS: move BCMA to keep the list sorted

---
MAINTAINERS | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4babed7..dc11e28 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1595,6 +1595,13 @@ L: [email protected]
S: Supported
F: drivers/scsi/bnx2fc/

+BROADCOM SPECIFIC AMBA DRIVER (BCMA)
+M: Rafał Miłecki <[email protected]>
+L: [email protected]
+S: Maintained
+F: drivers/bcma/
+F: include/linux/bcma/
+
BROCADE BFA FC SCSI DRIVER
M: Jing Huang <[email protected]>
L: [email protected]
@@ -6101,13 +6108,6 @@ S: Maintained
F: drivers/ssb/
F: include/linux/ssb/

-BROADCOM SPECIFIC AMBA DRIVER (BCMA)
-M: Rafał Miłecki <[email protected]>
-L: [email protected]
-S: Maintained
-F: drivers/bcma/
-F: include/linux/bcma/
-
SONY VAIO CONTROL DEVICE DRIVER
M: Mattia Dongili <[email protected]>
L: [email protected]
--
1.7.7


2012-01-13 19:46:07

by John W. Linville

[permalink] [raw]
Subject: Re: [PATCH 1/2] MAINTAINERS: move BCMA to keep the list sorted

Patches need Signed-off-by lines...

On Thu, Jan 12, 2012 at 05:28:59PM +0100, Rafał Miłecki wrote:
> ---
> MAINTAINERS | 14 +++++++-------
> 1 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4babed7..dc11e28 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1595,6 +1595,13 @@ L: [email protected]
> S: Supported
> F: drivers/scsi/bnx2fc/
>
> +BROADCOM SPECIFIC AMBA DRIVER (BCMA)
> +M: Rafał Miłecki <[email protected]>
> +L: [email protected]
> +S: Maintained
> +F: drivers/bcma/
> +F: include/linux/bcma/
> +
> BROCADE BFA FC SCSI DRIVER
> M: Jing Huang <[email protected]>
> L: [email protected]
> @@ -6101,13 +6108,6 @@ S: Maintained
> F: drivers/ssb/
> F: include/linux/ssb/
>
> -BROADCOM SPECIFIC AMBA DRIVER (BCMA)
> -M: Rafał Miłecki <[email protected]>
> -L: [email protected]
> -S: Maintained
> -F: drivers/bcma/
> -F: include/linux/bcma/
> -
> SONY VAIO CONTROL DEVICE DRIVER
> M: Mattia Dongili <[email protected]>
> L: [email protected]
> --
> 1.7.7
>
>

--
John W. Linville Someday the world will need a hero, and you
[email protected] might be all we have. Be ready.

2012-01-12 16:27:25

by Rafał Miłecki

[permalink] [raw]
Subject: [PATCH 2/2] MAINTAINERS: add b43 mailing list

---
MAINTAINERS | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index dc11e28..0b39eb9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1419,6 +1419,7 @@ F: net/ax25/
B43 WIRELESS DRIVER
M: Stefano Brivio <[email protected]>
L: [email protected]
+L: [email protected]
W: http://linuxwireless.org/en/users/Drivers/b43
S: Maintained
F: drivers/net/wireless/b43/
--
1.7.7