Re: [PATCH v2 1/1] MAINTAINERS: Add entries for NXP(Freescale) eDMA drivers

From: Frank Li
Date: Thu Aug 24 2023 - 10:53:01 EST


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@xxxxxxxxx>
> > L: linux-spi@xxxxxxxxxxxxxxx
>
>
> 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@xxxxxxx>
> > ---
> >
> > 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@xxxxxxx>
> > +L: imx@xxxxxxxxxxxxxxx
> > +L: dmaengine@xxxxxxxxxxxxxxx
> > +S: Maintained
> > +F: Documentation/devicetree/bindings/dma/fsl,edma.yaml
> > +F: drivers/dma/fsl-edma*.*
> > +
> > FREESCALE DIU FRAMEBUFFER DRIVER
> > M: Timur Tabi <timur@xxxxxxxxxx>
> > L: linux-fbdev@xxxxxxxxxxxxxxx
>
> --
> ~Randy