Commit fcebaea2e3 for qemu.org

commit fcebaea2e3fc71ad191349b65f937016d8ee0506
Author: Peter Maydell <peter.maydell@linaro.org>
Date:   Mon Jul 20 19:05:30 2026 +0100

    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

diff --git a/MAINTAINERS b/MAINTAINERS
index 74fc43f5f2..a28935c898 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2205,7 +2205,9 @@ M: Peter Maydell <peter.maydell@linaro.org>
 L: qemu-arm@nongnu.org
 S: Odd Fixes
 F: hw/*/omap*
+F: hw/dma/soc_dma.c
 F: include/hw/arm/omap.h
+F: include/hw/dma/soc_dma.h
 F: docs/system/arm/sx1.rst
 F: tests/functional/arm/test_sx1.py