From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konrad.dybcio@linaro.org>,
"James E.J. Bottomley" <jejb@linux.ibm.com>,
"Martin K. Petersen" <martin.petersen@oracle.com>,
Nitin Rawat <quic_nitirawa@quicinc.com>,
Can Guo <quic_cang@quicinc.com>,
Naveen Kumar Goud Arepalli <quic_narepall@quicinc.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Andy Gross <andy.gross@linaro.org>,
Alim Akhtar <alim.akhtar@samsung.com>,
Avri Altman <avri.altman@wdc.com>,
Bart Van Assche <bvanassche@acm.org>,
Andy Gross <agross@kernel.org>
Cc: linux-arm-msm@vger.kernel.org, linux-scsi@vger.kernel.org,
devicetree@vger.kernel.org
Subject: Re: [PATCH 1/8] dt-bindings: ufs: qcom,ufs: add second RX lane on MSM8996 platform
Date: Sun, 11 Feb 2024 15:02:04 +0100 [thread overview]
Message-ID: <6dd8b54e-8334-4bc7-a6c5-7a81c04ed8bb@linaro.org> (raw)
In-Reply-To: <20240209-msm8996-fix-ufs-v1-1-107b52e57420@linaro.org>
On 09/02/2024 22:50, Dmitry Baryshkov wrote:
> Describe the second RX lane used by the UFS controller on MSM8996
> platform.
>
> Fixes: 462c5c0aa798 ("dt-bindings: ufs: qcom,ufs: convert to dtschema")
Your commit msg does not explain why this is a fix.
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
> Documentation/devicetree/bindings/ufs/qcom,ufs.yaml | 11 ++++++-----
> 1 file changed, 6 insertions(+), 5 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml
> index 10c146424baa..f1de3244b473 100644
> --- a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml
> +++ b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml
> @@ -43,11 +43,11 @@ properties:
>
> clocks:
> minItems: 8
> - maxItems: 11
> + maxItems: 12
>
> clock-names:
> minItems: 8
> - maxItems: 11
> + maxItems: 12
Best regards,
Krzysztof
next prev parent reply other threads:[~2024-02-11 14:02 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-09 21:50 [PATCH 0/8] scsi: ufs: qcom: fix UFSDHCD support on MSM8996 platform Dmitry Baryshkov
2024-02-09 21:50 ` [PATCH 1/8] dt-bindings: ufs: qcom,ufs: add second RX lane " Dmitry Baryshkov
2024-02-11 14:02 ` Krzysztof Kozlowski [this message]
2024-02-13 10:14 ` Dmitry Baryshkov
2024-02-09 21:50 ` [PATCH 2/8] scsi: ufs: qcom: provide default cycles_in_1us value Dmitry Baryshkov
2024-02-09 22:26 ` Konrad Dybcio
2024-02-09 21:50 ` [PATCH 3/8] arm64: dts: qcom: msm8996: unbreak UFS HCD support Dmitry Baryshkov
2024-02-09 22:27 ` Konrad Dybcio
2024-02-09 21:50 ` [PATCH 4/8] arm64: dts: qcom: msm8996: specify UFS core_clk frequencies Dmitry Baryshkov
2024-02-09 22:28 ` Konrad Dybcio
2024-02-09 22:30 ` Dmitry Baryshkov
2024-02-09 21:50 ` [PATCH 5/8] arm64: dts: qcom: msm8996: add second UFS RX lane on MSM8996 platform Dmitry Baryshkov
2024-02-09 22:29 ` Konrad Dybcio
2024-02-09 21:50 ` [PATCH 6/8] arm64: dts: qcom: msm8996: set GCC_UFS_ICE_CORE_CLK freq directly Dmitry Baryshkov
2024-02-09 22:29 ` Konrad Dybcio
2024-02-09 22:30 ` Konrad Dybcio
2024-02-09 21:50 ` [PATCH 7/8] dt-bindings: ufs: qcom,ufs: drop source clock entries Dmitry Baryshkov
2024-02-11 14:03 ` Krzysztof Kozlowski
2024-02-09 21:50 ` [PATCH 8/8] arm64: dts: qcom: msm8996: drop source clock entries from the UFS node Dmitry Baryshkov
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=6dd8b54e-8334-4bc7-a6c5-7a81c04ed8bb@linaro.org \
--to=krzysztof.kozlowski@linaro.org \
--cc=agross@kernel.org \
--cc=alim.akhtar@samsung.com \
--cc=andersson@kernel.org \
--cc=andy.gross@linaro.org \
--cc=avri.altman@wdc.com \
--cc=bvanassche@acm.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=jejb@linux.ibm.com \
--cc=konrad.dybcio@linaro.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=manivannan.sadhasivam@linaro.org \
--cc=martin.petersen@oracle.com \
--cc=quic_cang@quicinc.com \
--cc=quic_narepall@quicinc.com \
--cc=quic_nitirawa@quicinc.com \
--cc=robh@kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).