On Tue, Jan 24, 2017 at 10:32:24AM +0800, Chen-Yu Tsai wrote: > Add support for the main clock unit found in the A80. > > Note that on the A80, some subsystems have separate clock controllers > downstream of the main clock unit. These include the MMC, USB, and > display engine subsystems. > > Signed-off-by: Chen-Yu Tsai <wens@xxxxxxxx> > --- > .../devicetree/bindings/clock/sunxi-ccu.txt | 1 + Acked-by: Rob Herring <robh@xxxxxxxxxx> > drivers/clk/sunxi-ng/Kconfig | 10 + > drivers/clk/sunxi-ng/Makefile | 1 + > drivers/clk/sunxi-ng/ccu-sun9i-a80.c | 1223 ++++++++++++++++++++ > drivers/clk/sunxi-ng/ccu-sun9i-a80.h | 57 + > include/dt-bindings/clock/sun9i-a80-ccu.h | 162 +++ > include/dt-bindings/reset/sun9i-a80-ccu.h | 102 ++ > 7 files changed, 1556 insertions(+) > create mode 100644 drivers/clk/sunxi-ng/ccu-sun9i-a80.c > create mode 100644 drivers/clk/sunxi-ng/ccu-sun9i-a80.h > create mode 100644 include/dt-bindings/clock/sun9i-a80-ccu.h > create mode 100644 include/dt-bindings/reset/sun9i-a80-ccu.h -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html