Linux-PWM Archive mirror
 help / color / mirror / Atom feed
From: Anjelique Melendez <quic_amelende@quicinc.com>
To: <lee@kernel.org>, <robh+dt@kernel.org>,
	<krzysztof.kozlowski+dt@linaro.org>, <conor+dt@kernel.org>,
	<agross@kernel.org>, <andersson@kernel.org>
Cc: <konrad.dybcio@linaro.org>, <linux-leds@vger.kernel.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<linux-arm-msm@vger.kernel.org>, <linux-pwm@vger.kernel.org>,
	"Anjelique Melendez" <quic_amelende@quicinc.com>
Subject: [PATCH 0/2] Add QCOM PBS driver
Date: Thu, 1 Feb 2024 12:44:20 -0800	[thread overview]
Message-ID: <20240201204421.16992-2-quic_amelende@quicinc.com> (raw)

Add the Qualcomm PBS (Programmable Boot Sequencer) driver. The QCOM PBS
driver supports configuring software PBS trigger events through PBS RAM
on Qualcomm Technologies, Inc (QTI) PMICs. 

QCOM PBS driver is needed to support LUT PPG. This is a new series to
separate PBS patches from the applied LUT PPG patch. Original comments
can be found here: 
https://lore.kernel.org/all/20231221185838.28440-1-quic_amelende@quicinc.com/T/#m7ab7af4c59c6e1019721d01cb3696cb5ed708bda


Anjelique Melendez (2):
  dt-bindings: soc: qcom: Add qcom,pbs bindings
  soc: qcom: add QCOM PBS driver

 .../bindings/soc/qcom/qcom,pbs.yaml           |  46 ++++
 drivers/soc/qcom/Kconfig                      |   9 +
 drivers/soc/qcom/Makefile                     |   1 +
 drivers/soc/qcom/qcom-pbs.c                   | 236 ++++++++++++++++++
 include/linux/soc/qcom/qcom-pbs.h             |  30 +++
 5 files changed, 322 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,pbs.yaml
 create mode 100644 drivers/soc/qcom/qcom-pbs.c
 create mode 100644 include/linux/soc/qcom/qcom-pbs.h

-- 
2.41.0


             reply	other threads:[~2024-02-01 20:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-01 20:44 Anjelique Melendez [this message]
2024-02-01 20:44 ` [PATCH 1/2] dt-bindings: soc: qcom: Add qcom,pbs bindings Anjelique Melendez
2024-02-02  7:29   ` Krzysztof Kozlowski
2024-02-02 17:49     ` Anjelique Melendez
2024-02-05 15:33       ` Bjorn Andersson
2024-02-01 20:44 ` [PATCH 2/2] soc: qcom: add QCOM PBS driver Anjelique Melendez
2024-02-02  0:03 ` [PATCH 0/2] Add " Bjorn Andersson

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=20240201204421.16992-2-quic_amelende@quicinc.com \
    --to=quic_amelende@quicinc.com \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lee@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-leds@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=robh+dt@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 read-only IMAP folder(s) and NNTP newsgroup(s).