From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from Atcsqr.andestech.com (unknown [60.248.187.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6827239EF35; Mon, 1 Jun 2026 09:49:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=60.248.187.195 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780307400; cv=none; b=chZzoC9HF9om4uWYOdb2L9Cob3AcbcXnefS1gCJXQL5Dy6iXeAqj0ONgohOX8bWIfTSRYR2rk/FhNatdEy6eHERxt9cnyLXslSNZornGLoNy6Ty9EKC5oQ7GK0vMNDGMRVG/a+2aGeDPKrpywLYTt5hj+GVppJ1FWeMuncx1Hk8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780307400; c=relaxed/simple; bh=hnzkod9anKmRBLrGtQEjAbUeHsco314ViWuC5ACcV+Y=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=d9QgaOvXJzcO86GiyHafRtvTmGpuO9miitaJuyeEbhkB7sJQFh2nO63CWTwb9qtgXj9R4J7ArpGyqno2N0JGYr42dQYuM2Z9HgrnkRh/hYRAsYfSKK1yNdVTDRo696quwGTVwAVjrJkjVuVANrb1NH8Bzvw+DUm7Qdic7YClRQ8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=permerror header.from=andestech.com; spf=pass smtp.mailfrom=andestech.com; arc=none smtp.client-ip=60.248.187.195 Authentication-Results: smtp.subspace.kernel.org; dmarc=permerror header.from=andestech.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=andestech.com Received: from mail.andestech.com (ATCPCS34.andestech.com [10.0.1.134]) by Atcsqr.andestech.com with ESMTPS id 6519nMbq065804 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=OK); Mon, 1 Jun 2026 17:49:22 +0800 (+08) (envelope-from cl634@andestech.com) Received: from swlinux02.andestech.com (10.0.15.183) by ATCPCS34.andestech.com (10.0.1.134) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.39; Mon, 1 Jun 2026 17:49:22 +0800 From: CL Wang To: , , , , , CC: , , , Subject: [PATCH v4 3/3] MAINTAINERS: Add entry for Andes ATCDMAC300 Date: Mon, 1 Jun 2026 17:48:46 +0800 Message-ID: <20260601094846.1097678-4-cl634@andestech.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20260601094846.1097678-1-cl634@andestech.com> References: <20260601094846.1097678-1-cl634@andestech.com> Precedence: bulk X-Mailing-List: dmaengine@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-ClientProxiedBy: ATCPCS33.andestech.com (10.0.1.100) To ATCPCS34.andestech.com (10.0.1.134) X-DKIM-Results: atcpcs34.andestech.com; dkim=none; X-DNSRBL: X-SPAM-SOURCE-CHECK: pass X-MAIL:Atcsqr.andestech.com 6519nMbq065804 Add a MAINTAINERS entry for the Andes ATCDMAC300 DMA engine driver and its associated Device Tree bindings. Signed-off-by: CL Wang --- Changes for v4: - No changes from v3 --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2fb1c75afd16..0d17580a6d17 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1868,6 +1868,12 @@ S: Supported F: drivers/clk/analogbits/* F: include/linux/clk/analogbits* +ANDES ATCDMAC300 DMA DRIVER +M: CL Wang +S: Supported +F: Documentation/devicetree/bindings/dma/andestech,ae350-dma.yaml +F: drivers/dma/atcdmac300* + ANDES ATCSPI200 SPI DRIVER M: CL Wang S: Supported -- 2.34.1