* [PATCH v3 1/1] MAINTAINERS: Add entries for NXP(Freescale) eDMA drivers
@ 2023-08-24 14:58 Frank Li
2023-08-24 21:01 ` Randy Dunlap
2023-10-09 6:12 ` Vinod Koul
0 siblings, 2 replies; 5+ messages in thread
From: Frank Li @ 2023-08-24 14:58 UTC (permalink / raw)
To: rdunlap
Cc: Frank.Li, 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 v2 to v3
- Again, fixed order
Change from v1 to v2
- alphabetical order
MAINTAINERS | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 23eafda02056..c1c7a9ae244f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8236,6 +8236,14 @@ F: Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt
F: drivers/spi/spi-fsl-dspi.c
F: include/linux/spi/spi-fsl-dspi.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 ENETC ETHERNET DRIVERS
M: Claudiu Manoil <claudiu.manoil@nxp.com>
M: Vladimir Oltean <vladimir.oltean@nxp.com>
--
2.34.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH v3 1/1] MAINTAINERS: Add entries for NXP(Freescale) eDMA drivers
2023-08-24 14:58 [PATCH v3 1/1] MAINTAINERS: Add entries for NXP(Freescale) eDMA drivers Frank Li
@ 2023-08-24 21:01 ` Randy Dunlap
2023-09-28 14:13 ` Frank Li
2023-10-09 6:12 ` Vinod Koul
1 sibling, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2023-08-24 21:01 UTC (permalink / raw)
To: Frank Li
Cc: dmaengine, imx, joy.zou, linux-kernel, peng.fan, shenwei.wang,
vkoul
On 8/24/23 07:58, Frank Li wrote:
> Add the MAINTAINERS entries for NXP(Freescale) eDMA drivers
>
> Signed-off-by: Frank Li <Frank.Li@nxp.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Thanks for fixing. :)
> ---
>
> Notes:
> Change from v2 to v3
> - Again, fixed order
>
> Change from v1 to v2
> - alphabetical order
>
> MAINTAINERS | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 23eafda02056..c1c7a9ae244f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8236,6 +8236,14 @@ F: Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt
> F: drivers/spi/spi-fsl-dspi.c
> F: include/linux/spi/spi-fsl-dspi.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 ENETC ETHERNET DRIVERS
> M: Claudiu Manoil <claudiu.manoil@nxp.com>
> M: Vladimir Oltean <vladimir.oltean@nxp.com>
--
~Randy
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v3 1/1] MAINTAINERS: Add entries for NXP(Freescale) eDMA drivers
2023-08-24 21:01 ` Randy Dunlap
@ 2023-09-28 14:13 ` Frank Li
2023-10-04 7:32 ` Vinod Koul
0 siblings, 1 reply; 5+ messages in thread
From: Frank Li @ 2023-09-28 14:13 UTC (permalink / raw)
To: Randy Dunlap
Cc: dmaengine, imx, joy.zou, linux-kernel, peng.fan, shenwei.wang,
vkoul
On Thu, Aug 24, 2023 at 02:01:20PM -0700, Randy Dunlap wrote:
>
>
> On 8/24/23 07:58, Frank Li wrote:
> > Add the MAINTAINERS entries for NXP(Freescale) eDMA drivers
> >
> > Signed-off-by: Frank Li <Frank.Li@nxp.com>
>
> Acked-by: Randy Dunlap <rdunlap@infradead.org>
>
> Thanks for fixing. :)
@Vinod:
ping
Frank
>
> > ---
> >
> > Notes:
> > Change from v2 to v3
> > - Again, fixed order
> >
> > Change from v1 to v2
> > - alphabetical order
> >
> > MAINTAINERS | 8 ++++++++
> > 1 file changed, 8 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 23eafda02056..c1c7a9ae244f 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -8236,6 +8236,14 @@ F: Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt
> > F: drivers/spi/spi-fsl-dspi.c
> > F: include/linux/spi/spi-fsl-dspi.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 ENETC ETHERNET DRIVERS
> > M: Claudiu Manoil <claudiu.manoil@nxp.com>
> > M: Vladimir Oltean <vladimir.oltean@nxp.com>
>
> --
> ~Randy
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v3 1/1] MAINTAINERS: Add entries for NXP(Freescale) eDMA drivers
2023-09-28 14:13 ` Frank Li
@ 2023-10-04 7:32 ` Vinod Koul
0 siblings, 0 replies; 5+ messages in thread
From: Vinod Koul @ 2023-10-04 7:32 UTC (permalink / raw)
To: Frank Li
Cc: Randy Dunlap, dmaengine, imx, joy.zou, linux-kernel, peng.fan,
shenwei.wang
On 28-09-23, 10:13, Frank Li wrote:
> On Thu, Aug 24, 2023 at 02:01:20PM -0700, Randy Dunlap wrote:
> >
> >
> > On 8/24/23 07:58, Frank Li wrote:
> > > Add the MAINTAINERS entries for NXP(Freescale) eDMA drivers
> > >
> > > Signed-off-by: Frank Li <Frank.Li@nxp.com>
> >
> > Acked-by: Randy Dunlap <rdunlap@infradead.org>
> >
> > Thanks for fixing. :)
>
> @Vinod:
> ping
Can you please resend
--
~Vinod
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v3 1/1] MAINTAINERS: Add entries for NXP(Freescale) eDMA drivers
2023-08-24 14:58 [PATCH v3 1/1] MAINTAINERS: Add entries for NXP(Freescale) eDMA drivers Frank Li
2023-08-24 21:01 ` Randy Dunlap
@ 2023-10-09 6:12 ` Vinod Koul
1 sibling, 0 replies; 5+ messages in thread
From: Vinod Koul @ 2023-10-09 6:12 UTC (permalink / raw)
To: rdunlap, Frank Li
Cc: dmaengine, imx, joy.zou, linux-kernel, peng.fan, shenwei.wang
On Thu, 24 Aug 2023 10:58:34 -0400, Frank Li wrote:
> Add the MAINTAINERS entries for NXP(Freescale) eDMA drivers
>
>
Applied, thanks!
[1/1] MAINTAINERS: Add entries for NXP(Freescale) eDMA drivers
commit: 9f895354cc3cf4fbff21c922a5721691ed40589d
Best regards,
--
~Vinod
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-10-09 6:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-24 14:58 [PATCH v3 1/1] MAINTAINERS: Add entries for NXP(Freescale) eDMA drivers Frank Li
2023-08-24 21:01 ` Randy Dunlap
2023-09-28 14:13 ` Frank Li
2023-10-04 7:32 ` Vinod Koul
2023-10-09 6:12 ` Vinod Koul
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).