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 4738D45943 for ; Thu, 16 Nov 2023 11:36:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="UrBHjEK7" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EC983C433C7; Thu, 16 Nov 2023 11:36:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700134599; bh=hpHmPkkzEBbYwUGG7suf3v/0ogk716c/GZeTCmaVrbk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UrBHjEK7bf6jIinBjHMei4/AC9pS1WKVF1CgoU3cRWtMrqBRYh1ZBezWH7KndSDWd wNWWVthB6/dsB6YYSnKVFj70tBw+TMcvalwNQNAeuZ9TXBZHMs0lHdAhSpEQPr9z/7 15Ds54zW+Wbfwpf08LYTXK+Tw9VhRNNhRaWT7NDYRgck/GvieYpXvwYqfvPhfJQa2o gXFWvCUiZP4cK1tu+tUTxa6yW4jt88MLpwEEhZVc2hYV71+WyPv5fSRTq/nBJY6u+O or/jTiFoM858hFVXYfbrOeOfaMryoBGDqwTQES89P9UuaJeCn/vfPZ70zoafmLGWIP jK4vehT+i9JWQ== Date: Thu, 16 Nov 2023 17:06:35 +0530 From: Vinod Koul To: Rohit Agarwal Cc: Dmitry Baryshkov , Andy Gross , Bjorn Andersson , Konrad Dybcio , Kishon Vijay Abraham I , Philipp Zabel , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org Subject: Re: [PATCH v2 0/3] phy: qcom-qmp-combo: correct sm8550 PHY programming Message-ID: References: <20230911203842.778411-1-dmitry.baryshkov@linaro.org> <67518705-cfc2-4ae0-9cd2-0c33146cf48b@quicinc.com> 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: <67518705-cfc2-4ae0-9cd2-0c33146cf48b@quicinc.com> On 06-11-23, 15:11, Rohit Agarwal wrote: > > On 11/6/2023 3:07 PM, Dmitry Baryshkov wrote: > > Hi Rohit, > > > > On Mon, 6 Nov 2023 at 08:46, Rohit Agarwal wrote: > > > > > > On 9/12/2023 2:08 AM, Dmitry Baryshkov wrote: > > > > Fix several small issues with the QMP USB+DP PHY programming on the > > > > Qualcomm SM8550 platform. > > > Hi Dmitry, > > > > > > Can we have a conclusion on this series? > > Yes. Version 3 of this series was accepted by Vinod: > > > > https://lore.kernel.org/linux-arm-msm/169719381727.165658.9377101716537787206.b4-ty@kernel.org/ > Thanks for the update!!!. You need to rebase your series as send -- ~Vinod