summaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi-ng/ccu_nkm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* clk: sunxi-ng: nkm: remove redundant initialization of tmp_parentColin Ian King2023-11-181-3/+2
* clk: sunxi-ng: nkm: Prefer current parent rateFrank Oltmanns2023-08-091-1/+2
* clk: sunxi-ng: nkm: Support finding closest rateFrank Oltmanns2023-08-091-11/+9
* clk: sunxi-ng: nkm: consider alternative parent rates when determining rateFrank Oltmanns2023-08-091-1/+43
* clk: sunxi-ng: nkm: Use correct parameter name for parent HWFrank Oltmanns2023-08-091-1/+1
* clk: sunxi-ng: Avoid computing the rate twiceSamuel Holland2023-01-081-5/+5
* clk: sunxi-ng: Export symbols used by CCU driversSamuel Holland2021-11-221-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* clk: Remove io.h from clk-provider.hStephen Boyd2019-05-151-0/+1
* clk: sunxi-ng: nkm: add support for fixed post-dividerIcenowy Zheng2017-08-141-3/+19
* clk: sunxi-ng: Pass the parent and a pointer to the clocks round rateMaxime Ripard2017-06-071-3/+4
* clk: sunxi-ng: use 1 as fallback for minimum multiplierChen-Yu Tsai2017-04-131-4/+4
* clk: sunxi-ng: Implement multiplier maximumMaxime Ripard2017-01-231-4/+4
* clk: sunxi-ng: Implement factors offsetsMaxime Ripard2017-01-231-5/+13
* clk: sunxi-ng: Implement minimum for multipliersMaxime Ripard2016-10-251-4/+4
* clk: sunxi-ng: Add minimums for all the relevant structures and clocksMaxime Ripard2016-10-251-6/+12
* clk: sunxi-ng: Remove the use of rational computationsMaxime Ripard2016-10-251-16/+15
* clk: sunxi-ng: div: Allow to set a maximumMaxime Ripard2016-09-101-2/+2
* clk: sunxi-ng: nkm: Add mux to support multiple parentsChen-Yu Tsai2016-08-081-6/+34
* clk: sunxi-ng: Add N-K-M Factor clockMaxime Ripard2016-07-091-0/+153