On Sun, 17 Sept 2023 at 04:14, Igor Prusov <ivpru...@salutedevices.com> wrote:
>
> This patch adds basic clock driver for Amlogic A1 Family which supports
> enabling/disabling some gates, getting frequencies and setting rate
> with limited reparenting.
>
> Signed-off-by: Igor Prusov <ivpru...@salutedevices.com>
> ---
>  arch/arm/include/asm/arch-meson/clock-a1.h |  23 +
>  drivers/clk/meson/Kconfig                  |   8 +
>  drivers/clk/meson/Makefile                 |   1 +
>  drivers/clk/meson/a1.c                     | 681 +++++++++++++++++++++
>  4 files changed, 713 insertions(+)
>  create mode 100644 arch/arm/include/asm/arch-meson/clock-a1.h
>  create mode 100644 drivers/clk/meson/a1.c

Reviewed-by: Simon Glass <s...@chromium.org>

This could use a few more comments, IMO. Did it come from Linux?

Reply via email to