[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220219184224.44339-1-krzysztof.kozlowski@canonical.com>
Date: Sat, 19 Feb 2022 19:42:16 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>
To: Alim Akhtar <alim.akhtar@...sung.com>,
Avri Altman <avri.altman@....com>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>,
Wei Xu <xuwei5@...ilicon.com>, Andy Gross <agross@...nel.org>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Nishanth Menon <nm@...com>,
Vignesh Raghavendra <vigneshr@...com>,
Tero Kristo <kristo@...nel.org>,
"James E.J. Bottomley" <jejb@...ux.ibm.com>,
"Martin K. Petersen" <martin.petersen@...cle.com>,
Chanho Park <chanho61.park@...sung.com>,
Srinivas Kandagatla <srinivas.kandagatla@...aro.org>,
Jan Kotas <jank@...ence.com>, linux-scsi@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org, linux-arm-msm@...r.kernel.org
Subject: [RFC PATCH 0/8] dt-bindings: ufs: add common platform bindings + fixes
Hi,
Not tested, so please kindly test.
I am sending as RFC to gather some comments. If it looks good, I will
convert other TXT bindings to DT schema format.
Dependencies
============
1. The DTS patches (5-8) depend on scsi/ufs driver change (patch 4), so
they should go in a following release, after merging driver.
This is also might affect out-of-tree users of these DTSes (other
projects, e.g. U-boot).
Best regards,
Krzysztof
Krzysztof Kozlowski (8):
dt-bindings: ufs: add common platform bindings
dt-bindings: ufs: samsung,exynos-ufs: use common bindings
dt-bindings: ufs: cdns,ufshc: convert to dtschema
scsi: ufs: deprecate 'freq-table-hz' property
arm64: dts: hi3670: use 'freq-table' in UFS node
arm64: dts: exynos: use 'freq-table' in UFS node
arm64: dts: qcom: use 'freq-table' in UFS node
arm64: dts: ti: use 'freq-table' in UFS node
.../devicetree/bindings/ufs/cdns,ufshc.txt | 32 -------
.../devicetree/bindings/ufs/cdns,ufshc.yaml | 56 ++++++++++++
.../bindings/ufs/samsung,exynos-ufs.yaml | 10 +--
.../devicetree/bindings/ufs/ti,j721e-ufs.yaml | 2 +-
.../devicetree/bindings/ufs/ufs-common.yaml | 86 +++++++++++++++++++
.../devicetree/bindings/ufs/ufs-hisi.txt | 4 +-
MAINTAINERS | 1 +
arch/arm64/boot/dts/exynos/exynos7.dtsi | 3 +-
arch/arm64/boot/dts/exynos/exynosautov9.dtsi | 3 +-
arch/arm64/boot/dts/hisilicon/hi3670.dtsi | 4 +-
arch/arm64/boot/dts/qcom/msm8996.dtsi | 23 +++--
arch/arm64/boot/dts/qcom/msm8998.dtsi | 17 ++--
arch/arm64/boot/dts/qcom/sdm845.dtsi | 19 ++--
arch/arm64/boot/dts/qcom/sm8150.dtsi | 19 ++--
arch/arm64/boot/dts/qcom/sm8250.dtsi | 17 ++--
arch/arm64/boot/dts/qcom/sm8350.dtsi | 19 ++--
arch/arm64/boot/dts/qcom/sm8450.dtsi | 17 ++--
arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 4 +-
drivers/scsi/ufs/ufshcd-pltfrm.c | 21 +++--
19 files changed, 234 insertions(+), 123 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/ufs/cdns,ufshc.txt
create mode 100644 Documentation/devicetree/bindings/ufs/cdns,ufshc.yaml
create mode 100644 Documentation/devicetree/bindings/ufs/ufs-common.yaml
--
2.32.0
Powered by blists - more mailing lists