aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi/clk-factors.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-01-04clk: sunxi: Use CLK_IS_CRITICAL flag for critical clksStephen Boyd1-5/+21
2017-11-01clk: sunxi: fix build warningCorentin LABBE1-2/+0
2016-07-06clk: sunxi: make clk-* explicitly non-modularPaul Gortmaker1-1/+0
2016-02-11clk: sunxi: Remove clk_register_clkdev callsMaxime Ripard1-7/+0
2016-01-29clk: sunxi: factors: Drop round_rate from clk opsChen-Yu Tsai1-16/+0
2016-01-29clk: sunxi: factors: Support custom formulasChen-Yu Tsai1-2/+29
2016-01-27clk: sunxi: factors: Consolidate get_factors parameters into a structChen-Yu Tsai1-8/+16
2016-01-27clk: sunxi: factors: Add unregister functionChen-Yu Tsai1-0/+25
2016-01-27clk: sunxi: factors: Add clk cleanup in sunxi_factors_register() error pathChen-Yu Tsai1-15/+29
2016-01-27clk: sunxi: factors: Make struct clk_factors_config table constChen-Yu Tsai1-2/+2
2015-08-24clk: sunxi: Convert to clk_hw based provider APIsStephen Boyd1-5/+5
2015-08-24clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd1-1/+1
2015-08-24clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd1-1/+1
2015-07-28clk: sunxi: make use of of_clk_parent_fill helper functionDinh Nguyen1-3/+1
2015-07-27clk: fix some determine_rate implementationsBoris Brezillon1-2/+4
2015-07-27clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon1-11/+10
2015-02-02clk: Add rate constraints to clocksTomeu Vizoso1-0/+2
2014-12-21clk: sunxi: Give sunxi_factors_register a registers parameterHans de Goede1-6/+4
2014-12-03clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso1-2/+2
2014-10-21clk: sunxi: make factors clock mux mask configurableChen-Yu Tsai1-1/+1
2014-09-27clk: sunxi: factors: Invert the probing logicMaxime Ripard1-6/+95
2014-07-04clk: sunxi: Support factor clocks with N factor starting not from 0Chen-Yu Tsai1-1/+1
2014-05-05clk: sunxi: factors: automatic reparenting supportEmilio López1-0/+36
2013-12-28clk: sunxi: register factors clocks behind compositeEmilio López1-62/+1
2013-11-10clk: sunxi: factors: clear variables before using themEmilio López1-1/+1
2013-11-10clk: sunxi: factors: fix off-by-one masksEmilio López1-1/+1
2013-03-27clk: arm: sunxi: Add a new clock driver for sunxi SOCsEmilio López1-0/+180