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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 AF7AFCD98F3 for ; Thu, 18 Jun 2026 11:21:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=rTFE2nXzzkhS3zdNogHh1N4L/VM2igTAZHfrQSKuHco=; b=3G53kLAoCdNv68RnbHllcBIMm0 VqD8nVE8wnqRXjaAVyw7uirla5aBrQ1EgzXU1KUi1u0BIACFgzU5ZavO5AFl21HNCZSi+m/NMFZfC Ai2WfEWpWq2SFpTs6ebTaGD91UUqqbrHphknaJcXf7PmDr8qXezirV9oMPGqotiKvfWVDBS4cn9dw rJ5w1gccUif2Rya2QQkdtHqqgegZfEYDGHByr/L1FvXb1CryY0sLkOK3Bu7N9YFkSdOyPeoHgHSUS P6I0Iq1Nr0yCSreloWkxqkaym73Q1ZDxi9asZpF4LYFfRksqgW7BFCj18moZfApD+Zbi4+PgDNA/N Bi6Xo3OQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1waAnk-00000001C02-38zO; Thu, 18 Jun 2026 11:20:52 +0000 Received: from sea.source.kernel.org ([2600:3c0a:e001:78e:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1waAnj-00000001Bzk-1hxn; Thu, 18 Jun 2026 11:20:51 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by sea.source.kernel.org (Postfix) with ESMTP id 599E74450C; Thu, 18 Jun 2026 11:20:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9A7D51F000E9; Thu, 18 Jun 2026 11:20:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781781650; bh=on2p7v01JMLQEd/mSi9ZWJJJ8bOMuh6PkCqEPxyESE4=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=lDJjZJYJ44Uudg+UUCLEZ5y/sv+9qsCPzXEK/SlWqYFGHdqWrKYDhJ4GlvtafSPeG BkI9mR7gXaoUCd4fEyAkAOCIb6hs7ZVVEZxps+vtBfvMuGWrZ+g8P46pmqYV9yzIX7 lDScLN3sjh5PcMVWfKktO2MLuQTjps9HxV3GWvOMA69qTMUNK+3zZ6+0hv4oo/XNzL DYxycW66o0SD0Q/+o9gPry+0FHF0e5kJQCNDSyN1ihKq5/tmrs+qsvdpnHSogWO5sP 2rL8P9jMCTf9/vdXIynUS0O3GRdllKsChiOnpuT+MC4LBV5F17k1ryXsmIVt8EmV58 ERuEDJonnxdFw== Date: Thu, 18 Jun 2026 13:20:47 +0200 From: Maxime Ripard To: Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Luca Ceresoli , Maarten Lankhorst , Thomas Zimmermann , David Airlie , Simona Vetter Cc: Dmitry Baryshkov , dri-devel@lists.freedesktop.org, Laurent Pinchart , Jagan Teki , Liu Ying , Frank Li , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, Andy Yan , Phong LE , Douglas Anderson , Inki Dae , Marek Szyprowski , Philipp Zabel , Paul Cercueil , linux-mips@vger.kernel.org, Chun-Kuang Hu , Matthias Brugger , AngeloGioacchino Del Regno , linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, Kevin Hilman , Jerome Brunet , Martin Blumenstingl , linux-amlogic@lists.infradead.org, Tomi Valkeinen , Geert Uytterhoeven , Magnus Damm , Kieran Bingham , linux-renesas-soc@vger.kernel.org, Biju Das , Heiko Stuebner , Sandy Huang , linux-rockchip@lists.infradead.org, Yannick Fertre , Raphael Gallais-Pou , Philippe Cornu , Maxime Coquelin , Alexandre Torgue , linux-stm32@st-md-mailman.stormreply.com, Jyri Sarha , Tomi Valkeinen , Dave Stevenson , =?utf-8?B?TWHDrXJh?= Canal , Raspberry Pi Kernel Maintenance , Icenowy Zheng , Michal Simek Subject: Re: [PATCH v2 00/78] drm/bridge: Convert all reset users to create_state Message-ID: <20260618-terrestrial-abiding-tamarin-01befc@houat> References: <20260608-drm-no-more-bridge-reset-v2-0-0a91018bf886@kernel.org> MIME-Version: 1.0 In-Reply-To: <20260608-drm-no-more-bridge-reset-v2-0-0a91018bf886@kernel.org> X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============2522650148878827518==" Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org --===============2522650148878827518== Content-Type: multipart/signed; micalg=pgp-sha384; protocol="application/pgp-signature"; boundary="ozjpmz32viqzzrdv" Content-Disposition: inline --ozjpmz32viqzzrdv Content-Type: text/plain; protected-headers=v1; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: Re: [PATCH v2 00/78] drm/bridge: Convert all reset users to create_state MIME-Version: 1.0 Hi, On Mon, Jun 08, 2026 at 04:35:42PM +0200, Maxime Ripard wrote: > Hi,=20 >=20 > All the bridges use reset to create a blank state only and don't use it > to reset the hardware at all. This is what the new atomic_create_state > is exactly supposed to be doing, so we can convert all existing bridge > users to it, and remove the reset hook and helpers. >=20 > Let me know what you think, > Maxime=20 >=20 > Signed-off-by: Maxime Ripard FTR, Thomas on IRC yesterday[1] added Reviewed-by: Thomas Zimmermann Unless another review shows up, I intend to merge this tomorrow Maxime 1: https://oftc.catirclogs.org/dri-devel/2026-06-17#35422999; --ozjpmz32viqzzrdv Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iJUEABMJAB0WIQTkHFbLp4ejekA/qfgnX84Zoj2+dgUCajPUigAKCRAnX84Zoj2+ dk0JAX0RbkGWPGoPi2IhEx+Ot7RE2mv5pF2NW5NdvgyvbZjvKNkWJ3WWtN4N+yZb Ll4R1c0BgNqzNQmnFhM4Nh5uf+0aPC7FMvJmkSeQcUNUGNIKHOukmjyX3PgrtUcT RE+nxMSDvw== =eAVV -----END PGP SIGNATURE----- --ozjpmz32viqzzrdv-- --===============2522650148878827518== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic --===============2522650148878827518==--