From nobody Fri Oct 3 13:32:06 2025 Received: from TWMBX01.aspeed.com (mail.aspeedtech.com [211.20.114.72]) (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 B917926A1CC; Mon, 1 Sep 2025 05:59:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=211.20.114.72 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756706386; cv=none; b=kIZO59WEGfznhgxp48uklE0nqorMngD68Bu+oBYYr1lQEbBEMiLx9W6iKlOWKyPUB+FMvp6jrEm04Akl0Huv+r/dXS0T3KpfvIXhYDSCF5UYqA9pEiEjN3Ua8UOrm3q2ZdfjYJvqVx3pf/hrXcx5Q3RLOR5jSG6daFVcNPTRYZQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756706386; c=relaxed/simple; bh=UyGAxrujhvmjXo6J7L/NOoZY1aoLonEwgmGsm4c/AlU=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=fE3ZKSfOvjMz0H2X0YRN/FHyIkEdY0koGMWiPmM/LQpBjHWvjJFPS97ycVOw2mzHjBBTVbw84XWv4EHoH0TVSrKDdeN32diyARG05Bg1BbNapgdzPRcAUMyzsiAGCNdsp+xike9crnijT1SmApDO4J2VY5hBiLlDU8rrPr+HbZc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=aspeedtech.com; spf=pass smtp.mailfrom=aspeedtech.com; arc=none smtp.client-ip=211.20.114.72 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=aspeedtech.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=aspeedtech.com Received: from TWMBX01.aspeed.com (192.168.0.62) by TWMBX01.aspeed.com (192.168.0.62) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1748.10; Mon, 1 Sep 2025 13:59:23 +0800 Received: from mail.aspeedtech.com (192.168.10.13) by TWMBX01.aspeed.com (192.168.0.62) with Microsoft SMTP Server id 15.2.1748.10 via Frontend Transport; Mon, 1 Sep 2025 13:59:23 +0800 From: Jacky Chou To: , , , , , , , , , , , , , , , , , , , , CC: Subject: [PATCH v3 10/10] MAINTAINERS: Add ASPEED PCIe RC driver Date: Mon, 1 Sep 2025 13:59:22 +0800 Message-ID: <20250901055922.1553550-11-jacky_chou@aspeedtech.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250901055922.1553550-1-jacky_chou@aspeedtech.com> References: <20250901055922.1553550-1-jacky_chou@aspeedtech.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Add maintainer for ASPEED PCIe RC driver. Signed-off-by: Jacky Chou --- MAINTAINERS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 6dcfbd11efef..178bfe82880d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3791,6 +3791,17 @@ S: Maintained F: Documentation/devicetree/bindings/media/aspeed,video-engine.yaml F: drivers/media/platform/aspeed/ =20 +ASPEED PCIE CONTROLLER DRIVER +M: Jacky Chou +L: linux-aspeed@lists.ozlabs.org (moderated for non-subscribers) +L: linux-pci@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/pci/aspeed,ast2600-pcie.yaml +F: Documentation/devicetree/bindings/phy/aspeed,ast2600-pcie-phy.yaml +F: Documentation/devicetree/bindings/soc/aspeed/aspeed,ast2700-pcie-cfg.ya= ml +F: drivers/pci/controller/pcie-aspeed.c +F: drivers/phy/aspeed/pcie-phy-aspeed.c + ASUS EC HARDWARE MONITOR DRIVER M: Eugene Shalygin L: linux-hwmon@vger.kernel.org --=20 2.43.0