aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-qoriq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-07clk: qoriq: Fix -Wunused-const-variableNathan Huckleberry1-1/+1
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-0/+12
2019-06-25clk: qoriq: add support for lx2160aVabhav Sharma1-0/+12
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-25clk: qoriq: increase array size of cmux_to_groupYogesh Gaur1-2/+2
2019-04-25clk: qoriq: Add ls1028a clock configurationYuantian Tang1-0/+68
2019-04-25clk: qoriq: add more PLL divider clocks supportYuantian Tang1-2/+3
2019-03-08Merge branches 'clk-qcom-msm8998', 'clk-fractional-parent', 'clk-x86-mv' and 'clk-SA-fixes' into clk-nextStephen Boyd1-2/+2
2019-03-08Merge branches 'clk-of-refcount', 'clk-mmio-fixed-clock', 'clk-remove-clps', 'clk-socfpga-parent' and 'clk-struct-size' into clk-nextStephen Boyd1-0/+1
2019-02-22clk: qoriq: Improve an error messageDan Carpenter1-2/+2
2018-12-28clk: qoriq: fix refcount leak in clockgen_init()Yangtao Li1-0/+1
2018-11-08clk: qoriq: add more chips supportYuantian Tang1-0/+11
2018-08-30clk: Convert to using %pOFn instead of device_node.nameRob Herring1-7/+7
2017-12-21clk: qoriq: add more divider clocks supportYuantian Tang1-1/+8
2017-07-21clk: Convert to using %pOF instead of full_nameRob Herring1-4/+3
2017-07-21clk: qoriq: add pll clock to clock lookup tableYuantian Tang1-0/+7
2017-07-21clk: qoriq: add clock configuration for ls1088a socYuantian Tang1-0/+12
2017-06-01clk: qoriq: Separate root input clock for core PLLs on ls1012aScott Wood1-14/+77
2016-12-08clk: qoriq: added ls1012a clock configurationTang Yuantian1-0/+19
2016-11-01Merge branch 'clk-fixes' into clk-nextStephen Boyd1-5/+8
2016-11-01clk: qoriq: add ls1046a supportMingkai Hu1-0/+41
2016-11-01clk: qoriq: Don't allow CPU clocks higher than starting valueScott Wood1-5/+8
2016-08-18clk: qoriq: fix a register offset errorTang Yuantian1-1/+5
2016-04-19clk: qoriq: add __init attributeJulia Lawall1-1/+2
2016-04-15clk: qoriq: Remove CLK_IS_ROOTStephen Boyd1-1/+1
2015-11-30clk: qoriq: fix memory leakSudip Mukherjee1-1/+3
2015-10-27clk: qoriq: Add ls1043a support.Hou Zhiqiang1-0/+38
2015-10-22clk: qoriq: Fix wrong data in p2041_cmux_grp2Scott Wood1-2/+2
2015-10-21clk: qoriq: Add ls2080a support.Scott Wood1-9/+68
2015-10-21clk: qoriq: Move chip-specific knowledge into driverScott Wood1-221/+1040
2015-02-18clk: qoriq: Add support for the platform PLLEmil Medve1-0/+83
2015-01-28clk: qoriq: Use pr_fmt()Emil Medve1-2/+5
2015-01-28clk: qoriq: Replace kzalloc() with kmalloc()Emil Medve1-1/+1
2015-01-28clk: qoriq: Make local symbol 'static'Emil Medve1-1/+1
2015-01-28clk: qoriq: Fix checkpatch type OOM_MESSAGEEmil Medve1-12/+5
2015-01-28clk: qoriq: Fix checkpatch type ALLOC_SIZEOF_STRUCTEmil Medve1-2/+2
2015-01-28clk: qoriq: Fix checkpatch type ALLOC_WITH_MULTIPLYEmil Medve1-2/+2
2015-01-28clk: qoriq: Fix checkpatch type PARENTHESIS_ALIGNMENTEmil Medve1-4/+4
2015-01-20clk: ppc-corenet: rename driver to clk-qoriqTang Yuantian1-0/+283