summaryrefslogtreecommitdiff
path: root/drivers/clk/sunxi-ng/ccu_frac.c
AgeCommit message (Collapse)AuthorFilesLines
2016-10-20clk: sunxi-ng: Rename the internal structuresMaxime Ripard1-6/+6
Rename the structures meant to be embedded in other structures to make it consistent with the mux structure name Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Chen-Yu Tsai <wens@csie.org>
2016-07-09clk: sunxi-ng: Add fractional libMaxime Ripard1-0/+110
Some clocks can be switched to a mode called fractional that have two fixed output rate you can choose from. Add a small library to deal with those clocks. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Michael Turquette <mturquette@baylibre.com> Link: lkml.kernel.org/r/20160629190535.11855-4-maxime.ripard@free-electrons.com