linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/1] MAINTAINERS: Add entries for NXP(Freescale) eDMA drivers
@ 2023-08-24  3:04 Frank Li
  2023-08-24  4:32 ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Frank Li @ 2023-08-24  3:04 UTC (permalink / raw)
  To: rdunlap
  Cc: Frank.Li, devicetree, dmaengine, imx, joy.zou, linux-kernel,
	peng.fan, shenwei.wang, vkoul

Add the MAINTAINERS entries for NXP(Freescale) eDMA drivers

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---

Notes:
    Change from v1 to v2
    - alphabetical order

 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 23eafda02056..fbab3c404eb9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8215,6 +8215,14 @@ S:	Maintained
 F:	drivers/mmc/host/sdhci-esdhc-mcf.c
 F:	include/linux/platform_data/mmc-esdhc-mcf.h
 
+FREESCALE eDMA DRIVER
+M:	Frank Li <Frank.Li@nxp.com>
+L:	imx@lists.linux.dev
+L:	dmaengine@vger.kernel.org
+S:	Maintained
+F:	Documentation/devicetree/bindings/dma/fsl,edma.yaml
+F:	drivers/dma/fsl-edma*.*
+
 FREESCALE DIU FRAMEBUFFER DRIVER
 M:	Timur Tabi <timur@kernel.org>
 L:	linux-fbdev@vger.kernel.org
-- 
2.34.1


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

* Re: [PATCH v2 1/1] MAINTAINERS: Add entries for NXP(Freescale) eDMA drivers
  2023-08-24  3:04 [PATCH v2 1/1] MAINTAINERS: Add entries for NXP(Freescale) eDMA drivers Frank Li
@ 2023-08-24  4:32 ` Randy Dunlap
  2023-08-24 14:51   ` Frank Li
  0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2023-08-24  4:32 UTC (permalink / raw)
  To: Frank Li
  Cc: devicetree, dmaengine, imx, joy.zou, linux-kernel, peng.fan,
	shenwei.wang, vkoul

Hi Frank,

This is still not in alphabetical order.

For v1, I said:

  This new entry should be after the following entry to maintain
  alphabetical order.

  >  FREESCALE DSPI DRIVER
  >  M:	Vladimir Oltean <olteanv@gmail.com>
  >  L:	linux-spi@vger.kernel.org


and that's still the case: "eDMA" should be after the "DSPI" driver.

On 8/23/23 20:04, Frank Li wrote:
> Add the MAINTAINERS entries for NXP(Freescale) eDMA drivers
> 
> Signed-off-by: Frank Li <Frank.Li@nxp.com>
> ---
> 
> Notes:
>     Change from v1 to v2
>     - alphabetical order
> 
>  MAINTAINERS | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 23eafda02056..fbab3c404eb9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8215,6 +8215,14 @@ S:	Maintained
>  F:	drivers/mmc/host/sdhci-esdhc-mcf.c
>  F:	include/linux/platform_data/mmc-esdhc-mcf.h
>  
> +FREESCALE eDMA DRIVER
> +M:	Frank Li <Frank.Li@nxp.com>
> +L:	imx@lists.linux.dev
> +L:	dmaengine@vger.kernel.org
> +S:	Maintained
> +F:	Documentation/devicetree/bindings/dma/fsl,edma.yaml
> +F:	drivers/dma/fsl-edma*.*
> +
>  FREESCALE DIU FRAMEBUFFER DRIVER
>  M:	Timur Tabi <timur@kernel.org>
>  L:	linux-fbdev@vger.kernel.org

-- 
~Randy

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

* Re: [PATCH v2 1/1] MAINTAINERS: Add entries for NXP(Freescale) eDMA drivers
  2023-08-24  4:32 ` Randy Dunlap
@ 2023-08-24 14:51   ` Frank Li
  0 siblings, 0 replies; 4+ messages in thread
From: Frank Li @ 2023-08-24 14:51 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: devicetree, dmaengine, imx, joy.zou, linux-kernel, peng.fan,
	shenwei.wang, vkoul

On Wed, Aug 23, 2023 at 09:32:28PM -0700, Randy Dunlap wrote:
> Hi Frank,
> 
> This is still not in alphabetical order.
> 

