Re: [PATCH v2 0/4] clk: meson: g12a: add support for DVFS

From: Jerome Brunet
Date: Tue Aug 06 2019 - 04:38:45 EST


On Wed 31 Jul 2019 at 10:40, Neil Armstrong <narmstrong@xxxxxxxxxxxx> wrote:
>
> Neil Armstrong (4):
> clk: core: introduce clk_hw_set_parent()
> clk: meson: add g12a cpu dynamic divider driver
> clk: meson: g12a: add notifiers to handle cpu clock change
> clk: meson: g12a: expose CPUB clock ID for G12B
>
> drivers/clk/clk.c | 6 +
> drivers/clk/meson/Kconfig | 5 +
> drivers/clk/meson/Makefile | 1 +
> drivers/clk/meson/clk-cpu-dyndiv.c | 73 ++++
> drivers/clk/meson/clk-cpu-dyndiv.h | 20 +
> drivers/clk/meson/g12a.c | 535 +++++++++++++++++++++++---
> drivers/clk/meson/g12a.h | 1 -
> include/dt-bindings/clock/g12a-clkc.h | 1 +
> include/linux/clk-provider.h | 1 +
> 9 files changed, 588 insertions(+), 55 deletions(-)
> create mode 100644 drivers/clk/meson/clk-cpu-dyndiv.c
> create mode 100644 drivers/clk/meson/clk-cpu-dyndiv.h

Patchset looks good to me.
Waiting for Stephen's ack on patch #1 to apply it.

>
> --
> 2.22.0