linux-wpan.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] docs: net: ieee802154: change link to new project URL
@ 2020-06-16  6:58 Stefan Schmidt
  2020-06-16  6:58 ` [PATCH 2/2] MAINTAINERS: update ieee802154 project website URL Stefan Schmidt
  2020-06-19  7:14 ` [PATCH 1/2] docs: net: ieee802154: change link to new project URL Stefan Schmidt
  0 siblings, 2 replies; 5+ messages in thread
From: Stefan Schmidt @ 2020-06-16  6:58 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-wpan, alex.aring, Stefan Schmidt

We finally came around to setup a new project website.
Update the reference here.

Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
---
 Documentation/networking/ieee802154.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/networking/ieee802154.rst b/Documentation/networking/ieee802154.rst
index 36ca823a1122..6f4bf8447a21 100644
--- a/Documentation/networking/ieee802154.rst
+++ b/Documentation/networking/ieee802154.rst
@@ -30,8 +30,8 @@ Socket API
 
 The address family, socket addresses etc. are defined in the
 include/net/af_ieee802154.h header or in the special header
-in the userspace package (see either http://wpan.cakelab.org/ or the
-git tree at https://github.com/linux-wpan/wpan-tools).
+in the userspace package (see either https://linux-wpan.org/wpan-tools.html
+or the git tree at https://github.com/linux-wpan/wpan-tools).
 
 6LoWPAN Linux implementation
 ============================
-- 
2.25.4


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

* [PATCH 2/2] MAINTAINERS: update ieee802154 project website URL
  2020-06-16  6:58 [PATCH 1/2] docs: net: ieee802154: change link to new project URL Stefan Schmidt
@ 2020-06-16  6:58 ` Stefan Schmidt
  2020-06-19  7:14 ` [PATCH 1/2] docs: net: ieee802154: change link to new project URL Stefan Schmidt
  1 sibling, 0 replies; 5+ messages in thread
From: Stefan Schmidt @ 2020-06-16  6:58 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-wpan, alex.aring, Stefan Schmidt

Update URL to our new home.

Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 50659d76976b..6cd52c922bfa 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8225,7 +8225,7 @@ M:	Alexander Aring <alex.aring@gmail.com>
 M:	Stefan Schmidt <stefan@datenfreihafen.org>
 L:	linux-wpan@vger.kernel.org
 S:	Maintained
-W:	http://wpan.cakelab.org/
+W:	https://linux-wpan.org/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next.git
 F:	Documentation/networking/ieee802154.rst
-- 
2.25.4


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

* Re: [PATCH 1/2] docs: net: ieee802154: change link to new project URL
  2020-06-16  6:58 [PATCH 1/2] docs: net: ieee802154: change link to new project URL Stefan Schmidt
  2020-06-16  6:58 ` [PATCH 2/2] MAINTAINERS: update ieee802154 project website URL Stefan Schmidt
@ 2020-06-19  7:14 ` Stefan Schmidt
  2020-06-19 19:56   ` David Miller
  1 sibling, 1 reply; 5+ messages in thread
From: Stefan Schmidt @ 2020-06-19  7:14 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-wpan, alex.aring

Hello Dave.

On 16.06.20 08:58, Stefan Schmidt wrote:
> We finally came around to setup a new project website.
> Update the reference here.
> 
> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
> ---
>   Documentation/networking/ieee802154.rst | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/networking/ieee802154.rst b/Documentation/networking/ieee802154.rst
> index 36ca823a1122..6f4bf8447a21 100644
> --- a/Documentation/networking/ieee802154.rst
> +++ b/Documentation/networking/ieee802154.rst
> @@ -30,8 +30,8 @@ Socket API
>   
>   The address family, socket addresses etc. are defined in the
>   include/net/af_ieee802154.h header or in the special header
> -in the userspace package (see either http://wpan.cakelab.org/ or the
> -git tree at https://github.com/linux-wpan/wpan-tools).
> +in the userspace package (see either https://linux-wpan.org/wpan-tools.html
> +or the git tree at https://github.com/linux-wpan/wpan-tools).
>   
>   6LoWPAN Linux implementation
>   ============================
> 

I see you marked both patches here as awaiting upstream in patchwork. I 
am not really sure what to do best now. Am I supposed to pick them up 
myself and send them in my usual ieee802154 pull request?

Before you had been picking up docs and MAINTAINERS patches directly. I 
am fine with either way. Just want to check what you expect.

regards
Stefan Schmidt

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

* Re: [PATCH 1/2] docs: net: ieee802154: change link to new project URL
  2020-06-19  7:14 ` [PATCH 1/2] docs: net: ieee802154: change link to new project URL Stefan Schmidt
@ 2020-06-19 19:56   ` David Miller
  2020-06-19 20:16     ` Stefan Schmidt
  0 siblings, 1 reply; 5+ messages in thread
From: David Miller @ 2020-06-19 19:56 UTC (permalink / raw)
  To: stefan; +Cc: netdev, linux-wpan, alex.aring

From: Stefan Schmidt <stefan@datenfreihafen.org>
Date: Fri, 19 Jun 2020 09:14:22 +0200

> I see you marked both patches here as awaiting upstream in
> patchwork. I am not really sure what to do best now. Am I supposed to
> pick them up myself and send them in my usual ieee802154 pull request?
> 
> Before you had been picking up docs and MAINTAINERS patches
> directly. I am fine with either way. Just want to check what you
> expect.

Please put it into a pull request, thank you.

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

* Re: [PATCH 1/2] docs: net: ieee802154: change link to new project URL
  2020-06-19 19:56   ` David Miller
@ 2020-06-19 20:16     ` Stefan Schmidt
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Schmidt @ 2020-06-19 20:16 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, linux-wpan, alex.aring

Hello.

On 19.06.20 21:56, David Miller wrote:
> From: Stefan Schmidt <stefan@datenfreihafen.org>
> Date: Fri, 19 Jun 2020 09:14:22 +0200
> 
>> I see you marked both patches here as awaiting upstream in
>> patchwork. I am not really sure what to do best now. Am I supposed to
>> pick them up myself and send them in my usual ieee802154 pull request?
>>
>> Before you had been picking up docs and MAINTAINERS patches
>> directly. I am fine with either way. Just want to check what you
>> expect.
> 
> Please put it into a pull request, thank you.

Done now.

regards
Stefan Schmidt

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

end of thread, other threads:[~2020-06-19 20:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-16  6:58 [PATCH 1/2] docs: net: ieee802154: change link to new project URL Stefan Schmidt
2020-06-16  6:58 ` [PATCH 2/2] MAINTAINERS: update ieee802154 project website URL Stefan Schmidt
2020-06-19  7:14 ` [PATCH 1/2] docs: net: ieee802154: change link to new project URL Stefan Schmidt
2020-06-19 19:56   ` David Miller
2020-06-19 20:16     ` Stefan Schmidt

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).