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 8853F12E4F for ; Tue, 7 Nov 2023 11:22:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="xFmQVmmu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A828CC433BD; Tue, 7 Nov 2023 11:22:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1699356144; bh=Dn/YBUrS3lniVo8PrlxfEyyji5/dZP3Z0r7BDnNccfw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xFmQVmmux7Q1Y9yaDDuzX0emUAD8RHud+CrvuON6dAtE9BTW3ekF+4na/eQeUd0jR wjQ+0ptKp+MZ+Nr98Ovc4et8Cvxp9ZO8BMCE76wzgvPXQgj+1lS8bA1+yiJV2rXDjJ svOFqDVX9FIDWvuFUi/GaONx3aOJAOnRr2VnZY+k= Date: Tue, 7 Nov 2023 12:22:21 +0100 From: Greg Kroah-Hartman To: Maxime Ripard Cc: Dmitry Baryshkov , Dave Stevenson , Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Maarten Lankhorst , Thomas Zimmermann , David Airlie , Daniel Vetter , Douglas Anderson , Rob Clark , Abhinav Kumar , Sean Paul , Marijn Suijten , Konrad Dybcio , Jessica Zhang , Marek Vasut , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, freedreno@lists.freedesktop.org Subject: Re: [RFC PATCH 03/10] drm/mipi-dsi: add API for manual control over the DSI link power state Message-ID: <2023110704-playback-grit-7a27@gregkh> References: <20231016165355.1327217-1-dmitry.baryshkov@linaro.org> <20231016165355.1327217-4-dmitry.baryshkov@linaro.org> <7e4ak4e77fp5dat2aopyq3g4wnqu3tt7di7ytdr3dvgjviyhrd@vqiqx6iso6vg> <1696f131-83fb-4d0c-b4d7-0bdb61e4ae65@linaro.org> <2z3yvvtd6ttsd7qw43sl5svtfijxevdr6omxxmws64k6l5qv55@5nnh2b32h2ep> Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2z3yvvtd6ttsd7qw43sl5svtfijxevdr6omxxmws64k6l5qv55@5nnh2b32h2ep> On Tue, Nov 07, 2023 at 11:57:49AM +0100, Maxime Ripard wrote: > +GKH Why? I don't see a question for me here, sorry. greg k-h