linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/8] Enable QUPs and Serial on SA8255p Qualcomm platforms
@ 2025-06-06 17:21 Praveen Talari
  2025-06-06 17:21 ` [PATCH v6 1/8] dt-bindings: serial: describe SA8255p Praveen Talari
                   ` (7 more replies)
  0 siblings, 8 replies; 30+ messages in thread
From: Praveen Talari @ 2025-06-06 17:21 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Bjorn Andersson, Konrad Dybcio, Praveen Talari,
	linux-arm-msm, linux-kernel, linux-serial, devicetree
  Cc: psodagud, djaggi, quic_msavaliy, quic_vtanuku, quic_arandive,
	quic_mnaresh, quic_shazhuss, Praveen Talari

From: Praveen Talari <ptalari@qti.qualcomm.com>

The Qualcomm automotive SA8255p SoC relies on firmware to configure
platform resources, including clocks, interconnects and TLMM. The device
drivers request resources operations over SCMI using power and
performance protocols.

The SCMI power protocol enables or disables resources like clocks,
interconnect paths, and TLMM (GPIOs) using runtime PM framework APIs,
such as resume/suspend, to control power states(on/off).

The SCMI performance protocol manages UART baud rates, with each baud
rate represented by a performance level. Drivers use the
dev_pm_opp_set_level() API to request the desired baud rate by
specifying the performance level.

The QUP drivers are SCMI clients, with clocks, interconnects, pinctrl
and power-domains abstracted by a SCMI server.

The serial driver has a dependency on the dev_pm_opp_set_level() function,
which is applied in the OPP tree's linux-next branch.

Nikunj Kela (2):
  dt-bindings: serial: describe SA8255p
  dt-bindings: qcom: geni-se: describe SA8255p

Praveen Talari (6):
  soc: qcom: geni-se: Enable QUPs on SA8255p Qualcomm platforms
  serial: qcom-geni: move resource initialization to separate function
  serial: qcom-geni: move resource control logic to separate functions
  serial: qcom-geni: move clock-rate logic to separate function
  serial: qcom-geni: Enable PM runtime for serial driver
  serial: qcom-geni: Enable Serial on SA8255p Qualcomm platforms
---
v3 -> v4
- removed patch "[PATCH v3 1/9] opp: add new helper API dev_pm_opp_set_level()"
  from series and serial driver has dependency of this API which is
  applied in the OPP tree's linux-next branch.
---

 .../serial/qcom,sa8255p-geni-uart.yaml        |  68 ++++
 .../soc/qcom/qcom,sa8255p-geni-se-qup.yaml    | 107 ++++++
 drivers/soc/qcom/qcom-geni-se.c               |  77 ++--
 drivers/tty/serial/qcom_geni_serial.c         | 345 ++++++++++++++----
 4 files changed, 499 insertions(+), 98 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/serial/qcom,sa8255p-geni-uart.yaml
 create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,sa8255p-geni-se-qup.yaml


base-commit: 475c850a7fdd0915b856173186d5922899d65686
-- 
2.17.1


^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2025-07-15 12:30 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-06 17:21 [PATCH v6 0/8] Enable QUPs and Serial on SA8255p Qualcomm platforms Praveen Talari
2025-06-06 17:21 ` [PATCH v6 1/8] dt-bindings: serial: describe SA8255p Praveen Talari
2025-06-10  7:04   ` Krzysztof Kozlowski
2025-06-10  8:10     ` Praveen Talari
2025-06-11  7:17       ` Krzysztof Kozlowski
2025-06-11 14:12         ` Praveen Talari
2025-06-06 17:21 ` [PATCH v6 2/8] dt-bindings: qcom: geni-se: " Praveen Talari
2025-06-06 17:21 ` [PATCH v6 3/8] soc: qcom: geni-se: Enable QUPs on SA8255p Qualcomm platforms Praveen Talari
2025-06-16  8:40   ` Praveen Talari
2025-06-16 18:36     ` Bryan O'Donoghue
2025-06-17  1:52       ` Praveen Talari
2025-06-16 18:53   ` Bryan O'Donoghue
2025-06-20 10:59     ` Praveen Talari
2025-06-17 14:24   ` Bjorn Andersson
2025-06-06 17:21 ` [PATCH v6 4/8] serial: qcom-geni: move resource initialization to separate function Praveen Talari
2025-06-06 17:21 ` [PATCH v6 5/8] serial: qcom-geni: move resource control logic to separate functions Praveen Talari
2025-06-06 17:21 ` [PATCH v6 6/8] serial: qcom-geni: move clock-rate logic to separate function Praveen Talari
2025-06-16 16:04   ` Praveen Talari
2025-06-16 16:25     ` Krzysztof Kozlowski
2025-06-17 16:07     ` Bjorn Andersson
2025-06-26 15:57       ` Praveen Talari
2025-06-06 17:21 ` [PATCH v6 7/8] serial: qcom-geni: Enable PM runtime for serial driver Praveen Talari
2025-06-17 15:53   ` Bjorn Andersson
2025-06-20  9:34     ` Praveen Talari
2025-06-30  5:10     ` Praveen Talari
2025-06-30 11:32       ` Krzysztof Kozlowski
2025-07-01 11:12       ` Dmitry Baryshkov
2025-07-14 16:21         ` Praveen Talari
2025-07-15 12:30           ` Dmitry Baryshkov
2025-06-06 17:21 ` [PATCH v6 8/8] serial: qcom-geni: Enable Serial on SA8255p Qualcomm platforms Praveen Talari

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).