linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 1/4] MAINTAINERS: Switch maintenance for cc2520 driver over
@ 2023-02-18 21:13 Stefan Schmidt
  2023-02-18 21:13 ` [PATCH net 2/4] MAINTAINERS: Switch maintenance for mcr20a " Stefan Schmidt
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Stefan Schmidt @ 2023-02-18 21:13 UTC (permalink / raw)
  To: davem, kuba, pabeni
  Cc: netdev, linux-wpan, alex.aring, miquel.raynal, linux-kernel,
	alan, liuxuenetmail, varkabhadram, Stefan Schmidt

Varka Bhadram has not been actively working on the driver or reviewing
patches for several years. I have been taking odd fixes in through the
wpan/ieee802154 tree. Update the MAINTAINERS file to reflect this
reality. I wanted to thank Varka for his work on the driver.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 6a47510d1592..b3862b03c99b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4807,9 +4807,9 @@ F:	net/sched/sch_etf.c
 F:	net/sched/sch_taprio.c
 
 CC2520 IEEE-802.15.4 RADIO DRIVER
-M:	Varka Bhadram <varkabhadram@gmail.com>
+M:	Stefan Schmidt <stefan@datenfreihafen.org>
 L:	linux-wpan@vger.kernel.org
-S:	Maintained
+S:	Odd Fixes
 F:	Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
 F:	drivers/net/ieee802154/cc2520.c
 F:	include/linux/spi/cc2520.h
-- 
2.39.1


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

* [PATCH net 2/4] MAINTAINERS: Switch maintenance for mcr20a driver over
  2023-02-18 21:13 [PATCH net 1/4] MAINTAINERS: Switch maintenance for cc2520 driver over Stefan Schmidt
@ 2023-02-18 21:13 ` Stefan Schmidt
  2023-02-18 21:13 ` [PATCH net 3/4] MAINTAINERS: Switch maintenance for mrf24j40 " Stefan Schmidt
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Stefan Schmidt @ 2023-02-18 21:13 UTC (permalink / raw)
  To: davem, kuba, pabeni
  Cc: netdev, linux-wpan, alex.aring, miquel.raynal, linux-kernel,
	alan, liuxuenetmail, varkabhadram, Stefan Schmidt

Xue Liu has not been actively working on the driver or reviewing
patches for several years. I have been taking odd fixes in through the
wpan/ieee802154 tree. Update the MAINTAINERS file to reflect this
reality. I wanted to thank Xue Liu for his work on the driver.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index b3862b03c99b..0313cee5121a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12822,9 +12822,9 @@ F:	drivers/iio/potentiometer/mcp4018.c
 F:	drivers/iio/potentiometer/mcp4531.c
 
 MCR20A IEEE-802.15.4 RADIO DRIVER
-M:	Xue Liu <liuxuenetmail@gmail.com>
+M:	Stefan Schmidt <stefan@datenfreihafen.org>
 L:	linux-wpan@vger.kernel.org
-S:	Maintained
+S:	Odd Fixes
 W:	https://github.com/xueliu/mcr20a-linux
 F:	Documentation/devicetree/bindings/net/ieee802154/mcr20a.txt
 F:	drivers/net/ieee802154/mcr20a.c
-- 
2.39.1


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

* [PATCH net 3/4] MAINTAINERS: Switch maintenance for mrf24j40 driver over
  2023-02-18 21:13 [PATCH net 1/4] MAINTAINERS: Switch maintenance for cc2520 driver over Stefan Schmidt
  2023-02-18 21:13 ` [PATCH net 2/4] MAINTAINERS: Switch maintenance for mcr20a " Stefan Schmidt
