diff options
author | Olivier Dautricourt <[email protected]> | 2021-06-09 17:20:55 +0200 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2021-06-16 16:14:28 +0530 |
commit | ce91c6220947e4efa0db564cc50baa0151d8872b (patch) | |
tree | 02e3a98fc6b36579ea08dbca76c24a49572b7367 | |
parent | 90ad30310a352bf029169d6805eb69a2551c73e8 (diff) |
MAINTAINERS: add entry for Altera mSGDMA
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 <[email protected]>
Acked-by: Stefan Roese <[email protected]>
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: [email protected]
Link: https://lore.kernel.org/r/4258cb93e0f7ff57c4e116c3e8cd9a1a3159cec6.1623251990.git.olivier.dautricourt@orolia.com
Signed-off-by: Vinod Koul <[email protected]>
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index bd7aff0c120f..af95b9d0d0f1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -783,6 +783,14 @@ M: Ley Foon Tan <[email protected]> S: Maintained F: drivers/mailbox/mailbox-altera.c +ALTERA MSGDMA IP CORE DRIVER +M: Olivier Dautricourt <[email protected]> +R: Stefan Roese <[email protected]> +S: Odd Fixes +F: Documentation/devicetree/bindings/dma/altr,msgdma.yaml +F: drivers/dma/altera-msgdma.c + ALTERA PIO DRIVER M: Joyce Ooi <[email protected]> |