public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
From: Taniya Das <quic_tdas@quicinc.com>
To: Tengfei Fan <quic_tengfan@quicinc.com>, <andersson@kernel.org>,
	<konrad.dybcio@linaro.org>, <robh@kernel.org>,
	<krzk+dt@kernel.org>, <conor+dt@kernel.org>, <djakov@kernel.org>,
	<mturquette@baylibre.com>, <sboyd@kernel.org>,
	<jassisinghbrar@gmail.com>, <herbert@gondor.apana.org.au>,
	<davem@davemloft.net>, <manivannan.sadhasivam@linaro.org>,
	<will@kernel.org>, <joro@8bytes.org>, <conor@kernel.org>,
	<tglx@linutronix.de>, <amitk@kernel.org>,
	<thara.gopinath@gmail.com>, <linus.walleij@linaro.org>,
	<wim@linux-watchdog.org>, <linux@roeck-us.net>,
	<rafael@kernel.org>, <viresh.kumar@linaro.org>,
	<vkoul@kernel.org>, <edumazet@google.com>, <kuba@kernel.org>,
	<pabeni@redhat.com>, <mcoquelin.stm32@gmail.com>
Cc: <robimarko@gmail.com>, <quic_gurus@quicinc.com>,
	<bartosz.golaszewski@linaro.org>, <kishon@kernel.org>,
	<quic_wcheng@quicinc.com>, <alim.akhtar@samsung.com>,
	<avri.altman@wdc.com>, <bvanassche@acm.org>, <agross@kernel.org>,
	<gregkh@linuxfoundation.org>, <robin.murphy@arm.com>,
	<daniel.lezcano@linaro.org>, <rui.zhang@intel.com>,
	<lukasz.luba@arm.com>, <quic_rjendra@quicinc.com>,
	<ulf.hansson@linaro.org>, <quic_sibis@quicinc.com>,
	<otto.pflueger@abscue.de>, <quic_rohiagar@quicinc.com>,
	<luca@z3ntu.xyz>, <neil.armstrong@linaro.org>,
	<abel.vesa@linaro.org>, <bhupesh.sharma@linaro.org>,
	<alexandre.torgue@foss.st.com>, <peppe.cavallaro@st.com>,
	<joabreu@synopsys.com>, <netdev@vger.kernel.org>,
	<lpieralisi@kernel.org>, <kw@linux.com>, <bhelgaas@google.com>,
	<ahalaney@redhat.com>, <krzysztof.kozlowski@linaro.org>,
	<u.kleine-koenig@pengutronix.de>, <dmitry.baryshkov@linaro.org>,
	<quic_cang@quicinc.com>, <danila@jiaxyga.com>,
	<quic_nitirawa@quicinc.com>, <mantas@8devices.com>,
	<athierry@redhat.com>, <quic_kbajaj@quicinc.com>,
	<quic_bjorande@quicinc.com>, <quic_msarkar@quicinc.com>,
	<quic_devipriy@quicinc.com>, <quic_tsoni@quicinc.com>,
	<quic_rgottimu@quicinc.com>, <quic_shashim@quicinc.com>,
	<quic_kaushalk@quicinc.com>, <quic_tingweiz@quicinc.com>,
	<quic_aiquny@quicinc.com>, <srinivas.kandagatla@linaro.org>,
	<linux-arm-msm@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>, <linux-pm@vger.kernel.org>,
	<linux-clk@vger.kernel.org>, <linux-phy@lists.infradead.org>,
	<linux-crypto@vger.kernel.org>, <linux-scsi@vger.kernel.org>,
	<linux-usb@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>, <iommu@lists.linux.dev>,
	<linux-riscv@lists.infradead.org>, <linux-gpio@vger.kernel.org>,
	<linux-watchdog@vger.kernel.org>, <linux-pci@vger.kernel.org>,
	<linux-stm32@st-md-mailman.stormreply.com>, <kernel@quicinc.com>
Subject: Re: [PATCH 41/47] clk: qcom: rpmh: Add support for QCS9100 rpmh clocks
Date: Wed, 3 Jul 2024 11:03:18 +0530	[thread overview]
Message-ID: <e08b4798-b1fe-4e8a-80a4-716696dfdcd6@quicinc.com> (raw)
In-Reply-To: <20240703035154.2182083-12-quic_tengfan@quicinc.com>



