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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 839C3CDB47E for ; Fri, 13 Oct 2023 10:29:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229903AbjJMK3R (ORCPT ); Fri, 13 Oct 2023 06:29:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44568 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229794AbjJMK3R (ORCPT ); Fri, 13 Oct 2023 06:29:17 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C2C38AD; Fri, 13 Oct 2023 03:29:14 -0700 (PDT) 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> 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> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org 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