Message ID | 20200414195031.224021-1-martin.blumenstingl@googlemail.com (mailing list archive) |
---|---|
Headers | show |
Series | clk: meson: prepare GX and G12 for GPU DVFS | expand |
On 14/04/2020 21:50, Martin Blumenstingl 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(-) > Acked-by: Neil Armstrong <narmstrong@baylibre.com>
On Tue 14 Apr 2020 at 21:50, Martin Blumenstingl <martin.blumenstingl@googlemail.com> 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