diff options
author | Amelie Delaunay <[email protected]> | 2024-05-31 17:07:03 +0200 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2024-06-11 23:55:33 +0530 |
commit | 81d09bb5249e5f844ee342cc1419e97fc9108cda (patch) | |
tree | 06273e4d4f1fdd50627002e1df628ec7ba0af50c | |
parent | 76178a2c49a7c01ef684b0d689f3da4fd12e0154 (diff) |
MAINTAINERS: Add entry for STM32 DMA controllers drivers and documentation
Add an entry to make myself a maintainer of STM32 DMA controllers drivers
and documentation.
Signed-off-by: Amelie Delaunay <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d6c90161c7bf..e23cc6f644fa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21485,6 +21485,15 @@ F: Documentation/devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml F: Documentation/devicetree/bindings/sound/st,stm32-*.yaml F: sound/soc/stm/ +STM32 DMA DRIVERS +M: Amélie Delaunay <[email protected]> +L: [email protected] (moderated for non-subscribers) +S: Maintained +F: Documentation/arch/arm/stm32/stm32-dma-mdma-chaining.rst +F: Documentation/devicetree/bindings/dma/stm32/ +F: drivers/dma/stm32/ + STM32 TIMER/LPTIMER DRIVERS M: Fabrice Gasnier <[email protected]> S: Maintained |