]> git.baikalelectronics.ru Git - kernel.git/commit
clk: sprd: add divider clock support
authorChunyan Zhang <chunyan.zhang@spreadtrum.com>
Thu, 7 Dec 2017 12:57:08 +0000 (20:57 +0800)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 21 Dec 2017 23:00:52 +0000 (15:00 -0800)
commitc8c12acebe21ab89a0108bfeca53c403a0e5be7a
treec5dd6256ec0b6ad9c33366024a093d1fabc8e4e4
parent46b8afa2d0a4f3e07b58eb1956a910d039f11805
clk: sprd: add divider clock support

This is a feature that can also be found in sprd composite clocks,
provide a bunch of helpers that can be reused later on.

Signed-off-by: Chunyan Zhang <chunyan.zhang@spreadtrum.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/sprd/Makefile
drivers/clk/sprd/div.c [new file with mode: 0644]
drivers/clk/sprd/div.h [new file with mode: 0644]