All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH bluetooth-next] MAINTAINERS: update maintainers info
@ 2014-08-08 12:02 varkabhadram
  2014-08-08 17:54 ` Marcel Holtmann
  0 siblings, 1 reply; 7+ messages in thread
From: varkabhadram @ 2014-08-08 12:02 UTC (permalink / raw)
  To: linux-wpan, linux-bluetooth; +Cc: Varka Bhadram

From: Varka Bhadram <varkab@cdac.in>

adds the mailing list address for bluetooth 6loWPAN and
IEEE-802.15.4 subsystems. Also adds web page info.

Signed-off-by: Varka Bhadram <varkab@cdac.in>
---
Hi,

Previosly its my mistake i have not updated my local bluetooth-next
tree. Sorry for the noise.

Thanks
Varka Bhadram.

 MAINTAINERS |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 05e5450..43f3df1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -152,8 +152,8 @@ F:	drivers/scsi/53c700*
 
 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
 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
@@ -4560,13 +4560,14 @@ 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)
-W:	http://apps.sourceforge.net/trac/linux-zigbee
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
+L:	linux-wpan@vger.kernel.org
+W:	https://github.com/linux-wpan
+T:	git git://github.com/linux-wpan/linux-wpan-next.git
 S:	Maintained
 F:	net/ieee802154/
 F:	net/mac802154/
 F:	drivers/net/ieee802154/
+F:	Documentation/networking/ieee802154.txt
 
 IGUANAWORKS USB IR TRANSCEIVER
 M:	Sean Young <sean@mess.org>
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH bluetooth-next] MAINTAINERS: update maintainers info
  2014-08-08 12:02 [PATCH bluetooth-next] MAINTAINERS: update maintainers info varkabhadram
@ 2014-08-08 17:54 ` Marcel Holtmann
  0 siblings, 0 replies; 7+ messages in thread
From: Marcel Holtmann @ 2014-08-08 17:54 UTC (permalink / raw)
  To: varkabhadram; +Cc: linux-wpan, BlueZ development, Varka Bhadram

Hi Varka,

> From: Varka Bhadram <varkab@cdac.in>
> 
> adds the mailing list address for bluetooth 6loWPAN and
> IEEE-802.15.4 subsystems. Also adds web page info.
> 
> Signed-off-by: Varka Bhadram <varkab@cdac.in>
> ---
> Hi,
> 
> Previosly its my mistake i have not updated my local bluetooth-next
> tree. Sorry for the noise.
> 
> Thanks
> Varka Bhadram.
> 
> MAINTAINERS |    9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH bluetooth-next] MAINTAINERS: update maintainers info
  2014-08-08 11:47   ` Varka Bhadram
@ 2014-08-08 11:51     ` Varka Bhadram
  0 siblings, 0 replies; 7+ messages in thread
From: Varka Bhadram @ 2014-08-08 11:51 UTC (permalink / raw)
  To: Alexander Aring; +Cc: linux-wpan, linux-bluetooth, Varka Bhadram

On 08/08/2014 05:17 PM, Varka Bhadram wrote:
> On 08/08/2014 05:08 PM, Alexander Aring wrote:
>> Hi,
>>
>> On Fri, Aug 08, 2014 at 04:58:23PM +0530, varkabhadram@gmail.com wrote:
>>> From: Varka Bhadram <varkab@cdac.in>
>>>
>>> adds the mailing list address for bluetooth 6loWPAN and
>>> IEEE-802.15.4 subsystems. Also adds web page info.
>>>
>>> Signed-off-by: Varka Bhadram <varkab@cdac.in>
>>> ---
>>>   MAINTAINERS |    8 +++++---
>>>   1 file changed, 5 insertions(+), 3 deletions(-)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index 05e5450..4e08a78 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)
>> what's about to remove this mailinglist? It's the deprecated one. :-)
>
> I generated this against net-next tree... Its not applying on 
> bluetooth-next.
>
> In bluetooth-next IEEE-802.15.4 MAINTAINERS not updated. May be they 
> have not
> net/net-next.
>
> On which tree we have to do this..?
>
May be we need to send this to net-next...?


-- 
Regards,
Varka Bhadram.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH bluetooth-next] MAINTAINERS: update maintainers info
  2014-08-08 11:38 ` Alexander Aring
  2014-08-08 11:41   ` Varka Bhadram
@ 2014-08-08 11:47   ` Varka Bhadram
  2014-08-08 11:51     ` Varka Bhadram
  1 sibling, 1 reply; 7+ messages in thread
From: Varka Bhadram @ 2014-08-08 11:47 UTC (permalink / raw)
  To: Alexander Aring; +Cc: linux-wpan, linux-bluetooth, Varka Bhadram

