]> git.baikalelectronics.ru Git - kernel.git/commit
clk: meson: Add support for Meson clock controller
authorCarlo Caione <carlo@endlessm.com>
Mon, 1 Jun 2015 11:13:53 +0000 (13:13 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Sat, 6 Jun 2015 00:22:08 +0000 (17:22 -0700)
commitd7d9030bf5f23b945180e3abeaac9b1f62d74d62
treed0f3acdcf9d0f11dc7139c26ffca5892010dd957
parentdd4a0ac5a66093ba1477238fa2d0e835dd935ff6
clk: meson: Add support for Meson clock controller

This patchset adds the infrastructure for registering and managing the
core clocks found on Amlogic MesonX SoCs. In particular:

- PLLs
- CPU clock
- Fixed rate clocks, fixed factor clocks, ...

Signed-off-by: Carlo Caione <carlo@endlessm.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/Makefile
drivers/clk/meson/Makefile [new file with mode: 0644]
drivers/clk/meson/clk-cpu.c [new file with mode: 0644]
drivers/clk/meson/clk-pll.c [new file with mode: 0644]
drivers/clk/meson/clkc.c [new file with mode: 0644]
drivers/clk/meson/clkc.h [new file with mode: 0644]
include/dt-bindings/clock/meson8b-clkc.h [new file with mode: 0644]