* [PATCH bluetooth-next] MAINTAINERS: add mailing list
@ 2014-08-08 10:57 varkabhadram
2014-08-08 11:00 ` Marc Kleine-Budde
2014-08-08 11:16 ` Alexander Aring
0 siblings, 2 replies; 3+ messages in thread
From: varkabhadram @ 2014-08-08 10:57 UTC (permalink / raw)
To: linux-wpan, linux-bluetooth; +Cc: Varka Bhadram
From: Varka Bhadram <varkab@cdac.in>
adds the mailing list address for bluetooth generic 6lowpan and
802.15.4 subsystems
Signed-off-by: Varka Bhadram <varkab@cdac.in>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 05e5450..59a4108 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -154,6 +154,7 @@ F: drivers/scsi/53c700*
M: Alexander Aring <alex.aring@gmail.com>
L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
L: linux-bluetooth@vger.kernel.org
+L: linux-wpan@vger.kernel.org
S: Maintained
F: net/6lowpan/
F: include/net/6lowpan.h
@@ -4561,6 +4562,7 @@ F: drivers/idle/i7300_idle.c
IEEE 802.15.4 SUBSYSTEM
M: Alexander Aring <alex.aring@gmail.com>
L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
+L: linux-wpan@vger.kernel.org
W: http://apps.sourceforge.net/trac/linux-zigbee
T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
S: Maintained
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH bluetooth-next] MAINTAINERS: add mailing list
2014-08-08 10:57 [PATCH bluetooth-next] MAINTAINERS: add mailing list varkabhadram
@ 2014-08-08 11:00 ` Marc Kleine-Budde
2014-08-08 11:16 ` Alexander Aring
1 sibling, 0 replies; 3+ messages in thread
From: Marc Kleine-Budde @ 2014-08-08 11:00 UTC (permalink / raw)
To: varkabhadram, linux-wpan, linux-bluetooth; +Cc: Varka Bhadram
[-- Attachment #1: Type: text/plain, Size: 543 bytes --]
On 08/08/2014 12:57 PM, varkabhadram@gmail.com wrote:
> From: Varka Bhadram <varkab@cdac.in>
>
> adds the mailing list address for bluetooth generic 6lowpan and
> 802.15.4 subsystems
What about removing the linux-zigbee-devel@lists.sourceforge.net?
Marc
--
Pengutronix e.K. | Marc Kleine-Budde |
Industrial Linux Solutions | Phone: +49-231-2826-924 |
Vertretung West/Dortmund | Fax: +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de |
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH bluetooth-next] MAINTAINERS: add mailing list
2014-08-08 10:57 [PATCH bluetooth-next] MAINTAINERS: add mailing list varkabhadram
2014-08-08 11:00 ` Marc Kleine-Budde
@ 2014-08-08 11:16 ` Alexander Aring
1 sibling, 0 replies; 3+ messages in thread
From: Alexander Aring @ 2014-08-08 11:16 UTC (permalink / raw)
To: varkabhadram; +Cc: linux-wpan, linux-bluetooth, Varka Bhadram
Hi Varka,
On Fri, Aug 08, 2014 at 04:27:19PM +0530, varkabhadram@gmail.com wrote:
> From: Varka Bhadram <varkab@cdac.in>
>
> adds the mailing list address for bluetooth generic 6lowpan and
> 802.15.4 subsystems
>
> Signed-off-by: Varka Bhadram <varkab@cdac.in>
> ---
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 05e5450..59a4108 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -154,6 +154,7 @@ F: drivers/scsi/53c700*
> M: Alexander Aring <alex.aring@gmail.com>
> L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
> L: linux-bluetooth@vger.kernel.org
> +L: linux-wpan@vger.kernel.org
> S: Maintained
> F: net/6lowpan/
> F: include/net/6lowpan.h
> @@ -4561,6 +4562,7 @@ F: drivers/idle/i7300_idle.c
> IEEE 802.15.4 SUBSYSTEM
> M: Alexander Aring <alex.aring@gmail.com>
> L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
> +L: linux-wpan@vger.kernel.org
> W: http://apps.sourceforge.net/trac/linux-zigbee
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
> S: Maintained
ah, okay. Seems that both entries are in bluetooth-next now, so we can
do this.
Please drop the old linux zigbee one and replace the "T:" entry in
IEEE 802.15.4 SUBSYSTEM into:
git git://github.com/linux-wpan/linux-wpan-next.git
also add a "W:" entry for the website:
https://github.com/linux-wpan
and there are several files missing in IEEE 802.15.4 SUBSYSTEM. I want
to do this all of these things in one patch. Please add these missing
files like:
Documentation/networking/ieee802154.txt
include/** <-- search for 802154 stuff
Marcel, maybe we should add:
T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
in 6LOWPAN_GENERIC. Do you agree with that?
Thanks.
- Alex
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-08-08 11:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-08 10:57 [PATCH bluetooth-next] MAINTAINERS: add mailing list varkabhadram
2014-08-08 11:00 ` Marc Kleine-Budde
2014-08-08 11:16 ` Alexander Aring
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).