All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Use a proper mailinglist for NXP i.MX development
@ 2024-02-20 16:40 Daniel Baluta (OSS)
  2024-02-20 17:37 ` Ahmad Fatoum
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Daniel Baluta (OSS) @ 2024-02-20 16:40 UTC (permalink / raw)
  To: shawnguo
  Cc: aisheng.dong, kernel, f.fainelli, kuba, abel.vesa, haibo.chen,
	peng.fan, shengjiu.wang, Frank.Li, laurentiu.palcu,
	mirela.rabulea, linux-kernel, Daniel Baluta

From: Daniel Baluta <daniel.baluta@nxp.com>

So far we used an internal linux-imx@nxp.com email address to
gather all patches related to NXP i.MX development.

Let's switch to an open mailing list that provides ability
for people from the community to subscribe and also have
a proper archive.

List interface at: https://lists.linux.dev.
Archive is at: https://lore.kernel.org/imx/

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
---

Shawn, can you please pick this up via your tree?

 MAINTAINERS | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8d1052fa6a69..3db382dc8f7b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2156,7 +2156,7 @@ M:	Shawn Guo <shawnguo@kernel.org>
 M:	Sascha Hauer <s.hauer@pengutronix.de>
 R:	Pengutronix Kernel Team <kernel@pengutronix.de>
 R:	Fabio Estevam <festevam@gmail.com>
-R:	NXP Linux Team <linux-imx@nxp.com>
+R:	NXP Linux Team <imx@lists.linux.dev>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
@@ -8489,7 +8489,7 @@ FREESCALE IMX / MXC FEC DRIVER
 M:	Wei Fang <wei.fang@nxp.com>
 R:	Shenwei Wang <shenwei.wang@nxp.com>
 R:	Clark Wang <xiaoning.wang@nxp.com>
-R:	NXP Linux Team <linux-imx@nxp.com>
+R:	NXP Linux Team <imx@lists.linux.dev>
 L:	netdev@vger.kernel.org
 S:	Maintained
 F:	Documentation/devicetree/bindings/net/fsl,fec.yaml
@@ -8524,7 +8524,7 @@ F:	drivers/i2c/busses/i2c-imx.c
 FREESCALE IMX LPI2C DRIVER
 M:	Dong Aisheng <aisheng.dong@nxp.com>
 L:	linux-i2c@vger.kernel.org
-L:	linux-imx@nxp.com
+L:	imx@lists.linux.dev
 S:	Maintained
 F:	Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml
 F:	drivers/i2c/busses/i2c-imx-lpi2c.c
@@ -15704,7 +15704,7 @@ F:	drivers/iio/gyro/fxas21002c_spi.c
 NXP i.MX 7D/6SX/6UL/93 AND VF610 ADC DRIVER
 M:	Haibo Chen <haibo.chen@nxp.com>
 L:	linux-iio@vger.kernel.org
-L:	linux-imx@nxp.com
+L:	imx@lists.linux.dev
 S:	Maintained
 F:	Documentation/devicetree/bindings/iio/adc/fsl,imx7d-adc.yaml
 F:	Documentation/devicetree/bindings/iio/adc/fsl,vf610-adc.yaml
@@ -15741,7 +15741,7 @@ F:	drivers/gpu/drm/imx/dcss/
 NXP i.MX 8QXP ADC DRIVER
 M:	Cai Huoqing <cai.huoqing@linux.dev>
 M:	Haibo Chen <haibo.chen@nxp.com>
-L:	linux-imx@nxp.com
+L:	imx@lists.linux.dev
 L:	linux-iio@vger.kernel.org
 S:	Maintained
 F:	Documentation/devicetree/bindings/iio/adc/nxp,imx8qxp-adc.yaml
@@ -15749,7 +15749,7 @@ F:	drivers/iio/adc/imx8qxp-adc.c
 
 NXP i.MX 8QXP/8QM JPEG V4L2 DRIVER
 M:	Mirela Rabulea <mirela.rabulea@nxp.com>
-R:	NXP Linux Team <linux-imx@nxp.com>
+R:	NXP Linux Team <imx@lists.linux.dev>
 L:	linux-media@vger.kernel.org
 S:	Maintained
 F:	Documentation/devicetree/bindings/media/nxp,imx8-jpeg.yaml
@@ -15759,7 +15759,7 @@ NXP i.MX CLOCK DRIVERS
 M:	Abel Vesa <abelvesa@kernel.org>
 R:	Peng Fan <peng.fan@nxp.com>
 L:	linux-clk@vger.kernel.org
-L:	linux-imx@nxp.com
+L:	imx@lists.linux.dev
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git clk/imx
 F:	Documentation/devicetree/bindings/clock/imx*
@@ -19630,7 +19630,7 @@ F:	drivers/mmc/host/sdhci-of-at91.c
 
 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) NXP i.MX DRIVER
 M:	Haibo Chen <haibo.chen@nxp.com>
-L:	linux-imx@nxp.com
+L:	imx@lists.linux.dev
 L:	linux-mmc@vger.kernel.org
 S:	Maintained
 F:	drivers/mmc/host/sdhci-esdhc-imx.c
-- 
2.25.1


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

* Re: [PATCH] MAINTAINERS: Use a proper mailinglist for NXP i.MX development
  2024-02-20 16:40 [PATCH] MAINTAINERS: Use a proper mailinglist for NXP i.MX development Daniel Baluta (OSS)
@ 2024-02-20 17:37 ` Ahmad Fatoum
  2024-02-22  8:27   ` Daniel Baluta
  2024-02-20 23:23 ` Peng Fan
  2024-02-22  8:53 ` Aisheng Dong
  2 siblings, 1 reply; 5+ messages in thread
From: Ahmad Fatoum @ 2024-02-20 17:37 UTC (permalink / raw)
  To: Daniel Baluta (OSS), shawnguo
  Cc: aisheng.dong, peng.fan, f.fainelli, Daniel Baluta, shengjiu.wang,
	Frank.Li, linux-kernel, haibo.chen, mirela.rabulea, kernel, kuba,
	abel.vesa, laurentiu.palcu

Hello Daniel,

On 20.02.24 17:40, Daniel Baluta (OSS) wrote:
> From: Daniel Baluta <daniel.baluta@nxp.com>
> 
> So far we used an internal linux-imx@nxp.com email address to
> gather all patches related to NXP i.MX development.
> 
> Let's switch to an open mailing list that provides ability
> for people from the community to subscribe and also have
> a proper archive.
> 
> List interface at: https://lists.linux.dev.
> Archive is at: https://lore.kernel.org/imx/

I think the R: should be changed to L: then?

Thanks,
Ahmad

> 
> Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
> ---
> 
> Shawn, can you please pick this up via your tree?
> 
>  MAINTAINERS | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8d1052fa6a69..3db382dc8f7b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2156,7 +2156,7 @@ M:	Shawn Guo <shawnguo@kernel.org>
>  M:	Sascha Hauer <s.hauer@pengutronix.de>
>  R:	Pengutronix Kernel Team <kernel@pengutronix.de>
>  R:	Fabio Estevam <festevam@gmail.com>
> -R:	NXP Linux Team <linux-imx@nxp.com>
> +R:	NXP Linux Team <imx@lists.linux.dev>
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:	Maintained
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
> @@ -8489,7 +8489,7 @@ FREESCALE IMX / MXC FEC DRIVER
>  M:	Wei Fang <wei.fang@nxp.com>
>  R:	Shenwei Wang <shenwei.wang@nxp.com>
>  R:	Clark Wang <xiaoning.wang@nxp.com>
> -R:	NXP Linux Team <linux-imx@nxp.com>
> +R:	NXP Linux Team <imx@lists.linux.dev>
>  L:	netdev@vger.kernel.org
>  S:	Maintained
>  F:	Documentation/devicetree/bindings/net/fsl,fec.yaml
> @@ -8524,7 +8524,7 @@ F:	drivers/i2c/busses/i2c-imx.c
>  FREESCALE IMX LPI2C DRIVER
>  M:	Dong Aisheng <aisheng.dong@nxp.com>
>  L:	linux-i2c@vger.kernel.org
> -L:	linux-imx@nxp.com
> +L:	imx@lists.linux.dev
>  S:	Maintained
>  F:	Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml
>  F:	drivers/i2c/busses/i2c-imx-lpi2c.c
> @@ -15704,7 +15704,7 @@ F:	drivers/iio/gyro/fxas21002c_spi.c
>  NXP i.MX 7D/6SX/6UL/93 AND VF610 ADC DRIVER
>  M:	Haibo Chen <haibo.chen@nxp.com>
>  L:	linux-iio@vger.kernel.org
> -L:	linux-imx@nxp.com
> +L:	imx@lists.linux.dev
>  S:	Maintained
>  F:	Documentation/devicetree/bindings/iio/adc/fsl,imx7d-adc.yaml
>  F:	Documentation/devicetree/bindings/iio/adc/fsl,vf610-adc.yaml
> @@ -15741,7 +15741,7 @@ F:	drivers/gpu/drm/imx/dcss/
>  NXP i.MX 8QXP ADC DRIVER
>  M:	Cai Huoqing <cai.huoqing@linux.dev>
>  M:	Haibo Chen <haibo.chen@nxp.com>
> -L:	linux-imx@nxp.com
> +L:	imx@lists.linux.dev
>  L:	linux-iio@vger.kernel.org
>  S:	Maintained
>  F:	Documentation/devicetree/bindings/iio/adc/nxp,imx8qxp-adc.yaml
> @@ -15749,7 +15749,7 @@ F:	drivers/iio/adc/imx8qxp-adc.c
>  
>  NXP i.MX 8QXP/8QM JPEG V4L2 DRIVER
>  M:	Mirela Rabulea <mirela.rabulea@nxp.com>
> -R:	NXP Linux Team <linux-imx@nxp.com>
> +R:	NXP Linux Team <imx@lists.linux.dev>
>  L:	linux-media@vger.kernel.org
>  S:	Maintained
>  F:	Documentation/devicetree/bindings/media/nxp,imx8-jpeg.yaml
> @@ -15759,7 +15759,7 @@ NXP i.MX CLOCK DRIVERS
>  M:	Abel Vesa <abelvesa@kernel.org>
>  R:	Peng Fan <peng.fan@nxp.com>
>  L:	linux-clk@vger.kernel.org
> -L:	linux-imx@nxp.com
> +L:	imx@lists.linux.dev
>  S:	Maintained
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git clk/imx
>  F:	Documentation/devicetree/bindings/clock/imx*
> @@ -19630,7 +19630,7 @@ F:	drivers/mmc/host/sdhci-of-at91.c
>  
>  SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) NXP i.MX DRIVER
>  M:	Haibo Chen <haibo.chen@nxp.com>
> -L:	linux-imx@nxp.com
> +L:	imx@lists.linux.dev
>  L:	linux-mmc@vger.kernel.org
>  S:	Maintained
>  F:	drivers/mmc/host/sdhci-esdhc-imx.c

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |


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

* RE: [PATCH] MAINTAINERS: Use a proper mailinglist for NXP i.MX development
  2024-02-20 16:40 [PATCH] MAINTAINERS: Use a proper mailinglist for NXP i.MX development Daniel Baluta (OSS)
  2024-02-20 17:37 ` Ahmad Fatoum
