2023-07-24 10:53:13

by Kalle Valo

[permalink] [raw]
Subject: [PATCH 0/9] MAINTAINERS: wifi: driver cleanup

I did some cleanup in MAINTAINERS file. Marking Ping as the rtw88 maintainer
and orphaning a lot of old drivers.

Please review.

Kalle Valo (9):
MAINTAINERS: wifi: rtw88: change Ping as the maintainer
MAINTAINERS: wifi: atmel: mark as orphan
MAINTAINERS: wifi: mark cw1200 as orphan
MAINTAINERS: wifi: mark ar5523 as orphan
MAINTAINERS: wifi: mark rndis_wlan as orphan
MAINTAINERS: wifi: mark wl3501 as orphan
MAINTAINERS: wifi: mark zd1211rw as orphan
MAINTAINERS: wifi: mark b43 as orphan
MAINTAINERS: wifi: mark mlw8k as orphan

MAINTAINERS | 26 +++++++++-----------------
1 file changed, 9 insertions(+), 17 deletions(-)


base-commit: ac528649f7c63bc233cc0d33cff11f767cc666e3
--
2.39.2



2023-07-24 10:53:40

by Kalle Valo

[permalink] [raw]
Subject: [PATCH 1/9] MAINTAINERS: wifi: rtw88: change Ping as the maintainer

Yan-Hsuan has been away since 2021 and Ping has been the de facto maintainer
the past year, actively reviewing patches and doing all other maintainer
duties. So fix the MAINTAINERS file to show the current situation.

Signed-off-by: Kalle Valo <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index dfbb271f1667..b61f43595e8d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17972,7 +17972,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.g
F: drivers/net/wireless/realtek/rtlwifi/

REALTEK WIRELESS DRIVER (rtw88)
-M: Yan-Hsuan Chuang <[email protected]>
+M: Ping-Ke Shih <[email protected]>
L: [email protected]
S: Maintained
F: drivers/net/wireless/realtek/rtw88/
--
2.39.2


2023-07-24 10:53:40

by Kalle Valo

[permalink] [raw]
Subject: [PATCH 2/9] MAINTAINERS: wifi: atmel: mark as orphan

Last activity from Simon is from 2005 so mark the driver is orphan.

Signed-off-by: Kalle Valo <[email protected]>
---
MAINTAINERS | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b61f43595e8d..ea84170767d5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3260,9 +3260,8 @@ F: Documentation/devicetree/bindings/input/atmel,maxtouch.yaml
F: drivers/input/touchscreen/atmel_mxt_ts.c

ATMEL WIRELESS DRIVER
-M: Simon Kelley <[email protected]>
L: [email protected]
-S: Maintained
+S: Orphan
W: http://www.thekelleys.org.uk/atmel
W: http://atmelwlandriver.sourceforge.net/
F: drivers/net/wireless/atmel/atmel*
--
2.39.2


2023-07-24 10:53:40

by Kalle Valo

[permalink] [raw]
Subject: [PATCH 3/9] MAINTAINERS: wifi: mark cw1200 as orphan

Last activity from Solomon is from 2013 so mark the driver orphan.

Signed-off-by: Kalle Valo <[email protected]>
---
MAINTAINERS | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ea84170767d5..b61a50895535 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5451,8 +5451,7 @@ F: Documentation/devicetree/bindings/net/can/ctu,ctucanfd.yaml
F: drivers/net/can/ctucanfd/

CW1200 WLAN driver
-M: Solomon Peachy <[email protected]>
-S: Maintained
+S: Orphan
F: drivers/net/wireless/st/cw1200/

CX18 VIDEO4LINUX DRIVER
--
2.39.2


2023-07-24 10:53:44

by Kalle Valo

[permalink] [raw]
Subject: [PATCH 5/9] MAINTAINERS: wifi: mark rndis_wlan as orphan

Last activity from Jussi for this driver is from 2013 so mark the driver
orphan.

Signed-off-by: Kalle Valo <[email protected]>
---
MAINTAINERS | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 71a9ef392583..b041bc1be8b0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22165,9 +22165,8 @@ F: drivers/usb/gadget/legacy/webcam.c
F: include/uapi/linux/usb/g_uvc.h

USB WIRELESS RNDIS DRIVER (rndis_wlan)
-M: Jussi Kivilinna <[email protected]>
L: [email protected]
-S: Maintained
+S: Orphan
F: drivers/net/wireless/legacy/rndis_wlan.c

USB XHCI DRIVER
--
2.39.2


2023-07-24 10:53:45

