summaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi-ng/ccu_mux.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* clk: Remove io.h from clk-provider.hStephen Boyd2019-05-151-0/+1
* clk: sunxi-ng: Staticize ccu_mux_helper_unapply_prediv()Stephen Boyd2017-06-161-1/+1
* clk: sunxi-ng: Support multiple variable pre-dividersChen-Yu Tsai2017-06-071-7/+11
* clk: sunxi-ng: mux: Re-adjust parent rateMaxime Ripard2017-06-071-5/+28
* clk: sunxi-ng: mux: Change pre-divider application function prototypeMaxime Ripard2017-06-071-17/+12Star
* clk: sunxi-ng: mux: split out the pre-divider computation codeMaxime Ripard2017-06-071-12/+20
* clk: sunxi-ng: mux: Don't just rely on the parent for CLK_SET_RATE_PARENTMaxime Ripard2017-06-071-13/+1Star
* clk: sunxi-ng: Pass the parent and a pointer to the clocks round rateMaxime Ripard2017-06-071-3/+5
* clk: sunxi-ng: mux: Get closest parent rate possible with CLK_SET_RATE_PARENTChen-Yu Tsai2017-01-301-1/+12
* clk: sunxi-ng: mux: honor CLK_SET_RATE_NO_REPARENT flagChen-Yu Tsai2017-01-301-0/+15
* clk: sunxi-ng: mux: Fix determine_rate for mux clocks with pre-dividersChen-Yu Tsai2017-01-301-3/+4
* clk: sunxi-ng: Implement global pre-dividerMaxime Ripard2017-01-231-1/+7
* clk: sunxi-ng: mux: Add clk notifier functionsChen-Yu Tsai2016-08-251-0/+36
* clk: sunxi-ng: mux: support fixed pre-dividers on multiple parentsChen-Yu Tsai2016-08-251-2/+4
* clk: sunxi-ng: mux: Add support for mux tablesChen-Yu Tsai2016-08-251-0/+12
* clk: sunxi-ng: mux: Increase fixed pre-divider div sizeChen-Yu Tsai2016-08-081-1/+1
* clk: sunxi-ng: Add mux clock supportMaxime Ripard2016-07-091-0/+187