Message ID | 20230814-dt-binding-ufs-v6-0-fd94845adeda@fairphone.com |
---|---|
Headers | show |
Series | Fix some issues in QCOM UFS bindings | expand |
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. Rob
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
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(+) --- base-commit: 13055cce6d3df0a2704721d6e2fd9011e973f53d change-id: 20221209-dt-binding-ufs-2d7f64797ff2 Best regards,