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 DC1253B8D43; Wed, 25 Feb 2026 14:02:38 +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=1772028158; cv=none; b=cV7a3l01ntelq/lbumWahZ4xtKePlBgqCtZqaubuOyqsr4lX3EuOUYHcKfNy63xeIUHcaxZxKmlMiqKKyIvZJ9VqEMV8lCvFm7dnKOAt022sBSNq0Zmr0DXjqBRxKaf7shcTjDkTW2egeoH85mkpBFhv9aqPw92rfiRK7bO+SyU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772028158; c=relaxed/simple; bh=cVA2ZB1hhEc1Ca+oFoNmHo1GyY9qK+vTY6cSvnAbShw=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=qyWPLJQ0UYWMrE+wgi4An2BEwJgKdwclfaHb344PCOwy4X+CDvF9X7+nZ4AS3JnB0v4DeHVBkqskVEi1EMtEX01ArJjTuuMdaAjktsZ1CHEEZY6qAe4UReDGvK3LwLfbUpuKgJGUyfayP5iTq3blTJQ9dk5kX3kfqBEM90fxJjU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=SBBCjwB7; 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="SBBCjwB7" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ED019C116D0; Wed, 25 Feb 2026 14:02:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772028158; bh=cVA2ZB1hhEc1Ca+oFoNmHo1GyY9qK+vTY6cSvnAbShw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=SBBCjwB7CbAx6F/56V+WE4pYESWllG/pYXW/sRDaW47J7DFQpg3gRlP3rRDZtjlAJ /rJR7G+l/CgyCf1JKh6urdL4IBb9fUdXt3YuciY3WIBsDnK0iokoDh2X3WUsimJIu8 c/dN3Hf+CDNS0zwmb9404bA/Khpx94Jsnf/hWtE5VubQY2cHU+u/Ndc0GnYr//3tan VgRGf0dODGhnpRr4Pb8YBPEJFGdPrZDz6Z7PWC90f/cJXi00rIwQSAiX7QMi0+L3E9 iSCHlLut8gBEDDucAEBUxNWlQygj3drsE94tokbogszsFEilFIoOtIe+bmgWG7iq1k kN8bhUHOUKl6g== Message-ID: Date: Wed, 25 Feb 2026 14:02:30 +0000 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 0/2] phy: qcom-mipi-csi2: Add a CSI2 MIPI DPHY driver To: Bryan O'Donoghue , Vinod Koul , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Vladimir Zapolskiy , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20260225-x1e-csi2-phy-v2-0-2f3770f660d1@linaro.org> <7c68d164-e2ef-4e2b-9ba3-9a8515128cc4@linaro.org> From: Bryan O'Donoghue Content-Language: en-US In-Reply-To: <7c68d164-e2ef-4e2b-9ba3-9a8515128cc4@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 25/02/2026 13:48, Bryan O'Donoghue wrote: > On 25/02/2026 02:08, Bryan O'Donoghue wrote: >> v2: >> >> In this updated version >> > Oops I typed "b4 send" @ 2 am instead of "b4 send --reflect" this series > isn't quite ready yet. > > Please ignore. > > --- > bod Ah... I see I'm talking to my "b4 send --reflect" :) Never mind --- bod