From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: "Lorenzo Pieralisi" <lpieralisi@kernel.org>,
"Krzysztof Wilczyński" <kwilczynski@kernel.org>,
"Manivannan Sadhasivam" <mani@kernel.org>,
"Rob Herring" <robh@kernel.org>,
"Bjorn Helgaas" <bhelgaas@google.com>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Bjorn Andersson" <andersson@kernel.org>,
"Abel Vesa" <abel.vesa@linaro.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
linux-arm-msm@vger.kernel.org, linux-pci@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
stable@vger.kernel.org
Subject: [PATCH 0/9] dt-bindings: PCI: qcom: Add missing required power-domains
Date: Wed, 29 Oct 2025 16:40:37 +0100 [thread overview]
Message-ID: <20251029-dt-bindings-pci-qcom-fixes-power-domains-v1-0-da7ac2c477f4@linaro.org> (raw)
Recent binding changes forgot to make power-domains required.
I am not updating SC8180xp because it will be fixed other way in my next
patchset.
Best regards,
Krzysztof
---
Krzysztof Kozlowski (9):
dt-bindings: PCI: qcom,pcie-sa8775p: Add missing required power-domains
dt-bindings: PCI: qcom,pcie-sc7280: Add missing required power-domains
dt-bindings: PCI: qcom,pcie-sc8280xp: Add missing required power-domains
dt-bindings: PCI: qcom,pcie-sm8150: Add missing required power-domains
dt-bindings: PCI: qcom,pcie-sm8250: Add missing required power-domains
dt-bindings: PCI: qcom,pcie-sm8350: Add missing required power-domains
dt-bindings: PCI: qcom,pcie-sm8450: Add missing required power-domains
dt-bindings: PCI: qcom,pcie-sm8550: Add missing required power-domains
dt-bindings: PCI: qcom,pcie-x1e80100: Add missing required power-domains
Documentation/devicetree/bindings/pci/qcom,pcie-sa8775p.yaml | 1 +
Documentation/devicetree/bindings/pci/qcom,pcie-sc7280.yaml | 3 +++
Documentation/devicetree/bindings/pci/qcom,pcie-sc8280xp.yaml | 1 +
Documentation/devicetree/bindings/pci/qcom,pcie-sm8150.yaml | 3 +++
Documentation/devicetree/bindings/pci/qcom,pcie-sm8250.yaml | 3 +++
Documentation/devicetree/bindings/pci/qcom,pcie-sm8350.yaml | 3 +++
Documentation/devicetree/bindings/pci/qcom,pcie-sm8450.yaml | 3 +++
Documentation/devicetree/bindings/pci/qcom,pcie-sm8550.yaml | 3 +++
Documentation/devicetree/bindings/pci/qcom,pcie-x1e80100.yaml | 3 +++
9 files changed, 23 insertions(+)
---
base-commit: 326bbf6e2b1ce8d1e6166cce2ca414aa241c382f
change-id: 20251029-dt-bindings-pci-qcom-fixes-power-domains-36a669b2e252
Best regards,
--
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
next reply other threads:[~2025-10-29 15:40 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-29 15:40 Krzysztof Kozlowski [this message]
2025-10-29 15:40 ` [PATCH 1/9] dt-bindings: PCI: qcom,pcie-sa8775p: Add missing required power-domains Krzysztof Kozlowski
2025-10-30 8:41 ` Krzysztof Kozlowski
2025-10-29 15:40 ` [PATCH 2/9] dt-bindings: PCI: qcom,pcie-sc7280: " Krzysztof Kozlowski
2025-10-29 15:40 ` [PATCH 3/9] dt-bindings: PCI: qcom,pcie-sc8280xp: " Krzysztof Kozlowski
2025-10-29 15:40 ` [PATCH 4/9] dt-bindings: PCI: qcom,pcie-sm8150: " Krzysztof Kozlowski
2025-10-29 15:40 ` [PATCH 5/9] dt-bindings: PCI: qcom,pcie-sm8250: " Krzysztof Kozlowski
2025-10-29 15:40 ` [PATCH 6/9] dt-bindings: PCI: qcom,pcie-sm8350: " Krzysztof Kozlowski
2025-10-29 15:40 ` [PATCH 7/9] dt-bindings: PCI: qcom,pcie-sm8450: " Krzysztof Kozlowski
2025-10-29 15:40 ` [PATCH 8/9] dt-bindings: PCI: qcom,pcie-sm8550: " Krzysztof Kozlowski
2025-10-29 15:40 ` [PATCH 9/9] dt-bindings: PCI: qcom,pcie-x1e80100: " Krzysztof Kozlowski
2025-10-29 16:46 ` Johan Hovold
2025-10-30 8:16 ` Krzysztof Kozlowski
2025-10-30 18:08 ` Rob Herring
2025-10-31 14:04 ` Johan Hovold
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=20251029-dt-bindings-pci-qcom-fixes-power-domains-v1-0-da7ac2c477f4@linaro.org \
--to=krzysztof.kozlowski@linaro.org \
--cc=abel.vesa@linaro.org \
--cc=andersson@kernel.org \
--cc=bhelgaas@google.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=kwilczynski@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=lpieralisi@kernel.org \
--cc=mani@kernel.org \
--cc=robh@kernel.org \
--cc=stable@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).