summaryrefslogtreecommitdiffstats
path: root/drivers/clk/rockchip/clk-pll.c
Commit message (Expand)AuthorAgeFilesLines
* clk: rockchip: Demote kernel-doc abuses to standard comment blocks in pllsLee Jones2021-01-261-3/+3
* clk: rockchip: convert rk3036 pll type to use internal lock statusHeiko Stuebner2020-06-151-3/+23
* clk: rockchip: convert basic pll lock_wait to use regmap_read_poll_timeoutHeiko Stuebner2020-06-151-15/+6
* clk: rockchip: convert rk3399 pll type to use readl_relaxed_poll_timeoutHeiko Stuebner2020-06-151-11/+12
* clk: let init callback return an error codeJerome Brunet2019-12-231-11/+17
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* clk: rockchip: add pll_wait_lock for pll_enableElaine Zhang2017-03-221-0/+3
* clk: rockchip: add new pll-type for rk3328Elaine Zhang2017-01-021-3/+13
* clk: rockchip: Ignore frac divisor for PLL equivalence when it's unusedJulius Werner2016-11-051-2/+4
* clk: rockchip: use general clock flag when registering pllHeiko Stübner2016-08-081-2/+2
* clk: rockchip: drop old_rate calculation on pll rate changesHeiko Stuebner2016-05-091-9/+6
* clk: rockchip: simplify GRF handling in pll clocksHeiko Stuebner2016-05-091-27/+3
* clk: rockchip: fix of spelling mistake on unsuccessful in pll clock typeColin Ian King2016-04-251-2/+2
* clk: rockchip: add new pll-type for rk3399 and similar socsXing Zheng2016-03-271-1/+270
* clk: rockchip: Add support for multiple clock providersXing Zheng2016-03-271-13/+17
* clk: rockchip: check grf when waiting pll lockShawn Lin2016-02-151-0/+5
* clk: rockchip: add new pll-type for rk3036 and similar socsXing Zheng2015-11-231-1/+257
* clk: rockchip: don't use clk_ APIs in the pll init-callbackHeiko Stübner2015-10-011-61/+74
* clk: rockchip: register pll mux before pll itselfHeiko Stuebner2015-08-241-31/+32
* clk: rockchip: Convert to clk_hw based provider APIsStephen Boyd2015-08-241-9/+9
* clk: rockchip: Fix PLL bandwidthDouglas Anderson2015-07-281-9/+9
* clk: rockchip: Properly include clk.hStephen Boyd2015-07-201-1/+0
* clk: make several parent names constUwe Kleine-König2015-06-041-4/+4
* clk: rockchip: add optional sync to pll rate parametersHeiko Stuebner2014-11-251-0/+50
* clk: rockchip: setup pll_mux data earlierHeiko Stuebner2014-11-251-14/+13
* clk: rockchip: add ability to specify pll-specific flagsHeiko Stuebner2014-11-251-1/+3
* clk: rockchip: change pll rate without a clk-notifierDoug Anderson2014-09-271-50/+13
* clk: rockchip: add clock type for pll clocks and pll used on rk3066Heiko Stübner2014-07-131-0/+431