From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
To: Manivannan Sadhasivam <mani@kernel.org>,
Qiang Yu <qiang.yu@oss.qualcomm.com>
Cc: "Lorenzo Pieralisi" <lpieralisi@kernel.org>,
"Krzysztof Wilczyński" <kwilczynski@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>,
"Vinod Koul" <vkoul@kernel.org>,
"Kishon Vijay Abraham I" <kishon@kernel.org>,
linux-arm-msm@vger.kernel.org, linux-pci@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-phy@lists.infradead.org,
"Jingyi Wang" <jingyi.wang@oss.qualcomm.com>,
"Dmitry Baryshkov" <dmitry.baryshkov@oss.qualcomm.com>
Subject: Re: [PATCH v2 0/6] Add PCIe support for Kaanapali
Date: Mon, 27 Oct 2025 14:22:25 +0100 [thread overview]
Message-ID: <b16872b5-e497-484d-bba5-7c4ec590cfc2@oss.qualcomm.com> (raw)
In-Reply-To: <o4o6tthwz4vz5uqqjv5c4cld6qhhrfa7xzotjd3qyz7gpoab5s@ki4nwe6us4zc>
On 10/27/25 2:21 PM, Manivannan Sadhasivam wrote:
> On Wed, Oct 15, 2025 at 03:27:30AM -0700, Qiang Yu wrote:
>> Describe PCIe controller and PHY. Also add required system resources like
>> regulators, clocks, interrupts and registers configuration for PCIe.
>>
>> Changes in v2:
>> - Rewrite commit msg for PATCH[3/6]
>> - Keep keep pcs-pcie reigster definitions sorted.
>> - Add Reviewed-by tag.
>> - Keep qmp_pcie_of_match_table sorted.
>> - Link to v1: https://lore.kernel.org/all/20250924-knp-pcie-v1-0-5fb59e398b83@oss.qualcomm.com/
>>
>> Signed-off-by: Qiang Yu <qiang.yu@oss.qualcomm.com>
>> ---
>> Qiang Yu (6):
>> dt-bindings: PCI: qcom,pcie-sm8550: Add Kaanapali compatible
>> dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Add Kaanapali compatible
>> phy: qcom-qmp: qserdes-txrx: Add complete QMP PCIe PHY v8 register offsets
>> phy: qcom-qmp: pcs-pcie: Add v8 register offsets
>> phy: qcom-qmp: qserdes-com: Add some more v8 register offsets
>> phy: qcom: qmp-pcie: add QMP PCIe PHY tables for Kaanapali
>
> So this platform doesn't support nocsr PHY reset?
There's a reset, but the UEFI doesn't program the sequences on mobile..
I raised that point internally, maybe next gen >
> - Mani
>
prev parent reply other threads:[~2025-10-27 13:22 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-15 10:27 [PATCH v2 0/6] Add PCIe support for Kaanapali Qiang Yu
2025-10-15 10:27 ` [PATCH v2 1/6] dt-bindings: PCI: qcom,pcie-sm8550: Add Kaanapali compatible Qiang Yu
2025-10-17 4:46 ` Krzysztof Kozlowski
2025-10-15 10:27 ` [PATCH v2 2/6] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: " Qiang Yu
2025-10-17 4:47 ` Krzysztof Kozlowski
2025-10-17 5:00 ` Krzysztof Kozlowski
2025-10-18 5:08 ` Qiang Yu
2025-10-15 10:27 ` [PATCH v2 3/6] phy: qcom-qmp: qserdes-txrx: Add complete QMP PCIe PHY v8 register offsets Qiang Yu
2025-10-15 21:12 ` Dmitry Baryshkov
2025-10-15 10:27 ` [PATCH v2 4/6] phy: qcom-qmp: pcs-pcie: Add " Qiang Yu
2025-10-15 21:17 ` Dmitry Baryshkov
2025-10-15 10:27 ` [PATCH v2 5/6] phy: qcom-qmp: qserdes-com: Add some more " Qiang Yu
2025-10-15 10:27 ` [PATCH v2 6/6] phy: qcom: qmp-pcie: add QMP PCIe PHY tables for Kaanapali Qiang Yu
2025-10-16 0:05 ` Dmitry Baryshkov
2025-10-17 2:35 ` Qiang Yu
2025-10-19 7:14 ` (subset) [PATCH v2 0/6] Add PCIe support " Manivannan Sadhasivam
2025-10-27 13:21 ` Manivannan Sadhasivam
2025-10-27 13:22 ` Konrad Dybcio [this message]
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=b16872b5-e497-484d-bba5-7c4ec590cfc2@oss.qualcomm.com \
--to=konrad.dybcio@oss.qualcomm.com \
--cc=andersson@kernel.org \
--cc=bhelgaas@google.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=jingyi.wang@oss.qualcomm.com \
--cc=kishon@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=linux-phy@lists.infradead.org \
--cc=lpieralisi@kernel.org \
--cc=mani@kernel.org \
--cc=qiang.yu@oss.qualcomm.com \
--cc=robh@kernel.org \
--cc=vkoul@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