Message ID | 4258cb93e0f7ff57c4e116c3e8cd9a1a3159cec6.1623251990.git.olivier.dautricourt@orolia.com |
---|---|
State | Accepted |
Commit | ce91c6220947e4efa0db564cc50baa0151d8872b |
Headers | show |
Series | None | expand |
On 09.06.21 17:20, Olivier Dautricourt wrote: > This entry is for the standalone driver in drivers/dma/altera-msgdma.c > Add myself as 'Odd fixes' maintainer for this driver as i am currently > writing new code and have access to the hardware. > Add Stefan Roese as reviewer. > > Signed-off-by: Olivier Dautricourt <olivier.dautricourt@orolia.com> Acked-by: Stefan Roese <sr@denx.de> Thanks, Stefan > --- > > Notes: > splitted commit, introduced in v5 > > v6: > add Stefan Roese as Reviewer (after consulting him) > > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index b706dd20ff2b..3167d26f0718 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -783,6 +783,14 @@ M: Ley Foon Tan <ley.foon.tan@intel.com> > S: Maintained > F: drivers/mailbox/mailbox-altera.c > > +ALTERA MSGDMA IP CORE DRIVER > +M: Olivier Dautricourt <olivier.dautricourt@orolia.com> > +R: Stefan Roese <sr@denx.de> > +L: dmaengine@vger.kernel.org > +S: Odd Fixes > +F: Documentation/devicetree/bindings/dma/altr,msgdma.yaml > +F: drivers/dma/altera-msgdma.c > + > ALTERA PIO DRIVER > M: Joyce Ooi <joyce.ooi@intel.com> > L: linux-gpio@vger.kernel.org > -- > 2.31.0.rc2 > > > -- > Olivier Dautricourt > Viele Grüße, Stefan -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de
diff --git a/MAINTAINERS b/MAINTAINERS index b706dd20ff2b..3167d26f0718 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -783,6 +783,14 @@ M: Ley Foon Tan <ley.foon.tan@intel.com> S: Maintained F: drivers/mailbox/mailbox-altera.c +ALTERA MSGDMA IP CORE DRIVER +M: Olivier Dautricourt <olivier.dautricourt@orolia.com> +R: Stefan Roese <sr@denx.de> +L: dmaengine@vger.kernel.org +S: Odd Fixes +F: Documentation/devicetree/bindings/dma/altr,msgdma.yaml +F: drivers/dma/altera-msgdma.c + ALTERA PIO DRIVER M: Joyce Ooi <joyce.ooi@intel.com> L: linux-gpio@vger.kernel.org
This entry is for the standalone driver in drivers/dma/altera-msgdma.c Add myself as 'Odd fixes' maintainer for this driver as i am currently writing new code and have access to the hardware. Add Stefan Roese as reviewer. Signed-off-by: Olivier Dautricourt <olivier.dautricourt@orolia.com> --- Notes: splitted commit, introduced in v5 v6: add Stefan Roese as Reviewer (after consulting him) MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) -- 2.31.0.rc2 -- Olivier Dautricourt