OSDN Git Service

clk: sunxi-ng: Add common infrastructure
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 29 Jun 2016 19:05:23 +0000 (21:05 +0200)
committerMichael Turquette <mturquette@baylibre.com>
Sat, 9 Jul 2016 01:04:32 +0000 (18:04 -0700)
commit1d80c14248d6082c91a8a9e3d70cc94c3cc18ecb
tree9611710254ac9ce4cef789aed94c699497b7fb30
parentc0692d68a88a108fd0a34f0a9bc9c3781b49d6d6
clk: sunxi-ng: Add common infrastructure

Start our new clock infrastructure by adding the registration code, common
structure and common code.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
Link: lkml.kernel.org/r/20160629190535.11855-3-maxime.ripard@free-electrons.com
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/sunxi-ng/Kconfig [new file with mode: 0644]
drivers/clk/sunxi-ng/Makefile [new file with mode: 0644]
drivers/clk/sunxi-ng/ccu_common.c [new file with mode: 0644]
drivers/clk/sunxi-ng/ccu_common.h [new file with mode: 0644]
drivers/clk/sunxi-ng/ccu_mult.h [new file with mode: 0644]
drivers/clk/sunxi-ng/ccu_reset.c [new file with mode: 0644]
drivers/clk/sunxi-ng/ccu_reset.h [new file with mode: 0644]