.../bindings/dma/andestech,qilai-dma.yaml | 51 + MAINTAINERS | 6 + drivers/dma/Kconfig | 12 + drivers/dma/Makefile | 1 + drivers/dma/atcdmac300.c | 1556 +++++++++++++++++ drivers/dma/atcdmac300.h | 276 +++ 6 files changed, 1902 insertions(+) create mode 100644 Documentation/devicetree/bindings/dma/andestech,qilai-dma.yaml create mode 100644 drivers/dma/atcdmac300.c create mode 100644 drivers/dma/atcdmac300.h