summaryrefslogtreecommitdiff
path: root/drivers/clk/clk-qoriq.c
AgeCommit message (Expand)Author
2023-07-19clk: Explicitly include correct DT includesRob Herring
2023-06-08clk: qoriq: Add a determine_rate hookMaxime Ripard
2022-08-19clk: qoriq: Hold reference returned by of_get_parent()Liang He
2021-02-14clk: qoriq: use macros to generate pll_maskWasim Khan
2020-12-07clk: qoriq: provide constants for the typeMichael Walle
2020-10-13clk: qoriq: modify MAX_PLL_DIV to 32Zhao Qiang
2020-07-27clk: qoriq: add LS1021A core pll mux optionsMichael Krummsdorf
2020-05-07clk: qoriq: add cpufreq platform deviceMian Yousaf Kaukab
2020-01-30clk: qoriq: add ls1088a hwaccel clocks supportYangbo Lu
2019-08-07clk: qoriq: Fix -Wunused-const-variableNathan Huckleberry
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2019-06-25clk: qoriq: add support for lx2160aVabhav Sharma
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-25clk: qoriq: increase array size of cmux_to_groupYogesh Gaur
2019-04-25clk: qoriq: Add ls1028a clock configurationYuantian Tang
2019-04-25clk: qoriq: add more PLL divider clocks supportYuantian Tang
2019-03-08Merge branches 'clk-qcom-msm8998', 'clk-fractional-parent', 'clk-x86-mv' and ...Stephen Boyd
2019-03-08Merge branches 'clk-of-refcount', 'clk-mmio-fixed-clock', 'clk-remove-clps', ...Stephen Boyd
2019-02-22clk: qoriq: Improve an error messageDan Carpenter
2018-12-28clk: qoriq: fix refcount leak in clockgen_init()Yangtao Li
2018-11-08clk: qoriq: add more chips supportYuantian Tang
2018-08-30clk: Convert to using %pOFn instead of device_node.nameRob Herring
2017-12-21clk: qoriq: add more divider clocks supportYuantian Tang
2017-07-21clk: Convert to using %pOF instead of full_nameRob Herring
2017-07-21clk: qoriq: add pll clock to clock lookup tableYuantian Tang
2017-07-21clk: qoriq: add clock configuration for ls1088a socYuantian Tang
2017-06-01clk: qoriq: Separate root input clock for core PLLs on ls1012aScott Wood
2016-12-08clk: qoriq: added ls1012a clock configurationTang Yuantian
2016-11-01Merge branch 'clk-fixes' into clk-nextStephen Boyd
2016-11-01clk: qoriq: add ls1046a supportMingkai Hu
2016-11-01clk: qoriq: Don't allow CPU clocks higher than starting valueScott Wood
2016-08-18clk: qoriq: fix a register offset errorTang Yuantian
2016-04-19clk: qoriq: add __init attributeJulia Lawall
2016-04-15clk: qoriq: Remove CLK_IS_ROOTStephen Boyd
2015-11-30clk: qoriq: fix memory leakSudip Mukherjee
2015-10-27clk: qoriq: Add ls1043a support.Hou Zhiqiang
2015-10-22clk: qoriq: Fix wrong data in p2041_cmux_grp2Scott Wood
2015-10-21clk: qoriq: Add ls2080a support.Scott Wood
2015-10-21clk: qoriq: Move chip-specific knowledge into driverScott Wood
2015-02-18clk: qoriq: Add support for the platform PLLEmil Medve
2015-01-28clk: qoriq: Use pr_fmt()Emil Medve
2015-01-28clk: qoriq: Replace kzalloc() with kmalloc()Emil Medve
2015-01-28clk: qoriq: Make local symbol 'static'Emil Medve
2015-01-28clk: qoriq: Fix checkpatch type OOM_MESSAGEEmil Medve
2015-01-28clk: qoriq: Fix checkpatch type ALLOC_SIZEOF_STRUCTEmil Medve
2015-01-28clk: qoriq: Fix checkpatch type ALLOC_WITH_MULTIPLYEmil Medve
2015-01-28clk: qoriq: Fix checkpatch type PARENTHESIS_ALIGNMENTEmil Medve
2015-01-20clk: ppc-corenet: rename driver to clk-qoriqTang Yuantian