by Kalle Valo

[permalink] [raw]
Subject: [PATCH 4/9] MAINTAINERS: wifi: mark ar5523 as orphan

Last activity from Pontus for this driver is from 2013 so mark the driver
orphan.

Signed-off-by: Kalle Valo <[email protected]>
---
MAINTAINERS | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b61a50895535..71a9ef392583 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21887,9 +21887,8 @@ S: Maintained
F: drivers/usb/misc/apple-mfi-fastcharge.c

USB AR5523 WIRELESS DRIVER
-M: Pontus Fuchs <[email protected]>
L: [email protected]
-S: Maintained
+S: Orphan
F: drivers/net/wireless/ath/ar5523/

USB ATTACHED SCSI
--
2.39.2


2023-07-24 10:53:47

by Kalle Valo

[permalink] [raw]
Subject: [PATCH 6/9] MAINTAINERS: wifi: mark wl3501 as orphan

There's no maintainer for this driver so mark it as orphan.

Signed-off-by: Kalle Valo <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b041bc1be8b0..bfb423f5f4c3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22941,7 +22941,7 @@ F: drivers/input/misc/wistron_btns.c

WL3501 WIRELESS PCMCIA CARD DRIVER
L: [email protected]
-S: Odd fixes
+S: Orphan
F: drivers/net/wireless/legacy/wl3501*

WMI BINARY MOF DRIVER
--
2.39.2


2023-07-24 10:53:47

by Kalle Valo

[permalink] [raw]
Subject: [PATCH 8/9] MAINTAINERS: wifi: mark b43 as orphan

There's no maintainer for b43 so mark it as orphan.

Signed-off-by: Kalle Valo <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4e275c077608..a6538fd53887 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3391,7 +3391,7 @@ F: drivers/media/radio/radio-aztech*
B43 WIRELESS DRIVER
L: [email protected]
L: [email protected]
-S: Odd Fixes
+S: Orphan
W: https://wireless.wiki.kernel.org/en/users/Drivers/b43
F: drivers/net/wireless/broadcom/b43/

--
2.39.2


2023-07-24 10:53:55

by Kalle Valo

[permalink] [raw]
Subject: [PATCH 7/9] MAINTAINERS: wifi: mark zd1211rw as orphan

Last activity from Ulrich is from 2007 so mark the driver orphan.

Remove the zd1211-devs list, I doubt anyone uses it anymore. The webpage seems
to be down so remove that as well.

Signed-off-by: Kalle Valo <[email protected]>
---
MAINTAINERS | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index bfb423f5f4c3..4e275c077608 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -23512,11 +23512,8 @@ S: Maintained
F: mm/zbud.c

ZD1211RW WIRELESS DRIVER
-M: Ulrich Kunitz <[email protected]>
L: [email protected]
-L: [email protected] (subscribers-only)
-S: Maintained
-W: http://zd1211.ath.cx/wiki/DriverRewrite
+S: Orphan
F: drivers/net/wireless/zydas/zd1211rw/

ZD1301 MEDIA DRIVER
--
2.39.2


2023-07-24 10:54:25

by Kalle Valo

[permalink] [raw]
Subject: [PATCH 9/9] MAINTAINERS: wifi: mark mlw8k as orphan

Last activity from Lennert is from 2012 so mark the driver as orphan.

Signed-off-by: Kalle Valo <[email protected]>
---
MAINTAINERS | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a6538fd53887..c4d14e6b6e7e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12586,9 +12586,8 @@ S: Maintained
F: drivers/net/wireless/marvell/mwifiex/

MARVELL MWL8K WIRELESS DRIVER
-M: Lennert Buytenhek <[email protected]>
L: [email protected]
-S: Odd Fixes
+S: Orphan
F: drivers/net/wireless/marvell/mwl8k.c

MARVELL NAND CONTROLLER DRIVER
--
2.39.2


2023-07-24 16:57:05

by Larry Finger

[permalink] [raw]
Subject: Re: [PATCH 8/9] MAINTAINERS: wifi: mark b43 as orphan

On 7/24/23 05:45, Kalle Valo wrote:
> There's no maintainer for b43 so mark it as orphan.
>
> Signed-off-by: Kalle Valo <[email protected]>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4e275c077608..a6538fd53887 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3391,7 +3391,7 @@ F: drivers/media/radio/radio-aztech*
> B43 WIRELESS DRIVER
> L: [email protected]
> L: [email protected]
> -S: Odd Fixes
> +S: Orphan
> W: https://wireless.wiki.kernel.org/en/users/Drivers/b43
> F: drivers/net/wireless/broadcom/b43/
>
Kalle,

