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 03AF8111B0; Fri, 13 Oct 2023 10:29:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="FbfU+w4W" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 898CFC433C8; Fri, 13 Oct 2023 10:29:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697192954; bh=l95bX3pPU6Xb+bm+bl/UEw5wr1v071c9H3zW03wigRo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FbfU+w4WX0LSon1FyqCsQdLsG9mPqqB0Y7BbYtYtxBYkYV+pxTFzDnaxfI9NgbnCI TLgv/pxRfVARWazaE9w8aPoIyqo1CVe7YRKvHZ/Sw5dJQ9ULx5zU1vDCSnrZW3U4Fy 0v5U0UZ5fTTISqRNlgU9NbnOEcu0Y3/XmGxE3TauD8vHDMCby1oBcC6eE33/9nriom AOmijPEf+TfmvVh9P2EExazdsv/ppKAvl1KRjLBiG8rknnRxkRcHeEhO48GwUIxkmH sQBnysLx0r4Y5DpKjKHVv1LQFlCZTefYZDn23qUZxS9IDxGrN85HLepzgvNtzb9FHp y4wOOWgkgmbXg== Date: Fri, 13 Oct 2023 15:59:09 +0530 From: Vinod Koul To: Rohit Agarwal Cc: agross@kernel.org, andersson@kernel.org, konrad.dybcio@linaro.org, kishon@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, gregkh@linuxfoundation.org, abel.vesa@linaro.org, quic_wcheng@quicinc.com, dmitry.baryshkov@linaro.org, linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, kernel@quicinc.com Subject: Re: [PATCH v4 0/5] Add USB Support on Qualcomm's SDX75 Platform Message-ID: References: <1695359525-4548-1-git-send-email-quic_rohiagar@quicinc.com> Precedence: bulk X-Mailing-List: devicetree@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: <1695359525-4548-1-git-send-email-quic_rohiagar@quicinc.com> On 22-09-23, 10:42, Rohit Agarwal wrote: > Hi, > > Changes in v4: > - Replaced the v5 offsets with v6 offsets as per Dmitry's suggestion in patch 5/5. > > Changes in v3: > - Removed the unnecessary change introduced in v2 of patch 2/5 > - Added Fixes tag in patch 3/5 > - Rebased patch 5/5 on Dmitry's cleanup patches. > https://lore.kernel.org/all/20230911203842.778411-1-dmitry.baryshkov@linaro.org/ > https://lore.kernel.org/linux-phy/20230824211952.1397699-1-dmitry.baryshkov@linaro.org/ > > Changes in v2: > - Dropped the new dt schema introduced in v1 for sdx75 usb3 phy > and reusing the bindings. > - Rephrased the commit message of patch 3/5 > - Removed stray lines from the patch 5/5 > > This series adds support of USB3 PHY support for Qualcomm's SDX75 Platform. The phy patches fail to apply, can you please rebase the three patches and resend -- ~Vinod