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)
commit7a29a869434e8b7a71972227f0920e2f8ea777bd
treed0f3acdcf9d0f11dc7139c26ffca5892010dd957
parentb787f68c36d49bb1d9236f403813641efa74a031
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]