aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/clk-qoriq.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-14clk: qoriq: use macros to generate pll_maskGravatar Wasim Khan 1-19/+43
2020-12-07clk: qoriq: provide constants for the typeGravatar Michael Walle 1-6/+7
2020-10-13clk: qoriq: modify MAX_PLL_DIV to 32Gravatar Zhao Qiang 1-1/+1
2020-07-27clk: qoriq: add LS1021A core pll mux optionsGravatar Michael Krummsdorf 1-1/+9
2020-05-07clk: qoriq: add cpufreq platform deviceGravatar Mian Yousaf Kaukab 1-3/+27
2020-01-30clk: qoriq: add ls1088a hwaccel clocks supportGravatar Yangbo Lu 1-0/+29
2019-08-07clk: qoriq: Fix -Wunused-const-variableGravatar Nathan Huckleberry 1-1/+1
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-0/+12
2019-06-25clk: qoriq: add support for lx2160aGravatar Vabhav Sharma 1-0/+12
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-04-25clk: qoriq: increase array size of cmux_to_groupGravatar Yogesh Gaur 1-2/+2
2019-04-25clk: qoriq: Add ls1028a clock configurationGravatar Yuantian Tang 1-0/+68
2019-04-25clk: qoriq: add more PLL divider clocks supportGravatar Yuantian Tang 1-2/+3
2019-03-08Merge branches 'clk-qcom-msm8998', 'clk-fractional-parent', 'clk-x86-mv' and ...Gravatar Stephen Boyd 1-2/+2
2019-03-08Merge branches 'clk-of-refcount', 'clk-mmio-fixed-clock', 'clk-remove-clps', ...Gravatar Stephen Boyd 1-0/+1
2019-02-22clk: qoriq: Improve an error messageGravatar Dan Carpenter 1-2/+2
2018-12-28clk: qoriq: fix refcount leak in clockgen_init()Gravatar Yangtao Li 1-0/+1
2018-11-08clk: qoriq: add more chips supportGravatar Yuantian Tang 1-0/+11
2018-08-30clk: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 1-7/+7
2017-12-21clk: qoriq: add more divider clocks supportGravatar Yuantian Tang 1-1/+8
2017-07-21clk: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-4/+3
2017-07-21clk: qoriq: add pll clock to clock lookup tableGravatar Yuantian Tang 1-0/+7
2017-07-21clk: qoriq: add clock configuration for ls1088a socGravatar Yuantian Tang 1-0/+12
2017-06-01clk: qoriq: Separate root input clock for core PLLs on ls1012aGravatar Scott Wood 1-14/+77
2016-12-08clk: qoriq: added ls1012a clock configurationGravatar Tang Yuantian 1-0/+19
2016-11-01Merge branch 'clk-fixes' into clk-nextGravatar Stephen Boyd 1-5/+8
2016-11-01clk: qoriq: add ls1046a supportGravatar Mingkai Hu 1-0/+41
2016-11-01clk: qoriq: Don't allow CPU clocks higher than starting valueGravatar Scott Wood 1-5/+8
2016-08-18clk: qoriq: fix a register offset errorGravatar Tang Yuantian 1-1/+5
2016-04-19clk: qoriq: add __init attributeGravatar Julia Lawall 1-1/+2
2016-04-15clk: qoriq: Remove CLK_IS_ROOTGravatar Stephen Boyd 1-1/+1
2015-11-30clk: qoriq: fix memory leakGravatar Sudip Mukherjee 1-1/+3
2015-10-27clk: qoriq: Add ls1043a support.Gravatar Hou Zhiqiang 1-0/+38
2015-10-22clk: qoriq: Fix wrong data in p2041_cmux_grp2Gravatar Scott Wood 1-2/+2
2015-10-21clk: qoriq: Add ls2080a support.Gravatar Scott Wood 1-9/+68
2015-10-21clk: qoriq: Move chip-specific knowledge into driverGravatar Scott Wood 1-221/+1040
2015-02-18clk: qoriq: Add support for the platform PLLGravatar Emil Medve 1-0/+83
2015-01-28clk: qoriq: Use pr_fmt()Gravatar Emil Medve 1-2/+5
2015-01-28clk: qoriq: Replace kzalloc() with kmalloc()Gravatar Emil Medve 1-1/+1
2015-01-28clk: qoriq: Make local symbol 'static'Gravatar Emil Medve 1-1/+1
2015-01-28clk: qoriq: Fix checkpatch type OOM_MESSAGEGravatar Emil Medve 1-12/+5
2015-01-28clk: qoriq: Fix checkpatch type ALLOC_SIZEOF_STRUCTGravatar Emil Medve 1-2/+2
2015-01-28clk: qoriq: Fix checkpatch type ALLOC_WITH_MULTIPLYGravatar Emil Medve 1-2/+2
2015-01-28clk: qoriq: Fix checkpatch type PARENTHESIS_ALIGNMENTGravatar Emil Medve 1-4/+4
2015-01-20clk: ppc-corenet: rename driver to clk-qoriqGravatar Tang Yuantian 1-0/+283