From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 34B9918C008; Mon, 10 Nov 2025 19:36:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762803367; cv=none; b=mYC7g8XRbZDG5ybP0Bj60Sj+X+OMQHOhgbKvNCvFiN0vggs7+/PXr6EIYSgRH0VlUxKc5l1ej+rEtA2ykvwBqaijwALPF5hmhFsWPW1WifuJcwiX9FM0X4CIXSc/63FowXY6Vdj3cTExV9vIlyDAIugj9DnlRc30rwZzJnLKVU0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762803367; c=relaxed/simple; bh=jpF83hZl4+ePN40ExsHilbddxNFc1Cve8pvPWp8/Bmc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=SK17/0ZwLjgiIjaFM0dVk66zZsLOjpxjaAjQycJBxj67t5VREW+ZAhs+QLQQsOMGxK3osTttxj3mUkKFeI/ABE47rYy5QvmcneCG2h579qjBUzo1ZiBEFF9fKgcs3EMLRgt3YzNWgdzIgxdcU/7IHO1hh3FGKQUBYhR7/FnQXlc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=r/JiLWNH; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="r/JiLWNH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DACD7C2BCB4; Mon, 10 Nov 2025 19:35:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1762803366; bh=jpF83hZl4+ePN40ExsHilbddxNFc1Cve8pvPWp8/Bmc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=r/JiLWNHjEYRmruV9LdKTJJTd45+gaNqMVxx3rKwEocvH5raBmPhaOaSVmu3LB1qB v0a/a1UV73eEVavjBqelijRtLfPFA7zKLv5pcjNmrBX6zODp941N/MZ9YvQE2P7+Ta 23tHNDBX6X+G+I1EZMllpz83zr6Mj/te6SLxVm8+Eq9mSpu4z8sygEjiBDcf+ZBRNT nmcZDBXr7Q/x9Tn8j8zhBnrVMkPBuhyS5p81Tj270JsMuhgtxrYD8fPwYXHH0bQmlJ LPzeEDTvL4PZR5+MfOyG851q9+zXYhus/EQScPYQGY2xw+9LabgDNqmWOGy5TkWuXL fmQFkqDEx/eVA== Date: Mon, 10 Nov 2025 19:35:57 +0000 From: Conor Dooley To: Michal Wilczynski Cc: Rob Herring , Krzysztof Kozlowski , Emil Renner Berthing , Hal Feng , Michael Turquette , Stephen Boyd , Conor Dooley , Xingyu Wu , Vinod Koul , Kishon Vijay Abraham I , Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Lee Jones , Philipp Zabel , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Marek Szyprowski , Icenowy Zheng , Maud Spierings , Andy Yan , Heiko Stuebner , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-phy@lists.infradead.org, dri-devel@lists.freedesktop.org, linux-riscv@lists.infradead.org Subject: Re: [PATCH RFC 00/13] drm: starfive: jh7110: Enable display subsystem Message-ID: <20251110-clang-baking-b8b27730356e@spud> References: <20251108-jh7110-clean-send-v1-0-06bf43bb76b1@samsung.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="cv1rMoP+ljYav3Y/" Content-Disposition: inline In-Reply-To: <20251108-jh7110-clean-send-v1-0-06bf43bb76b1@samsung.com> --cv1rMoP+ljYav3Y/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Nov 08, 2025 at 02:04:34AM +0100, Michal Wilczynski wrote: > This series enables the display subsystem on the StarFive JH7110 SoC. > This hardware has a complex set of dependencies that this series aims to > solve. >=20 > I believe this is a PHY tuning issue that can be fixed in the new > phy-jh7110-inno-hdmi.c driver without changing the overall architecture. > I plan to continue debugging these modes and will submit follow up fixes > as needed. >=20 > The core architectural plumbing is sound and ready for review. >=20 > Notes: > - The JH7110 does not have a centralized MAINTAINERS entry like the > TH1520, and driver maintainership seems fragmented. I have therefore > added a MAINTAINERS entry for the display subsystem and am willing to > help with its maintenance. Yeah, bunch of different folks wrote the drivers, so lots of entries. Pretty much all as you've done here, authors are responsible for the individual components and Emil is the platform maintainer but responsible for most drivers. Do you need any feedback dt wise on the RFC, or is it too likely that we'll both waste our breath if the DRM folks don't approve of your approach for the rest of this series? --cv1rMoP+ljYav3Y/ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCaRI+nQAKCRB4tDGHoIJi 0mgxAP9S65gNYTUGl4G/hjuQeRD2OPtB7jDPJa2U+Nb1h9guXgD/ZYh57W7dimb0 HC9nSRLUedngvCWxlTKXCDULpQjSKg8= =vQrF -----END PGP SIGNATURE----- --cv1rMoP+ljYav3Y/--