Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
From: Nitin Rawat <quic_nitirawa@quicinc.com>
To: Luca Weiss <luca.weiss@fairphone.com>,
	Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konrad.dybcio@linaro.org>,
	Manivannan Sadhasivam <mani@kernel.org>,
	"Alim Akhtar" <alim.akhtar@samsung.com>,
	Avri Altman <avri.altman@wdc.com>,
	"Bart Van Assche" <bvanassche@acm.org>,
	Rob Herring <robh+dt@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	<cros-qcom-dts-watchers@chromium.org>
Cc: <~postmarketos/upstreaming@lists.sr.ht>,
	<phone-devel@vger.kernel.org>, <linux-arm-msm@vger.kernel.org>,
	<linux-scsi@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
	"Bao D. Nguyen" <quic_nguyenb@quicinc.com>
Subject: Re: [PATCH v5 0/3] Add UFS host controller and Phy nodes for sc7280
Date: Mon, 4 Dec 2023 17:45:40 +0530	[thread overview]
Message-ID: <d4752e50-a1b6-2464-8bf9-6820e7f2d995@quicinc.com> (raw)
In-Reply-To: <20231204-sc7280-ufs-v5-0-926ceed550da@fairphone.com>



On 12/4/2023 3:54 PM, Luca Weiss wrote:
> This patch adds UFS host controller and Phy nodes for Qualcomm sc7280
> SoC and enable it on some sc7280-based boards.
> 
> Pick up the patchset from Nitin since the last revision (v4) has been
> sent end of September and is blocking qcm6490-fairphone-fp5 UFS.
> 
> ---
> Changes in v5:
> - Try to get patch tags in order
> - Drop patch reordering clocks/clock-names in dt-bindings example (Rob)
> - Use QCOM_ICC_TAG_ALWAYS for interconnect (Konrad)
> - Add missing interconnect-names (Luca)
> - Fix sorting of ufs nodes, place at correct location (Luca)
> - Provide ufs_mem_phy clock to gcc node (Luca)
> - Add missing power-domain to ufs_mem_phy (Luca)
> - Link to v4: https://lore.kernel.org/linux-arm-msm/20230929131936.29421-1-quic_nitirawa@quicinc.com/
> 
> ---
> Nitin Rawat (3):
>        scsi: ufs: qcom: dt-bindings: Add SC7280 compatible string
>        arm64: dts: qcom: sc7280: Add UFS nodes for sc7280 soc
>        arm64: dts: qcom: sc7280: Add UFS nodes for sc7280 IDP board
> 
>   .../devicetree/bindings/ufs/qcom,ufs.yaml          |  2 +
>   arch/arm64/boot/dts/qcom/sc7280-idp.dtsi           | 19 ++++++
>   arch/arm64/boot/dts/qcom/sc7280.dtsi               | 74 +++++++++++++++++++++-
>   3 files changed, 94 insertions(+), 1 deletion(-)
> ---
> base-commit: ce733604ab13d907655fd76ef5be55d16bbd0f8c
> change-id: 20231204-sc7280-ufs-b1e746ea60ed
> 
> Best regards,

Hi Luca,
Thanks for updating the patch. Posted a comment on 1 patch.

Regards,
Nitin

      parent reply	other threads:[~2023-12-04 12:16 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-04 10:24 [PATCH v5 0/3] Add UFS host controller and Phy nodes for sc7280 Luca Weiss
2023-12-04 10:24 ` [PATCH v5 1/3] scsi: ufs: qcom: dt-bindings: Add SC7280 compatible string Luca Weiss
2023-12-04 10:24 ` [PATCH v5 2/3] arm64: dts: qcom: sc7280: Add UFS nodes for sc7280 soc Luca Weiss
2023-12-04 12:15   ` Nitin Rawat
2023-12-04 12:21     ` Luca Weiss
2023-12-04 17:27       ` Nitin Rawat
2023-12-04 17:28       ` Manivannan Sadhasivam
2023-12-05  7:51         ` Luca Weiss
2023-12-05 12:52           ` Manivannan Sadhasivam
2023-12-05  8:45         ` Nitin Rawat
2023-12-05 11:00           ` Dmitry Baryshkov
2024-03-22  7:59         ` Luca Weiss
2024-04-02  4:06           ` Manivannan Sadhasivam
2023-12-04 10:24 ` [PATCH v5 3/3] arm64: dts: qcom: sc7280: Add UFS nodes for sc7280 IDP board Luca Weiss
2023-12-04 12:15 ` Nitin Rawat [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d4752e50-a1b6-2464-8bf9-6820e7f2d995@quicinc.com \
    --to=quic_nitirawa@quicinc.com \
    --cc=agross@kernel.org \
    --cc=alim.akhtar@samsung.com \
    --cc=andersson@kernel.org \
    --cc=avri.altman@wdc.com \
    --cc=bvanassche@acm.org \
    --cc=conor+dt@kernel.org \
    --cc=cros-qcom-dts-watchers@chromium.org \
    --cc=devicetree@vger.kernel.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=luca.weiss@fairphone.com \
    --cc=mani@kernel.org \
    --cc=phone-devel@vger.kernel.org \
    --cc=quic_nguyenb@quicinc.com \
    --cc=robh+dt@kernel.org \
    --cc=~postmarketos/upstreaming@lists.sr.ht \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox