From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (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 40C5D1448D5; Sat, 23 Aug 2025 14:35:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.11.138.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755959756; cv=none; b=FkLNAPR4lJ/TgiVvsH3pokLgmXGCWSImHE7SB6jGZoBOQ9tx7JWPR5BGsHXu7mAyuxkC4vhyG7Z599rvavcBbWJGVrOfMnph2xEFgTP9ixNkwNY0SPsPShlCMOuVbUaEj9ZkyMkD/as9BBLRX1NVmtYSdY06tWFlB8ILbUl2EDs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755959756; c=relaxed/simple; bh=eemSHBIuQXik9DIj2NVohSrEFzDUO/GWoQP/V2f+qMc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=qfUlzERed3mR+KmOlFq/0i4tax7mniSSydoNsm0mFfLmGwvK6RuBdG7z6dv1Fl0Pre0sFo+pG3aFeBp9mQ21yI/Y+8lQqyH1U19O04a1xSXWT3YVyPsR+ta8wrxqabHyTW6IM4AzHnxFCab0tNMhhIFshtQZI0crKRTAsKtoetI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de; spf=pass smtp.mailfrom=sntech.de; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b=q0plEv6F; arc=none smtp.client-ip=185.11.138.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sntech.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b="q0plEv6F" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sntech.de; s=gloria202408; h=Content-Type:Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Reply-To; bh=qgOhBWr0VH5vsqKN3OIl1v6yHrxWu6HVlafZRGepUuY=; b=q0plEv6FrjIOqQEFTKYMVTWCFU pG9D2Y0KESLkIMyT8pGdkHgwR6I4cT+0uoSMIMpGqUzJOhvN+aVl9C04Ezv+hWciV4e5M2dhSn2nT O2LVNiWGjWfAlp6n+RYaFGG469Az7nawP0Li6p0m42FGrCHntxNlw1Lyy7w6phzshxFM99LCbOLaZ MPy+xaZZZcGOlfcDXbpw8Ffp0IRCbjARsSQs4y7fnmZz50ZF05hMEmKqmM2Q9sDiItBCacb8IDdcZ Xr+F6G73ZjnMNp2MmWyB69u9A5xwDQSTEmkr/uIZxzmKDDqjEeWxmQ88FMaJFjijsyQyXkPstF4Q1 BcVPZOHA==; Received: from i53875b90.versanet.de ([83.135.91.144] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uppLC-0000VC-06; Sat, 23 Aug 2025 16:35:34 +0200 From: Heiko =?UTF-8?B?U3TDvGJuZXI=?= To: dmitry.baryshkov@oss.qualcomm.com, Andy Yan Cc: hjc@rock-chips.com, mripard@kernel.org, naoki@radxa.com, stephen@radxa.com, cristian.ciocaltea@collabora.com, neil.armstrong@linaro.org, Laurent.pinchart@ideasonboard.com, yubing.zhang@rock-chips.com, krzk+dt@kernel.org, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, robh@kernel.org, sebastian.reichel@collabora.com, Andy Yan Subject: Re: [PATCH v7 04/10] MAINTAINERS: Add entry for DW DPTX Controller bridge Date: Sat, 23 Aug 2025 16:35:32 +0200 Message-ID: <6121390.uKWtJMOXK1@diego> In-Reply-To: <20250822063959.692098-5-andyshrk@163.com> References: <20250822063959.692098-1-andyshrk@163.com> <20250822063959.692098-5-andyshrk@163.com> Precedence: bulk X-Mailing-List: devicetree@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" Am Freitag, 22. August 2025, 08:39:48 Mitteleurop=C3=A4ische Sommerzeit sch= rieb Andy Yan: > From: Andy Yan >=20 > Add an entry for the DW DPTX Controller bridge driver. >=20 > Signed-off-by: Andy Yan > Reviewed-by: Dmitry Baryshkov Reviewed-by: Heiko Stuebner > --- >=20 > (no changes since v5) >=20 > Changes in v5: > - First included in this version. >=20 > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index cfa28b3470ab6..0ae7d13c2b3c5 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -7999,6 +7999,14 @@ S: Maintained > F: Documentation/devicetree/bindings/display/panel/synaptics,r63353.yaml > F: drivers/gpu/drm/panel/panel-synaptics-r63353.c > =20 > +DRM DRIVER FOR SYNOPSYS DESIGNWARE DISPLAYPORT BRIDGE > +M: Andy Yan > +S: Maintained > +T: git https://gitlab.freedesktop.org/drm/misc/kernel.git > +F: Documentation/devicetree/bindings/display/rockchip/rockchip,dw-dp.yaml > +F: drivers/gpu/drm/bridge/synopsys/dw-dp.c > +F: include/drm/bridge/dw_dp.h > + > DRM DRIVER FOR TI DLPC3433 MIPI DSI TO DMD BRIDGE > M: Jagan Teki > S: Maintained >=20