[PATCH v3 0/5] gs101: Add support for Display Process Unit (DPU) clocks

Peter Griffin posted 5 patches 3 weeks, 3 days ago
.../bindings/clock/google,gs101-clock.yaml         |  21 +-
.../soc/samsung/samsung,exynos-sysreg.yaml         |   2 +
arch/arm64/boot/dts/exynos/google/gs101.dtsi       |  17 ++
drivers/clk/samsung/clk-gs101.c                    | 283 +++++++++++++++++++++
include/dt-bindings/clock/google,gs101.h           |  36 +++
5 files changed, 358 insertions(+), 1 deletion(-)
[PATCH v3 0/5] gs101: Add support for Display Process Unit (DPU) clocks
Posted by Peter Griffin 3 weeks, 3 days ago
Hi folks,

This series adds support for the Display Process Unit (DPU) Clock
Management Unit (CMU) aka CMU_DPU found on gs101. These will be used for
the IOMMU and display enablement.

As all the patches will go via Krzysztof tree it has been sent as one
series.

regards,

Peter.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
---
Changes in v3:
- alphanumeric for cmu_top children in .c & .h files (André)
- collect up tags
- Link to v2: https://lore.kernel.org/r/20260112-dpu-clocks-v2-0-bd00903fdeb9@linaro.org

Changes in v2:
- Fix alphanumeric ordering (Krzysztof)
- Update gout_dpu_dpu_pclk to gout_dpu_gpc_dpu_pclk (Peter)
- Fix dout_dpu_busp parent (Peter)
- Rebased onto next-20260109
- Link to v1: https://lore.kernel.org/r/20251120-dpu-clocks-v1-0-11508054eab8@linaro.org

---
Peter Griffin (5):
      dt-bindings: clock: google,gs101-clock: fix alphanumeric ordering
      dt-bindings: clock: google,gs101-clock: Add DPU clock management unit
      dt-bindings: samsung: exynos-sysreg: add gs101 dpu compatible
      clk: samsung: gs101: add support for Display Process Unit (DPU) clocks
      arm64: dts: exynos: gs101: add cmu_dpu and sysreg_dpu dt nodes

 .../bindings/clock/google,gs101-clock.yaml         |  21 +-
 .../soc/samsung/samsung,exynos-sysreg.yaml         |   2 +
 arch/arm64/boot/dts/exynos/google/gs101.dtsi       |  17 ++
 drivers/clk/samsung/clk-gs101.c                    | 283 +++++++++++++++++++++
 include/dt-bindings/clock/google,gs101.h           |  36 +++
 5 files changed, 358 insertions(+), 1 deletion(-)
---
base-commit: f417b7ffcbef7d76b0d8860518f50dae0e7e5eda
change-id: 20251120-dpu-clocks-7b825d05807a

Best regards,
-- 
Peter Griffin <peter.griffin@linaro.org>

Re: (subset) [PATCH v3 0/5] gs101: Add support for Display Process Unit (DPU) clocks
Posted by Krzysztof Kozlowski 2 weeks, 6 days ago
On Tue, 13 Jan 2026 10:58:57 +0000, Peter Griffin wrote:
> This series adds support for the Display Process Unit (DPU) Clock
> Management Unit (CMU) aka CMU_DPU found on gs101. These will be used for
> the IOMMU and display enablement.
> 
> As all the patches will go via Krzysztof tree it has been sent as one
> series.
> 
> [...]

Applied, thanks!

[5/5] arm64: dts: exynos: gs101: add cmu_dpu and sysreg_dpu dt nodes
      https://git.kernel.org/krzk/linux/c/024d8f4aa35970c4563c6ef0c4170133719b2103

Best regards,
-- 
Krzysztof Kozlowski <krzk@kernel.org>
Re: (subset) [PATCH v3 0/5] gs101: Add support for Display Process Unit (DPU) clocks
Posted by Krzysztof Kozlowski 2 weeks, 6 days ago
On 17/01/2026 20:34, Krzysztof Kozlowski wrote:
> 
> On Tue, 13 Jan 2026 10:58:57 +0000, Peter Griffin wrote:
>> This series adds support for the Display Process Unit (DPU) Clock
>> Management Unit (CMU) aka CMU_DPU found on gs101. These will be used for
>> the IOMMU and display enablement.
>>
>> As all the patches will go via Krzysztof tree it has been sent as one
>> series.
>>
>> [...]
> 
> Applied, thanks!
> 
> [5/5] arm64: dts: exynos: gs101: add cmu_dpu and sysreg_dpu dt nodes
>       https://git.kernel.org/krzk/linux/c/024d8f4aa35970c4563c6ef0c4170133719b2103

1-4 also applied, I should have sent b4 TY letters earlier.

Best regards,
Krzysztof