All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/6] SM8350 Display/GPU clock enablement
@ 2022-06-22 23:28 Robert Foss
  2022-06-22 23:28 ` [PATCH v7 1/6] arm64: dts: qcom: sm8350: Replace integers with rpmpd defines Robert Foss
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Robert Foss @ 2022-06-22 23:28 UTC (permalink / raw)
  To: bjorn.andersson, agross, mturquette, sboyd, robh+dt, krzk+dt,
	jonathan, robert.foss, linux-arm-msm, linux-clk, devicetree,
	linux-kernel, Dmitry Baryshkov, Konrad Dybcio

Changes since v2
 - Dropped "clk: Introduce CLK_ASSUME_ENABLED_WHEN_UNUSED"
 - Dropped "clk: qcom: sm8250-dispcc: Flag shared RCGs as assumed enable"
 - Dropped "clk: qcom: rcg2: Cache rate changes for parked RCGs"

Changes since v3:
 - Dropped RBs & SoBs for bigger changes
 - Changed author to me for patches with big changes

Changes since v5:
 - Reverted dispcc-sm8350 split from dispcc-sm8250
   and related .index changes - Bjorn
 - Re-added Tags that were thrown out due to the 
   above revert


Jonathan Marek (2):
  clk: qcom: add support for SM8350 DISPCC
  dt-bindings: clock: Add Qcom SM8350 DISPCC bindings

Robert Foss (4):
  arm64: dts: qcom: sm8350: Replace integers with rpmpd defines
  clk: qcom: add support for SM8350 GPUCC
  dt-bindings: clock: Add Qcom SM8350 GPUCC bindings
  arm64: dts: qcom: sm8350: Add DISPCC node

 .../bindings/clock/qcom,dispcc-sm8x50.yaml    |   6 +-
 .../bindings/clock/qcom,gpucc-sm8350.yaml     |  72 ++
 arch/arm64/boot/dts/qcom/sm8350.dtsi          |  42 +-
 drivers/clk/qcom/Kconfig                      |  14 +-
 drivers/clk/qcom/Makefile                     |   1 +
 drivers/clk/qcom/dispcc-sm8250.c              |  63 +-
 drivers/clk/qcom/gpucc-sm8350.c               | 637 ++++++++++++++++++
 .../dt-bindings/clock/qcom,dispcc-sm8350.h    |   1 +
 include/dt-bindings/clock/qcom,gpucc-sm8350.h |  52 ++
 9 files changed, 874 insertions(+), 14 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,gpucc-sm8350.yaml
 create mode 100644 drivers/clk/qcom/gpucc-sm8350.c
 create mode 120000 include/dt-bindings/clock/qcom,dispcc-sm8350.h
 create mode 100644 include/dt-bindings/clock/qcom,gpucc-sm8350.h

-- 
2.34.1


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

end of thread, other threads:[~2022-06-23  5:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22 23:28 [PATCH v7 0/6] SM8350 Display/GPU clock enablement Robert Foss
2022-06-22 23:28 ` [PATCH v7 1/6] arm64: dts: qcom: sm8350: Replace integers with rpmpd defines Robert Foss
2022-06-23  4:42   ` Vinod Koul
2022-06-22 23:28 ` [PATCH v7 2/6] clk: qcom: add support for SM8350 GPUCC Robert Foss
2022-06-23  4:56   ` Vinod Koul
2022-06-22 23:28 ` [PATCH v7 3/6] dt-bindings: clock: Add Qcom SM8350 GPUCC bindings Robert Foss
2022-06-22 23:28 ` [PATCH v7 4/6] clk: qcom: add support for SM8350 DISPCC Robert Foss
2022-06-23  4:45   ` Vinod Koul
2022-06-22 23:28 ` [PATCH v7 5/6] dt-bindings: clock: Add Qcom SM8350 DISPCC bindings Robert Foss
2022-06-23  4:44   ` Vinod Koul
2022-06-22 23:28 ` [PATCH v7 6/6] arm64: dts: qcom: sm8350: Add DISPCC node Robert Foss

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.