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 D1A103C5531; Mon, 30 Mar 2026 10:48:24 +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=1774867708; cv=none; b=RFfic8xzoVLCv780yZwIVzsuaTOX0GpN0Jdyv3WmVrfTWrOD8g+802esZVgsk3DfrgNCEhPJUbbRwseu+xOXc9X9q9RrPF+ITjn/YGOA0L3NlxXs+uduQ7xuj8qFL8OV1zV6Ibx54HYQCr7emZ+rddubtgDdSOqp4SPq0l4v2Io= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774867708; c=relaxed/simple; bh=VbCZEiqH70J7vlJW75wZQYTsamVjQ6zwAHkOmcwBm1U=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=EHA1VMzTvxaJ7KTpwS8xKzh/TXTagbnNG5/Dj9+rYzMqud0SLLX0Juf74/UjeN6/8Dp9lrfpaNWZE0IpJIipU1SfPL0VbgT/xpw/x2e8Q/US1/Vy63a8mwIaZXPxq0UqX+5KpCeqJpVohhmkVfhGVB4rcH9mf4V18Gfda/d2KVU= 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 Atcsqr.andestech.com (localhost [127.0.0.2] (may be forged)) by Atcsqr.andestech.com with ESMTP id 62UATOXY040303; Mon, 30 Mar 2026 18:29:24 +0800 (+08) (envelope-from minachou@andestech.com) Received: from mail.andestech.com (ATCPCS34.andestech.com [10.0.1.134]) by Atcsqr.andestech.com with ESMTP id 62UASKjA038311; Mon, 30 Mar 2026 18:28:20 +0800 (+08) (envelope-from minachou@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, 30 Mar 2026 18:28:20 +0800 From: Hui Min Mina Chou To: , , , , , , , , , , , , , , , CC: , , , "Hui Min Mina Chou" Subject: [PATCH 7/7] MAINTAINERS: Add maintainers for Andes cache driver Date: Mon, 30 Mar 2026 18:27:24 +0800 Message-ID: <20260330102724.1012470-8-minachou@andestech.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20260330102724.1012470-1-minachou@andestech.com> References: <20260330102724.1012470-1-minachou@andestech.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="y" Content-Transfer-Encoding: 8bit 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 62UATOXY040303 Here add maintainer information for Andes cache driver. Signed-off-by: Hui Min Mina Chou --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 23d88c825175..e95efbcd6d39 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1863,6 +1863,14 @@ S: Supported F: Documentation/devicetree/bindings/spi/andestech,ae350-spi.yaml F: drivers/spi/spi-atcspi200.c +ANDES CACHE DRIVER +M: Alex Chun-Ju Lin +M: Leo Yu-Chi Liang +M: Mina Hui Min Chou +S: Supported +F: Documentation/devicetree/bindings/cache/andestech,andes-llcache.yaml +F: drivers/cache/andes_llcache.c + ANDROID DRIVERS M: Greg Kroah-Hartman M: Arve Hjønnevåg -- 2.34.1