linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] mmc: sdhci-msm: Convert dt-binding to yaml & add support for sm8150
@ 2022-04-29 22:08 Bhupesh Sharma
  2022-04-29 22:08 ` [PATCH 1/4] dt-bindings: mmc/sdhci-msm: Convert bindings to yaml Bhupesh Sharma
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Bhupesh Sharma @ 2022-04-29 22:08 UTC (permalink / raw)
  To: linux-mmc
  Cc: bhupesh.sharma, bhupesh.linux, agross, linux-arm-msm,
	linux-kernel, devicetree, robh+dt, bjorn.andersson, ulf.hansson,
	robh

This patchset converts the Qualcomm 'sdhci-msm' device-tree binding
to yaml format and also adds support for sm8150 Qualcomm Soc.

This patchset is dependent on the qcom dts fixes sent via a separate
patchset (see [1]), to make sure that the 'make dtbs_check' and
'make dt_binding_check' work well and Rob's bot is happy as well.

[1]. https://lore.kernel.org/linux-arm-msm/20220429214420.854335-1-bhupesh.sharma@linaro.org/

Cc: Ulf Hansson <ulf.hansson@linaro.org>
Cc: Rob Herring <robh@kernel.org>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>

Bhupesh Sharma (4):
  dt-bindings: mmc/sdhci-msm: Convert bindings to yaml
  mmc: host/sdhci-msm: Add SoC specific compatibles
  dt-bindings: mmc: sdhci-msm: Add compatible string for sm8150
  mmc: host/sdhci-msm: Add compatible string check for sm8150

 .../devicetree/bindings/mmc/sdhci-msm.txt     | 123 -----------
 .../devicetree/bindings/mmc/sdhci-msm.yaml    | 193 ++++++++++++++++++
 drivers/mmc/host/sdhci-msm.c                  |  24 +++
 3 files changed, 217 insertions(+), 123 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/mmc/sdhci-msm.txt
 create mode 100644 Documentation/devicetree/bindings/mmc/sdhci-msm.yaml

-- 
2.35.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-05-05 20:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-29 22:08 [PATCH 0/4] mmc: sdhci-msm: Convert dt-binding to yaml & add support for sm8150 Bhupesh Sharma
2022-04-29 22:08 ` [PATCH 1/4] dt-bindings: mmc/sdhci-msm: Convert bindings to yaml Bhupesh Sharma
2022-05-02 15:33   ` Rob Herring
2022-05-03  7:33     ` Bhupesh Sharma
2022-05-04 20:46   ` Rob Herring
2022-05-05  8:29     ` Ulf Hansson
2022-05-05 20:29       ` Bhupesh Sharma
2022-04-29 22:08 ` [PATCH 2/4] mmc: host/sdhci-msm: Add SoC specific compatibles Bhupesh Sharma
2022-04-29 22:08 ` [PATCH 3/4] dt-bindings: mmc: sdhci-msm: Add compatible string for sm8150 Bhupesh Sharma
2022-04-29 22:08 ` [PATCH 4/4] mmc: host/sdhci-msm: Add compatible string check " Bhupesh Sharma
2022-05-04 10:37 ` [PATCH 0/4] mmc: sdhci-msm: Convert dt-binding to yaml & add support " Ulf Hansson

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).