On 7/3/2024 9:21 AM, Tengfei Fan wrote:
> { .compatible = "qcom,qcs9100-rpmh-clk", .data = &clk_rpmh_sa8775p},

This is not required, we already have sa8775p bindings.
-- 
Thanks & Regards,
Taniya Das.

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

  reply	other threads:[~2024-07-03  5:35 UTC|newest]

Thread overview: 95+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-03  2:58 [PATCH 00/47] arm64: qcom: dts: add QCS9100 support Tengfei Fan
2024-07-03  2:58 ` [PATCH 01/47] dt-bindings: arm: qcom: Document QCS9100 SoC and RIDE board Tengfei Fan
2024-07-03  4:38   ` Krzysztof Kozlowski
2024-07-03  9:21     ` Tengfei Fan
2024-07-03  9:33       ` Krzysztof Kozlowski
2024-07-08  4:45         ` Aiqun Yu (Maria)
2024-07-08  6:07           ` Krzysztof Kozlowski
2024-07-08  7:13             ` Aiqun Yu (Maria)
2024-07-08  7:31               ` Krzysztof Kozlowski
2024-07-03  2:58 ` [PATCH 02/47] arm64: dts: qcom: qcs9100: Introduce QCS9100 SoC dtsi Tengfei Fan
2024-07-03  4:40   ` Krzysztof Kozlowski
2024-07-03  9:23     ` Tengfei Fan
2024-07-03  2:58 ` [PATCH 03/47] arm64: dts: qcom: qcs9100: Introduce QCS9100 PMIC dtsi Tengfei Fan
2024-07-03  2:58 ` [PATCH 04/47] arm64: dts: qcom: qcs9100: Add QCS9100 RIDE board dts Tengfei Fan
2024-07-03  4:39   ` Krzysztof Kozlowski
2024-07-03  9:24     ` Tengfei Fan
2024-07-03  2:58 ` [PATCH 05/47] dt-bindings: firmware: qcom,scm: document SCM on QCS9100 SoC Tengfei Fan
2024-07-03  2:58 ` [PATCH 06/47] dt-bindings: interconnect: qcom: document the interconnect compatibles for QCS9100 Tengfei Fan
2024-07-03  2:58 ` [PATCH 07/47] dt-bindings: clock: document QCS9100 GCC compatible Tengfei Fan
2024-07-03  2:58 ` [PATCH 08/47] dt-bindings: mailbox: qcom-ipcc: Document the QCS9100 IPCC Tengfei Fan
2024-07-03  2:58 ` [PATCH 09/47] dt-bindings: phy: Add QMP UFS PHY comptible for QCS9100 Tengfei Fan
2024-07-03  2:58 ` [PATCH 10/47] dt-bindings: crypto: ice: Document QCS9100 inline crypto engine Tengfei Fan
2024-07-03  2:58 ` [PATCH 11/47] dt-bindings: crypto: qcom,prng: document QCS9100 Tengfei Fan
2024-07-03  2:58 ` [PATCH 12/47] dt-bindings: phy: qcom,usb-snps-femto-v2: Add bindings for QCS9100 Tengfei Fan
2024-07-03  2:58 ` [PATCH 13/47] dt-bindings: ufs: qcom: document QCS9100 UFS Tengfei Fan
2024-07-03  2:58 ` [PATCH 14/47] dt-bindings: phy: qcom,qmp-usb: Add QCS9100 USB3 PHY Tengfei Fan
2024-07-03  2:58 ` [PATCH 15/47] dt-bindings: usb: dwc3: Add QCS9100 compatible Tengfei Fan
2024-07-03  2:58 ` [PATCH 16/47] dt-bindings: clock: qcom: describe the GPUCC clock for QCS9100 Tengfei Fan
2024-07-03  2:58 ` [PATCH 17/47] dt-bindings: arm-smmu: Document QCS9100 GPU SMMU Tengfei Fan
2024-07-03  2:58 ` [PATCH 18/47] dt-bindings: phy: describe the Qualcomm SGMII PHY for QCS9100 Tengfei Fan
2024-07-03  2:58 ` [PATCH 19/47] dt-bindings: cache: qcom,llcc: Add QCS9100 description Tengfei Fan
2024-07-03  2:58 ` [PATCH 20/47] dt-bindings: interrupt-controller: qcom,pdc: document pdc on QCS9100 Tengfei Fan
2024-07-03  2:58 ` [PATCH 21/47] dt-bindings: thermal: qcom-tsens: document the QCS9100 Temperature Sensor Tengfei Fan
2024-07-03  2:58 ` [PATCH 22/47] dt-bindings: soc: qcom,aoss-qmp: Document the QCS9100 AOSS channel Tengfei Fan
2024-07-03  2:58 ` [PATCH 23/47] dt-bindings: pinctrl: add qcs9100-tlmm compatible Tengfei Fan
2024-07-03  2:58 ` [PATCH 24/47] dt-bindings: soc: qcom: add qcom,qcs9100-imem compatible Tengfei Fan
2024-07-03  2:58 ` [PATCH 25/47] dt-bindings: watchdog: qcom-wdt: document QCS9100 Tengfei Fan
2024-07-03  2:58 ` [PATCH 26/47] dt-bindings: clock: qcom-rpmhcc: Add RPMHCC bindings for QCS9100 Tengfei Fan
2024-07-03  2:58 ` [PATCH 27/47] dt-bindings: cpufreq: cpufreq-qcom-hw: Add QCS9100 compatibles Tengfei Fan
2024-07-03  2:58 ` [PATCH 28/47] dt-bindings: power: qcom,rpmpd: document the QCS9100 RPMh Power Domains Tengfei Fan
2024-07-03  2:58 ` [PATCH 29/47] dt-bindings: net: qcom,ethqos: add description for qcs9100 Tengfei Fan
2024-07-03 15:09   ` Andrew Halaney
2024-07-03  3:51 ` [PATCH 30/47] dt-bindings: PCI: Document compatible for QCS9100 Tengfei Fan
2024-07-03  3:51   ` [PATCH 31/47] dt-bindings: PCI: qcom-ep: Add support for QCS9100 SoC Tengfei Fan
2024-07-03  3:51   ` [PATCH 32/47] dt-bindings: phy: qcom,qmp: Add qcs9100 QMP PCIe PHY Tengfei Fan
2024-07-03  3:51   ` [PATCH 33/47] interconnect: qcom: add driver support for qcs9100 Tengfei Fan
2024-07-03  3:51   ` [PATCH 34/47] clk: qcom: add the GCC driver support for QCS9100 Tengfei Fan
2024-07-03  3:51   ` [PATCH 35/47] phy: qcom-qmp-ufs: Add QCS9100 support Tengfei Fan
2024-07-03  3:51   ` [PATCH 36/47] phy: qcpm-qmp-usb: Add support for QCS9100 Tengfei Fan
2024-07-03  3:51   ` [PATCH 37/47] clk: qcom: add the GPUCC driver " Tengfei Fan
2024-07-03  3:51   ` [PATCH 38/47] phy: qcom: add the SGMII SerDes PHY driver support Tengfei Fan
2024-07-03  3:51   ` [PATCH 39/47] soc: qcom: llcc: Add llcc configuration support for the QCS9100 platform Tengfei Fan
2024-07-03  3:51   ` [PATCH 40/47] pinctrl: qcom: add the tlmm driver support for qcs9100 platform Tengfei Fan
2024-07-03  3:51   ` [PATCH 41/47] clk: qcom: rpmh: Add support for QCS9100 rpmh clocks Tengfei Fan
2024-07-03  5:33     ` Taniya Das [this message]
2024-07-03  3:56 ` [PATCH 00/47] arm64: qcom: dts: add QCS9100 support Tengfei Fan
2024-07-03  3:56   ` [PATCH 01/47] dt-bindings: arm: qcom: Document QCS9100 SoC and RIDE board Tengfei Fan
2024-07-03  4:20     ` patchwork-bot+netdevbpf
2024-07-03  3:56   ` [PATCH 02/47] arm64: dts: qcom: qcs9100: Introduce QCS9100 SoC dtsi Tengfei Fan
2024-07-03  3:56   ` [PATCH 03/47] arm64: dts: qcom: qcs9100: Introduce QCS9100 PMIC dtsi Tengfei Fan
2024-07-03  3:56   ` [PATCH 04/47] arm64: dts: qcom: qcs9100: Add QCS9100 RIDE board dts Tengfei Fan
2024-07-03  3:56   ` [PATCH 05/47] dt-bindings: firmware: qcom,scm: document SCM on QCS9100 SoC Tengfei Fan
2024-07-03  3:56   ` [PATCH 06/47] dt-bindings: interconnect: qcom: document the interconnect compatibles for QCS9100 Tengfei Fan
2024-07-03  3:56   ` [PATCH 07/47] dt-bindings: clock: document QCS9100 GCC compatible Tengfei Fan
2024-07-03  3:56   ` [PATCH 08/47] dt-bindings: mailbox: qcom-ipcc: Document the QCS9100 IPCC Tengfei Fan
2024-07-03  3:56   ` [PATCH 09/47] dt-bindings: phy: Add QMP UFS PHY comptible for QCS9100 Tengfei Fan
2024-07-03  3:56   ` [PATCH 10/47] dt-bindings: crypto: ice: Document QCS9100 inline crypto engine Tengfei Fan
2024-07-03  3:56   ` [PATCH 11/47] dt-bindings: crypto: qcom,prng: document QCS9100 Tengfei Fan
2024-07-03  3:57   ` [PATCH 12/47] dt-bindings: phy: qcom,usb-snps-femto-v2: Add bindings for QCS9100 Tengfei Fan
2024-07-03  3:57   ` [PATCH 13/47] dt-bindings: ufs: qcom: document QCS9100 UFS Tengfei Fan
2024-07-03  3:57   ` [PATCH 14/47] dt-bindings: phy: qcom,qmp-usb: Add QCS9100 USB3 PHY Tengfei Fan
2024-07-03  3:57   ` [PATCH 15/47] dt-bindings: usb: dwc3: Add QCS9100 compatible Tengfei Fan
2024-07-03  3:57   ` [PATCH 16/47] dt-bindings: clock: qcom: describe the GPUCC clock for QCS9100 Tengfei Fan
2024-07-03  3:57   ` [PATCH 17/47] dt-bindings: arm-smmu: Document QCS9100 GPU SMMU Tengfei Fan
2024-07-03  3:57   ` [PATCH 18/47] dt-bindings: phy: describe the Qualcomm SGMII PHY for QCS9100 Tengfei Fan
2024-07-03  3:57   ` [PATCH 19/47] dt-bindings: cache: qcom,llcc: Add QCS9100 description Tengfei Fan
2024-07-03  3:57   ` [PATCH 20/47] dt-bindings: interrupt-controller: qcom,pdc: document pdc on QCS9100 Tengfei Fan
2024-07-03  3:57   ` [PATCH 21/47] dt-bindings: thermal: qcom-tsens: document the QCS9100 Temperature Sensor Tengfei Fan
2024-07-03  3:57   ` [PATCH 22/47] dt-bindings: soc: qcom,aoss-qmp: Document the QCS9100 AOSS channel Tengfei Fan
2024-07-03  3:57   ` [PATCH 23/47] dt-bindings: pinctrl: add qcs9100-tlmm compatible Tengfei Fan
2024-07-03  3:57   ` [PATCH 24/47] dt-bindings: soc: qcom: add qcom,qcs9100-imem compatible Tengfei Fan
2024-07-03  3:57   ` [PATCH 25/47] dt-bindings: watchdog: qcom-wdt: document QCS9100 Tengfei Fan
2024-07-03  3:57   ` [PATCH 26/47] dt-bindings: clock: qcom-rpmhcc: Add RPMHCC bindings for QCS9100 Tengfei Fan
2024-07-03  3:57   ` [PATCH 27/47] dt-bindings: cpufreq: cpufreq-qcom-hw: Add QCS9100 compatibles Tengfei Fan
2024-07-03  5:35     ` Taniya Das
2024-07-03  3:57   ` [PATCH 28/47] dt-bindings: power: qcom,rpmpd: document the QCS9100 RPMh Power Domains Tengfei Fan
2024-07-03  3:57   ` [PATCH 29/47] dt-bindings: net: qcom,ethqos: add description for qcs9100 Tengfei Fan
2024-07-03  4:45   ` [PATCH 00/47] arm64: qcom: dts: add QCS9100 support Krzysztof Kozlowski
2024-07-03  6:28     ` Conor Dooley
2024-07-08  7:47       ` Tengfei Fan
2024-07-03  9:39     ` Tengfei Fan
2024-07-03 10:33   ` Dmitry Baryshkov
2024-07-04  0:57     ` Tengfei Fan
2024-07-03  4:20 ` patchwork-bot+netdevbpf
2024-07-03 18:49   ` Jakub Kicinski

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=e08b4798-b1fe-4e8a-80a4-716696dfdcd6@quicinc.com \
    --to=quic_tdas@quicinc.com \
    --cc=abel.vesa@linaro.org \
    --cc=agross@kernel.org \
    --cc=ahalaney@redhat.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=alim.akhtar@samsung.com \
    --cc=amitk@kernel.org \
    --cc=andersson@kernel.org \
    --cc=athierry@redhat.com \
    --cc=avri.altman@wdc.com \
    --cc=bartosz.golaszewski@linaro.org \
    --cc=bhelgaas@google.com \
    --cc=bhupesh.sharma@linaro.org \
    --cc=bvanassche@acm.org \
    --cc=conor+dt@kernel.org \
    --cc=conor@kernel.org \
    --cc=daniel.lezcano@linaro.org \
    --cc=danila@jiaxyga.com \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=djakov@kernel.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=edumazet@google.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=herbert@gondor.apana.org.au \
    --cc=iommu@lists.linux.dev \
    --cc=jassisinghbrar@gmail.com \
    --cc=joabreu@synopsys.com \
    --cc=joro@8bytes.org \
    --cc=kernel@quicinc.com \
    --cc=kishon@kernel.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=kuba@kernel.org \
    --cc=kw@linux.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux-phy@lists.infradead.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=linux-usb@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lpieralisi@kernel.org \
    --cc=luca@z3ntu.xyz \
    --cc=lukasz.luba@arm.com \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=mantas@8devices.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=mturquette@baylibre.com \
    --cc=neil.armstrong@linaro.org \
    --cc=netdev@vger.kernel.org \
    --cc=otto.pflueger@abscue.de \
    --cc=pabeni@redhat.com \
    --cc=peppe.cavallaro@st.com \
    --cc=quic_aiquny@quicinc.com \
    --cc=quic_bjorande@quicinc.com \
    --cc=quic_cang@quicinc.com \
    --cc=quic_devipriy@quicinc.com \
    --cc=quic_gurus@quicinc.com \
    --cc=quic_kaushalk@quicinc.com \
    --cc=quic_kbajaj@quicinc.com \
    --cc=quic_msarkar@quicinc.com \
    --cc=quic_nitirawa@quicinc.com \
    --cc=quic_rgottimu@quicinc.com \
    --cc=quic_rjendra@quicinc.com \
    --cc=quic_rohiagar@quicinc.com \
    --cc=quic_shashim@quicinc.com \
    --cc=quic_sibis@quicinc.com \
    --cc=quic_tengfan@quicinc.com \
    --cc=quic_tingweiz@quicinc.com \
    --cc=quic_tsoni@quicinc.com \
    --cc=quic_wcheng@quicinc.com \
    --cc=rafael@kernel.org \
    --cc=robh@kernel.org \
    --cc=robimarko@gmail.com \
    --cc=robin.murphy@arm.com \
    --cc=rui.zhang@intel.com \
    --cc=sboyd@kernel.org \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=tglx@linutronix.de \
    --cc=thara.gopinath@gmail.com \
    --cc=u.kleine-koenig@pengutronix.de \
    --cc=ulf.hansson@linaro.org \
    --cc=viresh.kumar@linaro.org \
    --cc=vkoul@kernel.org \
    --cc=will@kernel.org \
    --cc=wim@linux-watchdog.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