mbox series

[v3,0/3] dt-bindings: mmc: / ARM: qcom: add MSM8998 and cleanup driver of_device_id

Message ID 20220714091042.22287-1-krzysztof.kozlowski@linaro.org (mailing list archive)
Headers show
Series dt-bindings: mmc: / ARM: qcom: add MSM8998 and cleanup driver of_device_id | expand

Message

Krzysztof Kozlowski July 14, 2022, 9:10 a.m. UTC
Hi,

Rationale/background:
https://lore.kernel.org/linux-devicetree/CAD=FV=WGxQF4vPuRi7kWKoqTpe0RFsgH+J82C=sQbmncK_AFpw@mail.gmail.com/

Changes since v2
================
1. Add Rb tags.
2. Add a comment to SDHCI driver to hopefully prevent re-adding of compatibles
(suggested by Doug).

Changes since v1
================
1. Add Rb tags.
2. Rework driver patch (now last in the series), after talk with Doug.

Best regards,
Krzysztof

Cc: Konrad Dybcio <konrad.dybcio@somainline.org>
Cc: Bhupesh Sharma <bhupesh.sharma@linaro.org>
Cc: Doug Anderson <dianders@chromium.org>

Krzysztof Kozlowski (3):
  dt-bindings: mmc: sdhci-msm: add MSM8998
  arm64: dts: qcom: msm8998: add MSM8998 SDCC specific compatible
  mmc: sdhci-msm: drop redundant of_device_id entries

 .../devicetree/bindings/mmc/sdhci-msm.yaml    |  1 +
 arch/arm64/boot/dts/qcom/msm8998.dtsi         |  2 +-
 drivers/mmc/host/sdhci-msm.c                  | 29 +++----------------
 3 files changed, 6 insertions(+), 26 deletions(-)

Comments

Ulf Hansson July 18, 2022, 11:38 a.m. UTC | #1
On Thu, 14 Jul 2022 at 11:10, Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> Hi,
>
> Rationale/background:
> https://lore.kernel.org/linux-devicetree/CAD=FV=WGxQF4vPuRi7kWKoqTpe0RFsgH+J82C=sQbmncK_AFpw@mail.gmail.com/
>
> Changes since v2
> ================
> 1. Add Rb tags.
> 2. Add a comment to SDHCI driver to hopefully prevent re-adding of compatibles
> (suggested by Doug).
>
> Changes since v1
> ================
> 1. Add Rb tags.
> 2. Rework driver patch (now last in the series), after talk with Doug.
>
> Best regards,
> Krzysztof
>
> Cc: Konrad Dybcio <konrad.dybcio@somainline.org>
> Cc: Bhupesh Sharma <bhupesh.sharma@linaro.org>
> Cc: Doug Anderson <dianders@chromium.org>
>
> Krzysztof Kozlowski (3):
>   dt-bindings: mmc: sdhci-msm: add MSM8998
>   arm64: dts: qcom: msm8998: add MSM8998 SDCC specific compatible
>   mmc: sdhci-msm: drop redundant of_device_id entries
>
>  .../devicetree/bindings/mmc/sdhci-msm.yaml    |  1 +
>  arch/arm64/boot/dts/qcom/msm8998.dtsi         |  2 +-
>  drivers/mmc/host/sdhci-msm.c                  | 29 +++----------------
>  3 files changed, 6 insertions(+), 26 deletions(-)
>

Patch 1 and patch3 applied for next, thanks!

Kind regards
Uffe
Bjorn Andersson Aug. 29, 2022, 11:45 p.m. UTC | #2
On Thu, 14 Jul 2022 11:10:39 +0200, Krzysztof Kozlowski wrote:
> Rationale/background:
> https://lore.kernel.org/linux-devicetree/CAD=FV=WGxQF4vPuRi7kWKoqTpe0RFsgH+J82C=sQbmncK_AFpw@mail.gmail.com/
> 
> Changes since v2
> ================
> 1. Add Rb tags.
> 2. Add a comment to SDHCI driver to hopefully prevent re-adding of compatibles
> (suggested by Doug).
> 
> [...]

Applied, thanks!

[2/3] arm64: dts: qcom: msm8998: add MSM8998 SDCC specific compatible
      commit: 18f581bfe29de7c3ad33b3f2b2bd515623417494

Best regards,