From: "Luca Weiss" <luca.weiss@fairphone.com>
To: "Rob Herring" <robh@kernel.org>
Cc: "Andy Gross" <agross@kernel.org>,
"Bjorn Andersson" <andersson@kernel.org>,
"Konrad Dybcio" <konrad.dybcio@linaro.org>,
"Alim Akhtar" <alim.akhtar@samsung.com>,
"Avri Altman" <avri.altman@wdc.com>,
"Bart Van Assche" <bvanassche@acm.org>,
"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
"Iskren Chernev" <me@iskren.info>,
"Manivannan Sadhasivam" <mani@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Herbert Xu" <herbert@gondor.apana.org.au>,
"David S. Miller" <davem@davemloft.net>,
"Martin K. Petersen" <martin.petersen@oracle.com>,
<linux-arm-msm@vger.kernel.org>, <linux-scsi@vger.kernel.org>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<~postmarketos/upstreaming@lists.sr.ht>,
<phone-devel@vger.kernel.org>, <linux-crypto@vger.kernel.org>,
"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
"Bhupesh Sharma" <bhupesh.sharma@linaro.org>,
"Eric Biggers" <ebiggers@google.com>
Subject: Re: [PATCH v6 0/4] Fix some issues in QCOM UFS bindings
Date: Fri, 25 Aug 2023 08:38:43 +0200 [thread overview]
Message-ID: <CV1F3OVNEFMI.1DO4SX08EW23S@otso> (raw)
In-Reply-To: <20230824171052.GA1037612-robh@kernel.org>
On Thu Aug 24, 2023 at 7:10 PM CEST, Rob Herring wrote:
> On Mon, Aug 14, 2023 at 12:14:12PM +0200, Luca Weiss wrote:
> > This series aims to solve the dtbs_check errors from the qcom ufs
> > bindings. It has changed in scope a bit since v1, so it may be a bit all
> > over the place.
> >
> > Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
> > ---
> > Changes in v6:
> > - Rebase on linux-next
> > - Drop applied dts patch
> > - Pick up tags
> > - Link to v5: https://lore.kernel.org/r/20221209-dt-binding-ufs-v5-0-c9a58c0a53f5@fairphone.com
> >
> > Changes in v5:
> > - Convert sm8450.dtsi to use qcom,ice property, so stop modifying schema
> > for sm8450 and only add qcom,ice property.
> > - Move reg-names names to top-level with only minItems/maxItems in the
> > 'if'
> > - Link to v4: https://lore.kernel.org/r/20221209-dt-binding-ufs-v4-0-14ced60f3d1b@fairphone.com
> >
> > Changes in v4:
> > - Pick up tags
> > - Rebase on linux-next (again)
> > - Link to v3: https://lore.kernel.org/r/20221209-dt-binding-ufs-v3-0-499dff23a03c@fairphone.com
> >
> > Changes in v3:
> > - Drop applied patch
> > - Pick up sm6115 patch from v5 https://lore.kernel.org/all/20221030094258.486428-2-iskren.chernev@gmail.com/
> > - Rebase on linux-next
> > - Link to v2: https://lore.kernel.org/r/20221209-dt-binding-ufs-v2-0-dc7a04699579@fairphone.com
> >
> > Changes in v2:
> > - Add new patch adding reg-names to sm6115 & rebase series on top of sm6115
> > addition
> > - Fix binding example after sm8450 move, split this patch from original patch
> > since it became too big
> > - Move reg-names definition to top-level
> > - Link to v1: https://lore.kernel.org/r/20221209-dt-binding-ufs-v1-0-8d502f0e18d5@fairphone.com
> >
> > ---
> > Iskren Chernev (1):
> > dt-bindings: ufs: qcom: Add sm6115 binding
> >
> > Luca Weiss (3):
> > dt-bindings: ufs: qcom: Add reg-names property for ICE
> > dt-bindings: ufs: qcom: Add ICE to sm8450 example
> > dt-bindings: crypto: ice: Document sm8450 inline crypto engine
> >
> > .../bindings/crypto/qcom,inline-crypto-engine.yaml | 1 +
> > .../devicetree/bindings/ufs/qcom,ufs.yaml | 44 ++++++++++++++++++++++
> > 2 files changed, 45 insertions(+)
>
> I guess the subsystem maintainers aren't going to pick this up, so I've
> applied it.
Thanks Rob, appreciate it!
>
> Rob
prev parent reply other threads:[~2023-08-25 6:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-14 10:14 [PATCH v6 0/4] Fix some issues in QCOM UFS bindings Luca Weiss
2023-08-14 10:14 ` [PATCH v6 1/4] dt-bindings: ufs: qcom: Add reg-names property for ICE Luca Weiss
2023-08-14 10:14 ` [PATCH v6 2/4] dt-bindings: ufs: qcom: Add sm6115 binding Luca Weiss
2023-08-14 10:14 ` [PATCH v6 3/4] dt-bindings: ufs: qcom: Add ICE to sm8450 example Luca Weiss
2023-08-14 10:14 ` [PATCH v6 4/4] dt-bindings: crypto: ice: Document sm8450 inline crypto engine Luca Weiss
2023-08-24 17:10 ` [PATCH v6 0/4] Fix some issues in QCOM UFS bindings Rob Herring
2023-08-25 6:38 ` Luca Weiss [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=CV1F3OVNEFMI.1DO4SX08EW23S@otso \
--to=luca.weiss@fairphone.com \
--cc=agross@kernel.org \
--cc=alim.akhtar@samsung.com \
--cc=andersson@kernel.org \
--cc=avri.altman@wdc.com \
--cc=bhupesh.sharma@linaro.org \
--cc=bvanassche@acm.org \
--cc=conor+dt@kernel.org \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=ebiggers@google.com \
--cc=herbert@gondor.apana.org.au \
--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-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=mani@kernel.org \
--cc=martin.petersen@oracle.com \
--cc=me@iskren.info \
--cc=phone-devel@vger.kernel.org \
--cc=robh@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