2023-04-20 17:38:09

by Konrad Dybcio

[permalink] [raw]
Subject: [PATCH v4 0/2] SM8350 VIDEOCC

v3 -> v4:
- pick up rb
- include qcom,gcc.yaml in the binding

v3: https://lore.kernel.org/r/[email protected]

v2 -> v3:
- Use a consistent VIDEO_CC_ prefix for resets
- Separate out the binding (and don't pick up the rb as a consequence)
- drop all pm_clks code

v2: https://lore.kernel.org/r/[email protected]

v1 -> v2:
- "){" -> ") {"
- subsys_initcall -> module_platform_driver
- constify lucid_5lpe_vco & .hw.init
- devm_add_action_or_reset -> devm_pm_runtime_enable

v1: https://lore.kernel.org/r/[email protected]

This serires brings support for SM8350 videocc and updates the
related dt-bindings.

Signed-off-by: Konrad Dybcio <[email protected]>
---
Konrad Dybcio (2):
dt-bindings: clock: Add SM8350 VIDEOCC
clk: qcom: Introduce SM8350 VIDEOCC

.../bindings/clock/qcom,sm8350-videocc.yaml | 68 +++
drivers/clk/qcom/Kconfig | 9 +
drivers/clk/qcom/Makefile | 1 +
drivers/clk/qcom/videocc-sm8350.c | 552 +++++++++++++++++++++
include/dt-bindings/clock/qcom,sm8350-videocc.h | 35 ++
include/dt-bindings/reset/qcom,sm8350-videocc.h | 18 +
6 files changed, 683 insertions(+)
---
base-commit: 67d5d9f013d6c3829383c08162939cabff14fccc
change-id: 20230413-topic-lahaina_vidcc-bcdabb475542

Best regards,
--
Konrad Dybcio <[email protected]>


2023-05-25 05:34:45

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH v4 0/2] SM8350 VIDEOCC

On Thu, 20 Apr 2023 19:32:49 +0200, Konrad Dybcio wrote:
> v3 -> v4:
> - pick up rb
> - include qcom,gcc.yaml in the binding
>
> v3: https://lore.kernel.org/r/[email protected]
>
> v2 -> v3:
> - Use a consistent VIDEO_CC_ prefix for resets
> - Separate out the binding (and don't pick up the rb as a consequence)
> - drop all pm_clks code
>
> [...]

Applied, thanks!

[1/2] dt-bindings: clock: Add SM8350 VIDEOCC
commit: 2aae5eaa941e356b5f6e78c207c7dc3a93286622
[2/2] clk: qcom: Introduce SM8350 VIDEOCC
commit: fd0b5b106fcab4b1127c72eb818e0e24f0447fc7

Best regards,
--
Bjorn Andersson <[email protected]>