Michael Buesch and I have been unofficial maintainers of this driver for years,
but your change makes sense.

Acked-by: Larry Finger <[email protected]>

Larry


2023-07-24 18:21:47

by Kalle Valo

[permalink] [raw]
Subject: Re: [PATCH 8/9] MAINTAINERS: wifi: mark b43 as orphan

Larry Finger <[email protected]> writes:

> On 7/24/23 05:45, Kalle Valo wrote:
>> There's no maintainer for b43 so mark it as orphan.
>> Signed-off-by: Kalle Valo <[email protected]>
>> ---
>> MAINTAINERS | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 4e275c077608..a6538fd53887 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -3391,7 +3391,7 @@ F: drivers/media/radio/radio-aztech*
>> B43 WIRELESS DRIVER
>> L: [email protected]
>> L: [email protected]
>> -S: Odd Fixes
>> +S: Orphan
>> W: https://wireless.wiki.kernel.org/en/users/Drivers/b43
>> F: drivers/net/wireless/broadcom/b43/
>>
> Kalle,
>
> Michael Buesch and I have been unofficial maintainers of this driver
> for years, but your change makes sense.

I would be more than happy to add you and/or Michael as b43 maintainers!
But I don't want to force anyone, it's not exactly a fun role :) Just
let me know what you prefer.

--
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

2023-07-24 18:36:45

by Larry Finger

[permalink] [raw]
Subject: Re: [PATCH 8/9] MAINTAINERS: wifi: mark b43 as orphan

On 7/24/23 12:51, Kalle Valo wrote:
> Larry Finger <[email protected]> writes:
>> Kalle,
>>
>> Michael Buesch and I have been unofficial maintainers of this driver
>> for years, but your change makes sense.
>
> I would be more than happy to add you and/or Michael as b43 maintainers!
> But I don't want to force anyone, it's not exactly a fun role :) Just
> let me know what you prefer.
>

Given my advanced age, I have been busy trying to get rid of responsibilities,
not take on new ones. I think making the driver an orphan is OK. As long as I am
capable, I will continue to address any bugs that turn up.

Larry


2023-07-26 07:06:43

by Kalle Valo

[permalink] [raw]
Subject: Re: [PATCH 8/9] MAINTAINERS: wifi: mark b43 as orphan

Larry Finger <[email protected]> writes:

> On 7/24/23 12:51, Kalle Valo wrote:
>> Larry Finger <[email protected]> writes:
>>> Kalle,
>>>
>>> Michael Buesch and I have been unofficial maintainers of this driver
>>> for years, but your change makes sense.
>> I would be more than happy to add you and/or Michael as b43
>> maintainers!
>> But I don't want to force anyone, it's not exactly a fun role :) Just
>> let me know what you prefer.
>>
>
> Given my advanced age, I have been busy trying to get rid of
> responsibilities, not take on new ones. I think making the driver an
> orphan is OK. As long as I am capable, I will continue to address any
> bugs that turn up.

Sounds good, thank you for looking after b43. Very much appreciated.

--
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

2023-07-26 07:30:01

by Kalle Valo

[permalink] [raw]
Subject: Re: [PATCH 1/9] MAINTAINERS: wifi: rtw88: change Ping as the maintainer

Kalle Valo <[email protected]> wrote:

> Yan-Hsuan has been away since 2021 and Ping has been the de facto maintainer
> the past year, actively reviewing patches and doing all other maintainer
> duties. So fix the MAINTAINERS file to show the current situation.
>
> Signed-off-by: Kalle Valo <[email protected]>

9 patches applied to wireless.git, thanks.

96839282edc2 MAINTAINERS: wifi: rtw88: change Ping as the maintainer
25700d4916fe MAINTAINERS: wifi: atmel: mark as orphan
74b81eac2dda MAINTAINERS: wifi: mark cw1200 as orphan
e76983151dc6 MAINTAINERS: wifi: mark ar5523 as orphan
bc5dee3ce7c0 MAINTAINERS: wifi: mark rndis_wlan as orphan
0566ec90515c MAINTAINERS: wifi: mark wl3501 as orphan
c1e0a70de12d MAINTAINERS: wifi: mark zd1211rw as orphan
3ccbc99c152f MAINTAINERS: wifi: mark b43 as orphan
cc326aae03c3 MAINTAINERS: wifi: mark mlw8k as orphan

--
https://patchwork.kernel.org/project/linux-wireless/patch/[email protected]/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches