Re: [PATCH v2 0/2] clk: meson: prepare GX and G12 for GPU DVFS

From: Jerome Brunet
Date: Thu Apr 16 2020 - 06:28:52 EST



On Tue 14 Apr 2020 at 21:50, Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx> wrote:

> This contains only the clock driver updates from my other series titled
> "GPU DVFS for Meson GXBB/GXL/GXM/G12A/G12B/SM1" from [0]
>
>
> Changes since v1 at [0]:
> - update the patch descriptions to indicate that we explicitly don't
> want CLK_SET_RATE_PARENT on the muxes
> - split into clock driver (this series) and .dts changes (future
> series, waiting for testing feedback on v1 from [0])
>
>
> [0] https://patchwork.kernel.org/cover/11466399/
>
>
> Martin Blumenstingl (2):
> clk: meson: gxbb: Prepare the GPU clock tree to change at runtime
> clk: meson: g12a: Prepare the GPU clock tree to change at runtime
>
> drivers/clk/meson/g12a.c | 30 ++++++++++++++++++++++--------
> drivers/clk/meson/gxbb.c | 40 ++++++++++++++++++++++------------------
> 2 files changed, 44 insertions(+), 26 deletions(-)

Applied, Thx