[PATCH v3 2/3] clk: meson-axg: add clock controller drivers
Rob Herring
robh at kernel.org
Tue Nov 28 08:30:22 PST 2017
On Tue, Nov 28, 2017 at 08:53:29PM +0800, Yixun Lan wrote:
> From: Qiufang Dai <qiufang.dai at amlogic.com>
>
> Add clock controller drivers for Amlogic Meson-AXG SoC.
>
> Signed-off-by: Qiufang Dai <qiufang.dai at amlogic.com>
> Signed-off-by: Yixun Lan <yixun.lan at amlogic.com>
> ---
> arch/arm64/Kconfig.platforms | 1 +
> drivers/clk/meson/Kconfig | 8 +
> drivers/clk/meson/Makefile | 1 +
> drivers/clk/meson/axg.c | 948 +++++++++++++++++++++++++++++++++++
> drivers/clk/meson/axg.h | 126 +++++
> include/dt-bindings/clock/axg-clkc.h | 72 +++
This belongs in the binding patch.
Otherwise,
Acked-by: Rob Herring <robh at kernel.org>
> 6 files changed, 1156 insertions(+)
> create mode 100644 drivers/clk/meson/axg.c
> create mode 100644 drivers/clk/meson/axg.h
> create mode 100644 include/dt-bindings/clock/axg-clkc.h
More information about the linux-amlogic
mailing list