Sorry, my brain dead.

Frank

> For v1, I said:
> 
>   This new entry should be after the following entry to maintain
>   alphabetical order.
> 
>   >  FREESCALE DSPI DRIVER
>   >  M:	Vladimir Oltean <olteanv@gmail.com>
>   >  L:	linux-spi@vger.kernel.org
> 
> 
> and that's still the case: "eDMA" should be after the "DSPI" driver.
> 
> On 8/23/23 20:04, Frank Li wrote:
> > Add the MAINTAINERS entries for NXP(Freescale) eDMA drivers
> > 
> > Signed-off-by: Frank Li <Frank.Li@nxp.com>
> > ---
> > 
> > Notes:
> >     Change from v1 to v2
> >     - alphabetical order
> > 
> >  MAINTAINERS | 8 ++++++++
> >  1 file changed, 8 insertions(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 23eafda02056..fbab3c404eb9 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -8215,6 +8215,14 @@ S:	Maintained
> >  F:	drivers/mmc/host/sdhci-esdhc-mcf.c
> >  F:	include/linux/platform_data/mmc-esdhc-mcf.h
> >  
> > +FREESCALE eDMA DRIVER
> > +M:	Frank Li <Frank.Li@nxp.com>
> > +L:	imx@lists.linux.dev
> > +L:	dmaengine@vger.kernel.org
> > +S:	Maintained
> > +F:	Documentation/devicetree/bindings/dma/fsl,edma.yaml
> > +F:	drivers/dma/fsl-edma*.*
> > +
> >  FREESCALE DIU FRAMEBUFFER DRIVER
> >  M:	Timur Tabi <timur@kernel.org>
> >  L:	linux-fbdev@vger.kernel.org
> 
> -- 
> ~Randy

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

* [PATCH v2 1/1] MAINTAINERS: Add entries for NXP(Freescale) eDMA drivers
  2023-08-24 16:39 [PATCH v2 0/3] arm: dts: imx93: add edmav3 support Frank Li
@ 2023-08-24 16:39 ` Frank Li
  0 siblings, 0 replies; 4+ messages in thread
From: Frank Li @ 2023-08-24 16:39 UTC (permalink / raw)
  To: festevam
  Cc: Frank.Li, clin, conor+dt, devicetree, eagle.zhou, imx, joy.zou,
	kernel, krzysztof.kozlowski+dt, leoyang.li, linux-arm-kernel,
	linux-imx, linux-kernel, pierre.gondois, robh+dt, s.hauer,
	shawnguo, shenwei.wang, sherry.sun

Add the MAINTAINERS entries for NXP(Freescale) eDMA drivers

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---

Notes:
    Change from v1 to v2
    - alphabetical order

 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 23eafda02056..fbab3c404eb9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8215,6 +8215,14 @@ S:	Maintained
 F:	drivers/mmc/host/sdhci-esdhc-mcf.c
 F:	include/linux/platform_data/mmc-esdhc-mcf.h
 
+FREESCALE eDMA DRIVER
+M:	Frank Li <Frank.Li@nxp.com>
+L:	imx@lists.linux.dev
+L:	dmaengine@vger.kernel.org
+S:	Maintained
+F:	Documentation/devicetree/bindings/dma/fsl,edma.yaml
+F:	drivers/dma/fsl-edma*.*
+
 FREESCALE DIU FRAMEBUFFER DRIVER
 M:	Timur Tabi <timur@kernel.org>
 L:	linux-fbdev@vger.kernel.org
-- 
2.34.1


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

end of thread, other threads:[~2023-08-24 16:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-24  3:04 [PATCH v2 1/1] MAINTAINERS: Add entries for NXP(Freescale) eDMA drivers Frank Li
2023-08-24  4:32 ` Randy Dunlap
2023-08-24 14:51   ` Frank Li
2023-08-24 16:39 [PATCH v2 0/3] arm: dts: imx93: add edmav3 support Frank Li
2023-08-24 16:39 ` [PATCH v2 1/1] MAINTAINERS: Add entries for NXP(Freescale) eDMA drivers Frank Li

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