From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A9850C61DE2 for ; Mon, 31 Aug 2026 09:14:38 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D013A10E790; Mon, 31 Aug 2026 09:14:37 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (1024-bit key; unprotected) header.d=samsung.com header.i=@samsung.com header.b="GZlabUyL"; dkim-atps=neutral Received: from mailout2.w1.samsung.com (mailout2.w1.samsung.com [210.118.77.12]) by gabe.freedesktop.org (Postfix) with ESMTPS id CABD110E790 for ; Mon, 31 Aug 2026 09:14:35 +0000 (UTC) Received: from eucas1p1.samsung.com (unknown [182.198.249.206]) by mailout2.w1.samsung.com (KnoxPortal) with ESMTP id 20260831091434euoutp029e0b5101b7efbc915a7572eadc0d73b4~Q2QaCPr-v3238632386euoutp02Q; Mon, 31 Aug 2026 09:14:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 mailout2.w1.samsung.com 20260831091434euoutp029e0b5101b7efbc915a7572eadc0d73b4~Q2QaCPr-v3238632386euoutp02Q DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1788167674; bh=iLiAq5/KXSZI20h/rvdNaMKqZ9O3JX0YW/+nEYN+91k=; h=Date:Subject:To:Cc:From:In-Reply-To:References:From; b=GZlabUyLsSW1C+25w+YhKO0MhPsPRtcYDMi07WTWCTQB3lpOuCDqFZXCQM14Ptsy7 TQSbjifeKM68XGtE0BuiOvNLOGCIxiLi+05e3Qnw0OIEva0KuRDANQ/xLyBi4anlm5 OmzbdjUJch0CuyvtbCd1SvGFINoXJllFhKXXVFfY= Received: from eusmtip2.samsung.com (unknown [203.254.199.222]) by eucas1p2.samsung.com (KnoxPortal) with ESMTPA id 20260831091433eucas1p2176fd27eb0eefa971ac954c8ee5c2bd2~Q2QZPHCRf1671916719eucas1p2r; Mon, 31 Aug 2026 09:14:33 +0000 (GMT) Received: from [192.168.1.44] (unknown [106.210.136.40]) by eusmtip2.samsung.com (KnoxPortal) with ESMTPA id 20260831091431eusmtip24699d34b786382bf1394417845ac07c5~Q2QXht9KL2368923689eusmtip2b; Mon, 31 Aug 2026 09:14:31 +0000 (GMT) Message-ID: Date: Mon, 31 Aug 2026 11:14:31 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 15/15] MAINTAINERS: Add StarFive JH7110 display subsystem entry To: Icenowy Zheng , Vinod Koul , Neil Armstrong , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Andrzej Hajda , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Luca Ceresoli , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Lee Jones , Andy Yan , Philipp Zabel , Emil Renner Berthing , Hal Feng , Michael Turquette , Stephen Boyd , Brian Masney , Heiko Stuebner , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Dominique Belhachemi Cc: linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, mfd@lists.linux.dev, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-riscv@lists.infradead.org, Andy Yan , Marek Szyprowski , Maud Spierings , Graham Markall Content-Language: en-US From: Michal Wilczynski In-Reply-To: Content-Transfer-Encoding: 8bit X-CMS-MailID: 20260831091433eucas1p2176fd27eb0eefa971ac954c8ee5c2bd2 X-Msg-Generator: CA Content-Type: text/plain; charset="utf-8" X-RootMTR: 20260828134841eucas1p100590973cc6808103c41d0b0fc82573a X-EPHeader: CA X-CMS-RootMailID: 20260828134841eucas1p100590973cc6808103c41d0b0fc82573a References: <20260828-jh7110-clean-send-v2-0-331680c8b9d1@samsung.com> <20260828-jh7110-clean-send-v2-15-331680c8b9d1@samsung.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On 8/28/26 16:01, Icenowy Zheng wrote: > 在 2026-08-28五的 15:47 +0200,Michal Wilczynski写道: >> The JH7110 display subsystem spans a PHY driver, a DRM bridge driver, >> a parent device and their bindings, and has no existing maintainer >> entry. >> >> Add an entry covering them so patches reach someone who can review >> them. >> >> Signed-off-by: Michal Wilczynski >> --- >> MAINTAINERS | 10 ++++++++++ >> 1 file changed, 10 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index >> 8014b9f8253edf15231df215d1b14063a54a55ec..84ac5cfe61cdf775167cf903386 >> 2724c37946a5f 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -25778,6 +25778,16 @@ S: Maintained >> F: Documentation/devicetree/bindings/net/starfive,jh7110- >> dwmac.yaml >> F: drivers/net/ethernet/stmicro/stmmac/dwmac-starfive.c >> >> +STARFIVE JH7110 DISPLAY SUBSYSTEM >> +M: Michal Wilczynski > > Feel free to add > > ``` > R: Icenowy Zheng > ``` > > if you want. I am interested in this. Sure, all help is greatly appreciated ! Best regards, -- Michal Wilczynski > > Thanks, > Icenowy > >> +S: Maintained >> +F: Documentation/devicetree/bindings/display/bridge/starfive,jh >> 7110-inno-hdmi-controller.yaml >> +F: Documentation/devicetree/bindings/mfd/starfive,jh7110-hdmi- >> subsystem.yaml >> +F: Documentation/devicetree/bindings/phy/starfive,jh7110-inno- >> hdmi-phy.yaml >> +F: drivers/gpu/drm/bridge/jh7110-inno-hdmi.c >> +F: drivers/phy/starfive/phy-jh7110-inno-hdmi.c >> +F: drivers/soc/starfive/jh7110-hdmi-subsystem.c >> + >> STARFIVE JH7110 DPHY RX DRIVER >> M: Jack Zhu >> M: Changhuang Liang >