[PATCH] MAINTAINERS: remove the linux-nfc@lists.01.org list

Lukas Bulwahn posted 1 patch 3 years ago
MAINTAINERS | 6 ------
1 file changed, 6 deletions(-)
[PATCH] MAINTAINERS: remove the linux-nfc@lists.01.org list
Posted by Lukas Bulwahn 3 years ago
Some MAINTAINERS sections mention to mail patches to the list
linux-nfc@lists.01.org. Probably due to changes on Intel's 01.org website
and servers, the list server lists.01.org/ml01.01.org is simply gone.

Considering emails recorded on lore.kernel.org, only a handful of emails
where sent to the linux-nfc@lists.01.org list, and they are usually also
sent to the netdev mailing list as well, where they are then picked up.
So, there is no big benefit in restoring the linux-nfc elsewhere.

Remove all occurrences of the linux-nfc@lists.01.org list in MAINTAINERS.

Suggested-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/all/CAKXUXMzggxQ43DUZZRkPMGdo5WkzgA=i14ySJUFw4kZfE5ZaZA@mail.gmail.com/
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 617eed07496a..293f90229b72 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14703,10 +14703,8 @@ F:	net/ipv4/nexthop.c
 
 NFC SUBSYSTEM
 M:	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
-L:	linux-nfc@lists.01.org (subscribers-only)
 L:	netdev@vger.kernel.org
 S:	Maintained
-B:	mailto:linux-nfc@lists.01.org
 F:	Documentation/devicetree/bindings/net/nfc/
 F:	drivers/nfc/
 F:	include/net/nfc/
@@ -14716,7 +14714,6 @@ F:	net/nfc/
 NFC VIRTUAL NCI DEVICE DRIVER
 M:	Bongsu Jeon <bongsu.jeon@samsung.com>
 L:	netdev@vger.kernel.org
-L:	linux-nfc@lists.01.org (subscribers-only)
 S:	Supported
 F:	drivers/nfc/virtual_ncidev.c
 F:	tools/testing/selftests/nci/
@@ -15088,7 +15085,6 @@ F:	Documentation/devicetree/bindings/sound/nxp,tfa989x.yaml
 F:	sound/soc/codecs/tfa989x.c
 
 NXP-NCI NFC DRIVER
-L:	linux-nfc@lists.01.org (subscribers-only)
 S:	Orphan
 F:	Documentation/devicetree/bindings/net/nfc/nxp,nci.yaml
 F:	drivers/nfc/nxp-nci
@@ -18552,7 +18548,6 @@ F:	include/media/drv-intf/s3c_camif.h
 
 SAMSUNG S3FWRN5 NFC DRIVER
 M:	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
-L:	linux-nfc@lists.01.org (subscribers-only)
 S:	Maintained
 F:	Documentation/devicetree/bindings/net/nfc/samsung,s3fwrn5.yaml
 F:	drivers/nfc/s3fwrn5
@@ -21054,7 +21049,6 @@ F:	drivers/iio/magnetometer/tmag5273.c
 TI TRF7970A NFC DRIVER
 M:	Mark Greer <mgreer@animalcreek.com>
 L:	linux-wireless@vger.kernel.org
-L:	linux-nfc@lists.01.org (subscribers-only)
 S:	Supported
 F:	Documentation/devicetree/bindings/net/nfc/ti,trf7970a.yaml
 F:	drivers/nfc/trf7970a.c
-- 
2.17.1
Re: [PATCH] MAINTAINERS: remove the linux-nfc@lists.01.org list
Posted by Jakub Kicinski 3 years ago
On Fri, 24 Mar 2023 09:16:13 +0100 Lukas Bulwahn wrote:
> Some MAINTAINERS sections mention to mail patches to the list
> linux-nfc@lists.01.org. Probably due to changes on Intel's 01.org website
> and servers, the list server lists.01.org/ml01.01.org is simply gone.
> 
> Considering emails recorded on lore.kernel.org, only a handful of emails
> where sent to the linux-nfc@lists.01.org list, and they are usually also
> sent to the netdev mailing list as well, where they are then picked up.
> So, there is no big benefit in restoring the linux-nfc elsewhere.
> 
> Remove all occurrences of the linux-nfc@lists.01.org list in MAINTAINERS.
> 
> Suggested-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Link: https://lore.kernel.org/all/CAKXUXMzggxQ43DUZZRkPMGdo5WkzgA=i14ySJUFw4kZfE5ZaZA@mail.gmail.com/
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

Applied to netdev/net, thanks!
Re: [PATCH] MAINTAINERS: remove the linux-nfc@lists.01.org list
Posted by Krzysztof Kozlowski 3 years ago
On 24/03/2023 09:16, Lukas Bulwahn wrote:
> Some MAINTAINERS sections mention to mail patches to the list
> linux-nfc@lists.01.org. Probably due to changes on Intel's 01.org website
> and servers, the list server lists.01.org/ml01.01.org is simply gone.
> 
> Considering emails recorded on lore.kernel.org, only a handful of emails
> where sent to the linux-nfc@lists.01.org list, and they are usually also
> sent to the netdev mailing list as well, where they are then picked up.
> So, there is no big benefit in restoring the linux-nfc elsewhere.
> 
> Remove all occurrences of the linux-nfc@lists.01.org list in MAINTAINERS.
> 
> Suggested-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Link: https://lore.kernel.org/all/CAKXUXMzggxQ43DUZZRkPMGdo5WkzgA=i14ySJUFw4kZfE5ZaZA@mail.gmail.com/
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
Re: [PATCH] MAINTAINERS: remove the linux-nfc@lists.01.org list
Posted by Mark Greer 3 years ago
On Fri, Mar 24, 2023 at 09:26:56AM +0100, Krzysztof Kozlowski wrote:
> On 24/03/2023 09:16, Lukas Bulwahn wrote:
> > Some MAINTAINERS sections mention to mail patches to the list
> > linux-nfc@lists.01.org. Probably due to changes on Intel's 01.org website
> > and servers, the list server lists.01.org/ml01.01.org is simply gone.
> > 
> > Considering emails recorded on lore.kernel.org, only a handful of emails
> > where sent to the linux-nfc@lists.01.org list, and they are usually also
> > sent to the netdev mailing list as well, where they are then picked up.
> > So, there is no big benefit in restoring the linux-nfc elsewhere.
> > 
> > Remove all occurrences of the linux-nfc@lists.01.org list in MAINTAINERS.
> > 
> > Suggested-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> > Link: https://lore.kernel.org/all/CAKXUXMzggxQ43DUZZRkPMGdo5WkzgA=i14ySJUFw4kZfE5ZaZA@mail.gmail.com/
> > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> 
> 
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

[Sorry, been traveling the last several days.]

Reviewed-by: Mark Greer <mgreer@animalcreek.com>