@ 2023-02-18 21:13 ` Stefan Schmidt
  2023-02-18 21:13 ` [PATCH net 4/4] MAINTAINERS: Add Miquel Raynal as additional maintainer for ieee802154 Stefan Schmidt
  2023-02-21  0:20 ` [PATCH net 1/4] MAINTAINERS: Switch maintenance for cc2520 driver over patchwork-bot+netdevbpf
  3 siblings, 0 replies; 7+ messages in thread
From: Stefan Schmidt @ 2023-02-18 21:13 UTC (permalink / raw)
  To: davem, kuba, pabeni
  Cc: netdev, linux-wpan, alex.aring, miquel.raynal, linux-kernel,
	alan, liuxuenetmail, varkabhadram, Stefan Schmidt

Alan Ott has not been actively working on the driver or reviewing
patches for several years. I have been taking odd fixes in through the
wpan/ieee802154 tree. Update the MAINTAINERS file to reflect this
reality. I wanted to thank Alan for his work on the driver.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 0313cee5121a..d5f77559f3f4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14185,9 +14185,9 @@ T:	git git://linuxtv.org/media_tree.git
 F:	drivers/media/radio/radio-mr800.c
 
 MRF24J40 IEEE 802.15.4 RADIO DRIVER
-M:	Alan Ott <alan@signal11.us>
+M:	Stefan Schmidt <stefan@datenfreihafen.org>
 L:	linux-wpan@vger.kernel.org
-S:	Maintained
+S:	Odd Fixes
 F:	Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
 F:	drivers/net/ieee802154/mrf24j40.c
 
-- 
2.39.1


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

* [PATCH net 4/4] MAINTAINERS: Add Miquel Raynal as additional maintainer for ieee802154
  2023-02-18 21:13 [PATCH net 1/4] MAINTAINERS: Switch maintenance for cc2520 driver over Stefan Schmidt
  2023-02-18 21:13 ` [PATCH net 2/4] MAINTAINERS: Switch maintenance for mcr20a " Stefan Schmidt
  2023-02-18 21:13 ` [PATCH net 3/4] MAINTAINERS: Switch maintenance for mrf24j40 " Stefan Schmidt
@ 2023-02-18 21:13 ` Stefan Schmidt
  2023-02-20  8:59   ` Miquel Raynal
  2023-02-21  0:20 ` [PATCH net 1/4] MAINTAINERS: Switch maintenance for cc2520 driver over patchwork-bot+netdevbpf
  3 siblings, 1 reply; 7+ messages in thread
From: Stefan Schmidt @ 2023-02-18 21:13 UTC (permalink / raw)
  To: davem, kuba, pabeni
  Cc: netdev, linux-wpan, alex.aring, miquel.raynal, linux-kernel,
	alan, liuxuenetmail, varkabhadram, Stefan Schmidt

We are growing the maintainer team for ieee802154 to spread the load for
review and general maintenance. Miquel has been driving the subsystem
forward over the last year and we would like to welcome him as a
maintainer.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index d5f77559f3f4..1ba493cb777f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10007,6 +10007,7 @@ F:	drivers/clk/clk-versaclock5.c
 IEEE 802.15.4 SUBSYSTEM
 M:	Alexander Aring <alex.aring@gmail.com>
 M:	Stefan Schmidt <stefan@datenfreihafen.org>
+M:	Miquel Raynal <miquel.raynal@bootlin.com>
 L:	linux-wpan@vger.kernel.org
 S:	Maintained
 W:	https://linux-wpan.org/
-- 
2.39.1


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

* Re: [PATCH net 4/4] MAINTAINERS: Add Miquel Raynal as additional maintainer for ieee802154
  2023-02-18 21:13 ` [PATCH net 4/4] MAINTAINERS: Add Miquel Raynal as additional maintainer for ieee802154 Stefan Schmidt
@ 2023-02-20  8:59   ` Miquel Raynal
  2023-02-21  2:58     ` Alexander Aring
  0 siblings, 1 reply; 7+ messages in thread
From: Miquel Raynal @ 2023-02-20  8:59 UTC (permalink / raw)
  To: Stefan Schmidt
  Cc: davem, kuba, pabeni, netdev, linux-wpan, alex.aring,
	linux-kernel, alan, liuxuenetmail, varkabhadram

Hi Stefan,

stefan@datenfreihafen.org wrote on Sat, 18 Feb 2023 22:13:17 +0100:

> We are growing the maintainer team for ieee802154 to spread the load for
> review and general maintenance. Miquel has been driving the subsystem
> forward over the last year and we would like to welcome him as a
> maintainer.

Thanks a lot!

Not sure this is needed but just in case:

Acked-by: Miquel Raynal <miquel.raynal@bootlin.com>

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

Cheers!
Miquèl

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

* Re: [PATCH net 1/4] MAINTAINERS: Switch maintenance for cc2520 driver over
  2023-02-18 21:13 [PATCH net 1/4] MAINTAINERS: Switch maintenance for cc2520 driver over Stefan Schmidt
                   ` (2 preceding siblings ...)
  2023-02-18 21:13 ` [PATCH net 4/4] MAINTAINERS: Add Miquel Raynal as additional maintainer for ieee802154 Stefan Schmidt
@ 2023-02-21  0:20 ` patchwork-bot+netdevbpf
  3 siblings, 0 replies; 7+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-02-21  0:20 UTC (permalink / raw)
  To: Stefan Schmidt
  Cc: davem, kuba, pabeni, netdev, linux-wpan, alex.aring,
	miquel.raynal, linux-kernel, alan, liuxuenetmail, varkabhadram

