summaryrefslogtreecommitdiffstats
path: root/drivers/clk/sprd/pll.c
Commit message (Collapse)AuthorAgeFilesLines
* clk: sprd: add missing kfreeChunyan Zhang2019-09-171-0/+2
| | | | | | | | | | | The number of config registers for different pll clocks probably are not same, so we have to use malloc, and should free the memory before return. Fixes: 3e37b005580b ("clk: sprd: add adjustable pll support") Signed-off-by: Chunyan Zhang <chunyan.zhang@unisoc.com> Signed-off-by: Chunyan Zhang <zhang.lyra@gmail.com> Link: https://lkml.kernel.org/r/20190905103009.27166-1-zhang.lyra@gmail.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
* clk: sprd: add adjustable pll supportChunyan Zhang2017-12-211-0/+266
Introduced a common adjustable pll clock driver for Spreadtrum SoCs. Signed-off-by: Chunyan Zhang <chunyan.zhang@spreadtrum.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
OpenPOWER on IntegriCloud