@ 2024-02-20 23:23 ` Peng Fan
  2024-02-22  8:53 ` Aisheng Dong
  2 siblings, 0 replies; 5+ messages in thread
From: Peng Fan @ 2024-02-20 23:23 UTC (permalink / raw)
  To: Daniel Baluta (OSS), shawnguo
  Cc: Aisheng Dong, kernel, f.fainelli, kuba, abel.vesa, Bough Chen,
	S.J. Wang, Frank Li, Laurentiu Palcu, Mirela Rabulea,
	linux-kernel, Daniel Baluta

> Subject: [PATCH] MAINTAINERS: Use a proper mailinglist for NXP i.MX
> development
> 
> From: Daniel Baluta <daniel.baluta@nxp.com>
> 
> So far we used an internal linux-imx@nxp.com email address to gather all
> patches related to NXP i.MX development.
> 
> Let's switch to an open mailing list that provides ability for people from the
> community to subscribe and also have a proper archive.
> 
> List interface at: https://lists.linux.dev.
> Archive is at: https://lore.kernel.org/imx/

Please still keep nxp internal tree and add an entry for the extra external list.

Regards,
Peng.

> 
> Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
> ---
> 
> Shawn, can you please pick this up via your tree?
> 
>  MAINTAINERS | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8d1052fa6a69..3db382dc8f7b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2156,7 +2156,7 @@ M:	Shawn Guo <shawnguo@kernel.org>
>  M:	Sascha Hauer <s.hauer@pengutronix.de>
>  R:	Pengutronix Kernel Team <kernel@pengutronix.de>
>  R:	Fabio Estevam <festevam@gmail.com>
> -R:	NXP Linux Team <linux-imx@nxp.com>
> +R:	NXP Linux Team <imx@lists.linux.dev>
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:	Maintained
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
> @@ -8489,7 +8489,7 @@ FREESCALE IMX / MXC FEC DRIVER
>  M:	Wei Fang <wei.fang@nxp.com>
>  R:	Shenwei Wang <shenwei.wang@nxp.com>
>  R:	Clark Wang <xiaoning.wang@nxp.com>
> -R:	NXP Linux Team <linux-imx@nxp.com>
> +R:	NXP Linux Team <imx@lists.linux.dev>
>  L:	netdev@vger.kernel.org
>  S:	Maintained
>  F:	Documentation/devicetree/bindings/net/fsl,fec.yaml
> @@ -8524,7 +8524,7 @@ F:	drivers/i2c/busses/i2c-imx.c
>  FREESCALE IMX LPI2C DRIVER
>  M:	Dong Aisheng <aisheng.dong@nxp.com>
>  L:	linux-i2c@vger.kernel.org
> -L:	linux-imx@nxp.com
> +L:	imx@lists.linux.dev
>  S:	Maintained
>  F:	Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml
>  F:	drivers/i2c/busses/i2c-imx-lpi2c.c
> @@ -15704,7 +15704,7 @@ F:	drivers/iio/gyro/fxas21002c_spi.c
>  NXP i.MX 7D/6SX/6UL/93 AND VF610 ADC DRIVER
>  M:	Haibo Chen <haibo.chen@nxp.com>
>  L:	linux-iio@vger.kernel.org
> -L:	linux-imx@nxp.com
> +L:	imx@lists.linux.dev
>  S:	Maintained
>  F:	Documentation/devicetree/bindings/iio/adc/fsl,imx7d-adc.yaml
>  F:	Documentation/devicetree/bindings/iio/adc/fsl,vf610-adc.yaml
> @@ -15741,7 +15741,7 @@ F:	drivers/gpu/drm/imx/dcss/
>  NXP i.MX 8QXP ADC DRIVER
>  M:	Cai Huoqing <cai.huoqing@linux.dev>
>  M:	Haibo Chen <haibo.chen@nxp.com>
> -L:	linux-imx@nxp.com
> +L:	imx@lists.linux.dev
>  L:	linux-iio@vger.kernel.org
>  S:	Maintained
>  F:	Documentation/devicetree/bindings/iio/adc/nxp,imx8qxp-adc.yaml
> @@ -15749,7 +15749,7 @@ F:	drivers/iio/adc/imx8qxp-adc.c
> 
>  NXP i.MX 8QXP/8QM JPEG V4L2 DRIVER
>  M:	Mirela Rabulea <mirela.rabulea@nxp.com>
> -R:	NXP Linux Team <linux-imx@nxp.com>
> +R:	NXP Linux Team <imx@lists.linux.dev>
>  L:	linux-media@vger.kernel.org
>  S:	Maintained
>  F:	Documentation/devicetree/bindings/media/nxp,imx8-jpeg.yaml
> @@ -15759,7 +15759,7 @@ NXP i.MX CLOCK DRIVERS
>  M:	Abel Vesa <abelvesa@kernel.org>
>  R:	Peng Fan <peng.fan@nxp.com>
>  L:	linux-clk@vger.kernel.org
> -L:	linux-imx@nxp.com
> +L:	imx@lists.linux.dev
>  S:	Maintained
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git
> clk/imx
>  F:	Documentation/devicetree/bindings/clock/imx*
> @@ -19630,7 +19630,7 @@ F:	drivers/mmc/host/sdhci-of-at91.c
> 
>  SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) NXP i.MX DRIVER
>  M:	Haibo Chen <haibo.chen@nxp.com>
> -L:	linux-imx@nxp.com
> +L:	imx@lists.linux.dev
>  L:	linux-mmc@vger.kernel.org
>  S:	Maintained
>  F:	drivers/mmc/host/sdhci-esdhc-imx.c
> --
> 2.25.1


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

