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 8F0C540F8DA; Wed, 27 May 2026 13:28:50 +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=1779888532; cv=none; b=VD0T62jUGV6jaeWzK/Tu6GxAL7gIR4+Z9G60DzxUkhbu82Dc+nMgyn4z7WK08KeqgHFLdFi651ISZn9NFY5RG6U8SKp1bSjgjrX9HVnflYJ/IpeHngtXGUSWGyFmiBE8cE6pF/IiPlPRl5mWBiHdhyKrQrULLuGkjPUJgQk1TsY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779888532; c=relaxed/simple; bh=UjTkrlKgTJwEiQPEsetHLUC/6cirW0uQ9Qqe2/6l/co=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=gfp6lzMc3GspeDVLIfExDaThvGi/1yTgStxb5qgX0i1oNfcXe2CHstG9fub5qAndjB74ib6/0nw7PY9geS7RtUsBRLrbXF/jqaTAEuoGMOvf5v1G6Oxka3DeWv1OQXqAk+6ikBznVaKT4L5sBCAHOiwV4OmKPTQw40AJQyyNE+o= 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 64RDSecv095694 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=OK); Wed, 27 May 2026 21:28:40 +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; Wed, 27 May 2026 21:28:40 +0800 From: CL Wang To: CC: , , , , , , , , , , , Subject: [PATCH v3 3/3] MAINTAINERS: Add entry for Andes ATCDMAC300 Date: Wed, 27 May 2026 21:28:15 +0800 Message-ID: <20260527132815.1211195-4-cl634@andestech.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20260527132815.1211195-1-cl634@andestech.com> References: <20260527132815.1211195-1-cl634@andestech.com> Precedence: bulk X-Mailing-List: devicetree@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 64RDSecv095694 Add a MAINTAINERS entry for the Andes ATCDMAC300 DMA engine driver and its associated Device Tree bindings. Signed-off-by: CL Wang --- 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