summaryrefslogtreecommitdiff
path: root/drivers/clk/ti/fapll.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner1-10/+1
2022-03-11clk: ti: Update pll and clockdomain clocks to use ti_dt_clk_name()Tony Lindgren1-4/+7
2020-12-17clk: ti: Fix memleak in ti_fapll_synth_setupZhang Qilong1-2/+9
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2018-08-30clk: Convert to using %pOFn instead of device_node.nameRob Herring1-4/+4
2017-08-24clk: ti: make clk_ops constBhumika Goyal1-2/+2
2015-11-24clk: ti: fapll: fix wrong do_div() usageNicolas Pitre1-2/+2
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd1-0/+1
2015-07-28clk: ti: make use of of_clk_parent_fill helper functionDinh Nguyen1-2/+1
2015-07-20clk: ti: Include clk.hStephen Boyd1-0/+1
2015-05-15clk: ti: Silence sparse warningsStephen Boyd1-3/+3
2015-03-25Merge branch 'for-4.1-clk-ti' of github.com:t-kristo/linux-pm into clk-nextMichael Turquette1-8/+262
2015-03-24clk: ti: Implement FAPLL set_rate for the PLLTony Lindgren1-0/+125
2015-03-24clk: ti: Implement FAPLL set_rate for the synthesizerTony Lindgren1-2/+132
2015-03-24clk: ti: Fix FAPLL recalc_rate for rounding errorsTony Lindgren1-6/+5
2015-02-25clk: ti: Fix FAPLL parent enable bit handlingTony Lindgren1-3/+3
2015-01-20clk: ti: Add support for FAPLL on dm816xTony Lindgren1-0/+410