All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sricharan Ramabadhran <quic_srichara@quicinc.com>
To: <krzysztof.kozlowski@linaro.org>, <agross@kernel.org>,
	<andersson@kernel.org>, <konrad.dybcio@linaro.org>,
	<srinivas.kandagatla@linaro.org>, <robh+dt@kernel.org>,
	<krzysztof.kozlowski+dt@linaro.org>, <conor+dt@kernel.org>,
	<thara.gopinath@gmail.com>, <rafael@kernel.org>,
	<daniel.lezcano@linaro.org>, <linux-arm-msm@vger.kernel.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<linux-pm@vger.kernel.org>, <dmitry.baryshkov@linaro.org>,
	<quic_srichara@quicinc.com>
Subject: [PATCH V2 0/4] Add support for IPQ5018 tsens
Date: Fri, 15 Sep 2023 17:45:00 +0530	[thread overview]
Message-ID: <20230915121504.806672-1-quic_srichara@quicinc.com> (raw)

IPQ5018 has tsens V1.0 IP with 4 sensors and 1 interrupt.
There is no RPM present in the soc to do tsens early enable.
Adding support for the same here.

[v2]
	*) Sorted the compatible and removed example
	*) Fixed the name for new tsens_feature
	*) Used tsend_calibrate_common instead of legacy
	   and addressed comments from Dmitry.
	*) Squashed patch 3 & 4
	*) Fixed node names, order and added qfprom cells
            for points seprately
	*) Squashed patch 6 & 7 

Sricharan Ramabadhran (4):
  dt-bindings: thermal: qcom-tsens: Add ipq5018 compatible
  thermal/drivers/qcom: Add new feat for soc without rpm
  thermal/drivers/tsens: Add support for IPQ5018 tsens
  arm64: dts: qcom: ipq5018: Add tsens node

 .../bindings/nvmem/qcom,qfprom.yaml           |   1 +
 .../bindings/thermal/qcom-tsens.yaml          |   1 +
 arch/arm64/boot/dts/qcom/ipq5018.dtsi         | 169 ++++++++++++++++++
 drivers/thermal/qcom/tsens-v1.c               |  58 ++++++
 drivers/thermal/qcom/tsens.c                  |   5 +-
 drivers/thermal/qcom/tsens.h                  |   5 +-
 6 files changed, 237 insertions(+), 2 deletions(-)

-- 
2.34.1


             reply	other threads:[~2023-09-15 12:15 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-15 12:15 Sricharan Ramabadhran [this message]
2023-09-15 12:15 ` [PATCH V2 1/4] dt-bindings: thermal: qcom-tsens: Add ipq5018 compatible Sricharan Ramabadhran
2023-09-15 12:43   ` Krzysztof Kozlowski
2023-09-15 12:45     ` Krzysztof Kozlowski
2023-09-19  7:22       ` Sricharan Ramabadhran
2023-09-19 12:32         ` Krzysztof Kozlowski
2023-09-19 12:48           ` Sricharan Ramabadhran
2023-09-19 12:56             ` Krzysztof Kozlowski
2023-09-19 16:26               ` Sricharan Ramabadhran
2023-09-15 12:15 ` [PATCH V2 2/4] thermal/drivers/qcom: Add new feat for soc without rpm Sricharan Ramabadhran
2023-09-15 18:45   ` Dmitry Baryshkov
2023-09-15 12:15 ` [PATCH V2 3/4] thermal/drivers/tsens: Add support for IPQ5018 tsens Sricharan Ramabadhran
2023-09-15 18:44   ` Dmitry Baryshkov
2023-09-19  7:26     ` Sricharan Ramabadhran
2023-09-15 12:15 ` [PATCH V2 4/4] arm64: dts: qcom: ipq5018: Add tsens node Sricharan Ramabadhran
2023-09-15 12:46   ` Krzysztof Kozlowski
2023-09-19  7:28     ` Sricharan Ramabadhran
2023-09-19 12:37       ` Krzysztof Kozlowski
2023-09-19 16:15         ` Sricharan Ramabadhran

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=20230915121504.806672-1-quic_srichara@quicinc.com \
    --to=quic_srichara@quicinc.com \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=rafael@kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=thara.gopinath@gmail.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.