* Re: [PATCH] MAINTAINERS: Use a proper mailinglist for NXP i.MX development
  2024-02-20 17:37 ` Ahmad Fatoum
@ 2024-02-22  8:27   ` Daniel Baluta
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Baluta @ 2024-02-22  8:27 UTC (permalink / raw)
  To: Ahmad Fatoum
  Cc: Daniel Baluta (OSS),
	shawnguo, aisheng.dong, peng.fan, f.fainelli, Daniel Baluta,
	shengjiu.wang, Frank.Li, linux-kernel, haibo.chen,
	mirela.rabulea, kernel, kuba, abel.vesa, laurentiu.palcu

On Tue, Feb 20, 2024 at 7:38 PM Ahmad Fatoum <a.fatoum@pengutronix.de> wrote:
>
> Hello Daniel,
>
> On 20.02.24 17:40, Daniel Baluta (OSS) wrote:
> > From: Daniel Baluta <daniel.baluta@nxp.com>
> >
> > So far we used an internal linux-imx@nxp.com email address to
> > gather all patches related to NXP i.MX development.
> >
> > Let's switch to an open mailing list that provides ability
> > for people from the community to subscribe and also have
> > a proper archive.
> >
> > List interface at: https://lists.linux.dev.
> > Archive is at: https://lore.kernel.org/imx/
>
> I think the R: should be changed to L: then?