On 08/08/2014 05:08 PM, Alexander Aring wrote:
> Hi,
>
> On Fri, Aug 08, 2014 at 04:58:23PM +0530, varkabhadram@gmail.com wrote:
>> From: Varka Bhadram <varkab@cdac.in>
>>
>> adds the mailing list address for bluetooth 6loWPAN and
>> IEEE-802.15.4 subsystems. Also adds web page info.
>>
>> Signed-off-by: Varka Bhadram <varkab@cdac.in>
>> ---
>>   MAINTAINERS |    8 +++++---
>>   1 file changed, 5 insertions(+), 3 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 05e5450..4e08a78 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)
> what's about to remove this mailinglist? It's the deprecated one. :-)

I generated this against net-next tree... Its not applying on bluetooth-next.

In bluetooth-next IEEE-802.15.4 MAINTAINERS not updated. May be they have not
net/net-next.

On which tree we have to do this..?

-- 
Regards,
Varka Bhadram.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH bluetooth-next] MAINTAINERS: update maintainers info
  2014-08-08 11:38 ` Alexander Aring
@ 2014-08-08 11:41   ` Varka Bhadram
  2014-08-08 11:47   ` Varka Bhadram
  1 sibling, 0 replies; 7+ messages in thread
From: Varka Bhadram @ 2014-08-08 11:41 UTC (permalink / raw)
  To: Alexander Aring; +Cc: linux-wpan, linux-bluetooth, Varka Bhadram

On 08/08/2014 05:08 PM, Alexander Aring wrote:
> Hi,
>
> On Fri, Aug 08, 2014 at 04:58:23PM +0530, varkabhadram@gmail.com wrote:
>> From: Varka Bhadram <varkab@cdac.in>
>>
>> adds the mailing list address for bluetooth 6loWPAN and
>> IEEE-802.15.4 subsystems. Also adds web page info.
>>
>> Signed-off-by: Varka Bhadram <varkab@cdac.in>
>> ---
>>   MAINTAINERS |    8 +++++---
>>   1 file changed, 5 insertions(+), 3 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 05e5450..4e08a78 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)
> what's about to remove this mailinglist? It's the deprecated one. :-)

Ohhh.. sorry for that..



-- 
Regards,
Varka Bhadram.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH bluetooth-next] MAINTAINERS: update maintainers info
  2014-08-08 11:28 varkabhadram
@ 2014-08-08 11:38 ` Alexander Aring
  2014-08-08 11:41   ` Varka Bhadram
  2014-08-08 11:47   ` Varka Bhadram
  0 siblings, 2 replies; 7+ messages in thread
From: Alexander Aring @ 2014-08-08 11:38 UTC (permalink / raw)
  To: varkabhadram; +Cc: linux-wpan, linux-bluetooth, Varka Bhadram

Hi,

On Fri, Aug 08, 2014 at 04:58:23PM +0530, varkabhadram@gmail.com wrote:
> From: Varka Bhadram <varkab@cdac.in>
> 
> adds the mailing list address for bluetooth 6loWPAN and
> IEEE-802.15.4 subsystems. Also adds web page info.
> 
> Signed-off-by: Varka Bhadram <varkab@cdac.in>
> ---
>  MAINTAINERS |    8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 05e5450..4e08a78 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)

what's about to remove this mailinglist? It's the deprecated one. :-)

- Alex

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH bluetooth-next] MAINTAINERS: update maintainers info
@ 2014-08-08 11:28 varkabhadram
  2014-08-08 11:38 ` Alexander Aring
  0 siblings, 1 reply; 7+ messages in thread
From: varkabhadram @ 2014-08-08 11:28 UTC (permalink / raw)
  To: linux-wpan, linux-bluetooth; +Cc: Varka Bhadram

From: Varka Bhadram <varkab@cdac.in>

adds the mailing list address for bluetooth 6loWPAN and
IEEE-802.15.4 subsystems. Also adds web page info.

Signed-off-by: Varka Bhadram <varkab@cdac.in>
---
 MAINTAINERS |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 05e5450..4e08a78 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
@@ -4560,13 +4561,14 @@ 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)
-W:	http://apps.sourceforge.net/trac/linux-zigbee
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
+L:	linux-wpan@vger.kernel.org
+W:	https://github.com/linux-wpan
+T:	git git://github.com/linux-wpan/linux-wpan-next.git
 S:	Maintained
 F:	net/ieee802154/
 F:	net/mac802154/
 F:	drivers/net/ieee802154/
+F:	Documentation/networking/ieee802154.txt
 
 IGUANAWORKS USB IR TRANSCEIVER
 M:	Sean Young <sean@mess.org>
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-08-08 17:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-08 12:02 [PATCH bluetooth-next] MAINTAINERS: update maintainers info varkabhadram
2014-08-08 17:54 ` Marcel Holtmann
  -- strict thread matches above, loose matches on Subject: below --
2014-08-08 11:28 varkabhadram
2014-08-08 11:38 ` Alexander Aring
2014-08-08 11:41   ` Varka Bhadram
2014-08-08 11:47   ` Varka Bhadram
2014-08-08 11:51     ` Varka Bhadram

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.