Hello:

This series was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Sat, 18 Feb 2023 22:13:14 +0100 you wrote:
> Varka Bhadram has not been actively working on the driver or reviewing
> patches for several years. I have been taking odd fixes in through the
> wpan/ieee802154 tree. Update the MAINTAINERS file to reflect this
> reality. I wanted to thank Varka for his work on the driver.
> 
> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
> 
> [...]

Here is the summary with links:
  - [net,1/4] MAINTAINERS: Switch maintenance for cc2520 driver over
    https://git.kernel.org/netdev/net/c/c551c569e388
  - [net,2/4] MAINTAINERS: Switch maintenance for mcr20a driver over
    https://git.kernel.org/netdev/net/c/d1b4b4117f89
  - [net,3/4] MAINTAINERS: Switch maintenance for mrf24j40 driver over
    https://git.kernel.org/netdev/net/c/6b441772854f
  - [net,4/4] MAINTAINERS: Add Miquel Raynal as additional maintainer for ieee802154
    https://git.kernel.org/netdev/net/c/195d6cc9c3d1

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [PATCH net 4/4] MAINTAINERS: Add Miquel Raynal as additional maintainer for ieee802154
  2023-02-20  8:59   ` Miquel Raynal
@ 2023-02-21  2:58     ` Alexander Aring
  0 siblings, 0 replies; 7+ messages in thread
From: Alexander Aring @ 2023-02-21  2:58 UTC (permalink / raw)
  To: Miquel Raynal
  Cc: Stefan Schmidt, davem, kuba, pabeni, netdev, linux-wpan,
	alex.aring, linux-kernel, alan, liuxuenetmail, varkabhadram

Hi,

On Mon, Feb 20, 2023 at 4:01 AM Miquel Raynal <miquel.raynal@bootlin.com> wrote:
>
> Hi Stefan,
>
> stefan@datenfreihafen.org wrote on Sat, 18 Feb 2023 22:13:17 +0100:
>
> > We are growing the maintainer team for ieee802154 to spread the load for
> > review and general maintenance. Miquel has been driving the subsystem
> > forward over the last year and we would like to welcome him as a
> > maintainer.
>
> Thanks a lot!

welcome :)

- Alex


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

end of thread, other threads:[~2023-02-21  2:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-18 21:13 [PATCH net 1/4] MAINTAINERS: Switch maintenance for cc2520 driver over Stefan Schmidt
2023-02-18 21:13 ` [PATCH net 2/4] MAINTAINERS: Switch maintenance for mcr20a " Stefan Schmidt
2023-02-18 21:13 ` [PATCH net 3/4] MAINTAINERS: Switch maintenance for mrf24j40 " Stefan Schmidt
2023-02-18 21:13 ` [PATCH net 4/4] MAINTAINERS: Add Miquel Raynal as additional maintainer for ieee802154 Stefan Schmidt
2023-02-20  8:59   ` Miquel Raynal
2023-02-21  2:58     ` Alexander Aring
2023-02-21  0:20 ` [PATCH net 1/4] MAINTAINERS: Switch maintenance for cc2520 driver over patchwork-bot+netdevbpf

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