Correct. Will change it in v2.

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

* RE: [PATCH] MAINTAINERS: Use a proper mailinglist for NXP i.MX development
  2024-02-20 16:40 [PATCH] MAINTAINERS: Use a proper mailinglist for NXP i.MX development Daniel Baluta (OSS)
  2024-02-20 17:37 ` Ahmad Fatoum
  2024-02-20 23:23 ` Peng Fan
@ 2024-02-22  8:53 ` Aisheng Dong
  2 siblings, 0 replies; 5+ messages in thread
From: Aisheng Dong @ 2024-02-22  8:53 UTC (permalink / raw)
  To: Daniel Baluta (OSS), shawnguo
  Cc: kernel, f.fainelli, kuba, abel.vesa, Bough Chen, Peng Fan,
	S.J. Wang, Frank Li, Laurentiu Palcu, Mirela Rabulea,
	linux-kernel, Daniel Baluta

> From: Daniel Baluta (OSS) <daniel.baluta@oss.nxp.com>
> Sent: 2024年2月21日 0:40
> 
> So far we used an internal linux-imx@nxp.com email address to gather all
> patches related to NXP i.MX development.
> 
> Let's switch to an open mailing list that provides ability for people from the
> community to subscribe and also have a proper archive.
> 
> List interface at: https://lists.linux.dev.
> Archive is at: https://lore.kernel.org/imx/
> 
> Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
> ---
> 
> Shawn, can you please pick this up via your tree?
> 
>  MAINTAINERS | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8d1052fa6a69..3db382dc8f7b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2156,7 +2156,7 @@ M:	Shawn Guo <shawnguo@kernel.org>
>  M:	Sascha Hauer <s.hauer@pengutronix.de>
>  R:	Pengutronix Kernel Team <kernel@pengutronix.de>
>  R:	Fabio Estevam <festevam@gmail.com>
> -R:	NXP Linux Team <linux-imx@nxp.com>
> +R:	NXP Linux Team <imx@lists.linux.dev>

Do we really need keep "NXP Linux Team" as this is actually an open list?
Otherwise, it looks good to me.

Regards
Aisheng

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

end of thread, other threads:[~2024-02-22  8:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-20 16:40 [PATCH] MAINTAINERS: Use a proper mailinglist for NXP i.MX development Daniel Baluta (OSS)
2024-02-20 17:37 ` Ahmad Fatoum
2024-02-22  8:27   ` Daniel Baluta
2024-02-20 23:23 ` Peng Fan
2024-02-22  8:53 ` Aisheng Dong

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.