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 9109AC3DA6D for ; Mon, 19 May 2025 07:32:15 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 01C8210E205; Mon, 19 May 2025 07:32:15 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="phek9eAa"; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3D0F610E205 for ; Mon, 19 May 2025 07:32:14 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 7B2075C3A5B; Mon, 19 May 2025 07:29:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 10A0DC4CEE4; Mon, 19 May 2025 07:32:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747639933; bh=9KcIlxiyFV6HmPWWWgrjFCEfEvyEUAzr3hGhU7xi/+0=; h=Date:From:To:Subject:In-Reply-To:References:Cc:From; b=phek9eAa05F0CFybSrZ8B9zO47AcbdY+ip5nD6Bek6gv1D2wOn20L+qPl84W09/66 jNaqih8tQXCYpBBfGP09n2JKsKozwj0A0PaHq6K1/cXO1ZRWa0No7OEwy+77L6LCZZ QApkxp9/Ybcd8WpZhgPM+WudPyNl1jI44Ohz+aExJ/j5umPH2FvFcP9f74hdJVEZpq 9HdA71m/1bgqP9Ib3+NOpWeamTeROSy0LPajHEoTUT5pR1rPPwp5u6+3q5L1GAjI3b i/2fztJ+8yHQHD2LPh6nmFFtbBpqdIsEn6rg3E7pJXXAHszwqY2Og3hNLHVMLyZi5K u3xrXZHpH7kgA== Message-ID: <6048aa6f748b965571ea6125eedc6ffc@kernel.org> Date: Mon, 19 May 2025 07:32:10 +0000 From: "Maxime Ripard" To: "Dmitry Baryshkov" Subject: Re: [PATCH v6 07/10] drm/vc4: hdmi: switch to generic CEC helpers In-Reply-To: <20250517-drm-hdmi-connector-cec-v6-7-35651db6f19b@oss.qualcomm.com> References: <20250517-drm-hdmi-connector-cec-v6-7-35651db6f19b@oss.qualcomm.com> Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, "Andrzej Hajda" , "Dave Stevenson" , "David Airlie" , "Dmitry Baryshkov" , "Jernej Skrabec" , "Jonas Karlman" , "Laurent Pinchart" , "Maarten Lankhorst" , "Maxime Ripard" , =?utf-8?b?TWHDrXJhIENhbmFs?= , "Neil Armstrong" , "Raspberry Pi Kernel Maintenance" , "Robert Foss" , "Simona Vetter" , "Thomas Zimmermann" Content-Transfer-Encoding: 7bit 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 Sat, 17 May 2025 04:59:43 +0300, Dmitry Baryshkov wrote: > Switch VC4 driver to using CEC helpers code, simplifying hotplug and > registration / cleanup. The existing vc4_hdmi_cec_release() is kept for > now. > > Signed-off-by: Dmitry Baryshkov > > [ ... ] Reviewed-by: Maxime Ripard Thanks! Maxime