@samitouri / QOSamiQemu / commits / fcebaea2e3

MAINTAINERS: Add soc_dma to OMAP section

The hw/dma/soc_dma.c code appears to have been written with the idea that it abstracts out DMA transfer operations from the details of a particular DMA controller device. In practice, it's used only by the omap_dma code and I would not today recommend trying to use it in any new DMA device. Add the files to the OMAP section of MAINTAINERS so that patches can be cc'd to the appropriate places. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com> Message-id: 20260710105907.2570621-10-peter.maydell@linaro.org

Peter Maydell committed Jul 20, 2026 at 19:05 UTC fcebaea2e3fc71ad191349b65f937016d8ee0506
1 file changed +2
MAINTAINERS
+2
@@ -2205,7 +2205,9 @@ M: Peter Maydell <peter.maydell@linaro.org>
2205 L: qemu-arm@nongnu.org
2206 S: Odd Fixes
2207 F: hw/*/omap*
2208 +F: hw/dma/soc_dma.c
2209 F: include/hw/arm/omap.h
2210 +F: include/hw/dma/soc_dma.h
2211 F: docs/system/arm/sx1.rst
2212 F: tests/functional/arm/test_sx1.py
2213