index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
clk-qoriq.c
Age
Commit message (
Expand
)
Author
2020-07-27
clk: qoriq: add LS1021A core pll mux options
Michael Krummsdorf
2020-05-07
clk: qoriq: add cpufreq platform device
Mian Yousaf Kaukab
2020-01-30
clk: qoriq: add ls1088a hwaccel clocks support
Yangbo Lu
2019-08-07
clk: qoriq: Fix -Wunused-const-variable
Nathan Huckleberry
2019-07-17
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2019-06-25
clk: qoriq: add support for lx2160a
Vabhav Sharma
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-04-25
clk: qoriq: increase array size of cmux_to_group
Yogesh Gaur
2019-04-25
clk: qoriq: Add ls1028a clock configuration
Yuantian Tang
2019-04-25
clk: qoriq: add more PLL divider clocks support
Yuantian Tang
2019-03-08
Merge branches 'clk-qcom-msm8998', 'clk-fractional-parent', 'clk-x86-mv' and ...
Stephen Boyd
2019-03-08
Merge branches 'clk-of-refcount', 'clk-mmio-fixed-clock', 'clk-remove-clps', ...
Stephen Boyd
2019-02-22
clk: qoriq: Improve an error message
Dan Carpenter
2018-12-28
clk: qoriq: fix refcount leak in clockgen_init()
Yangtao Li
2018-11-08
clk: qoriq: add more chips support
Yuantian Tang
2018-08-30
clk: Convert to using %pOFn instead of device_node.name
Rob Herring
2017-12-21
clk: qoriq: add more divider clocks support
Yuantian Tang
2017-07-21
clk: Convert to using %pOF instead of full_name
Rob Herring
2017-07-21
clk: qoriq: add pll clock to clock lookup table
Yuantian Tang
2017-07-21
clk: qoriq: add clock configuration for ls1088a soc
Yuantian Tang
2017-06-01
clk: qoriq: Separate root input clock for core PLLs on ls1012a
Scott Wood
2016-12-08
clk: qoriq: added ls1012a clock configuration
Tang Yuantian
2016-11-01
Merge branch 'clk-fixes' into clk-next
Stephen Boyd
2016-11-01
clk: qoriq: add ls1046a support
Mingkai Hu
2016-11-01
clk: qoriq: Don't allow CPU clocks higher than starting value
Scott Wood
2016-08-18
clk: qoriq: fix a register offset error
Tang Yuantian
2016-04-19
clk: qoriq: add __init attribute
Julia Lawall
2016-04-15
clk: qoriq: Remove CLK_IS_ROOT
Stephen Boyd
2015-11-30
clk: qoriq: fix memory leak
Sudip Mukherjee
2015-10-27
clk: qoriq: Add ls1043a support.
Hou Zhiqiang
2015-10-22
clk: qoriq: Fix wrong data in p2041_cmux_grp2
Scott Wood
2015-10-21
clk: qoriq: Add ls2080a support.
Scott Wood
2015-10-21
clk: qoriq: Move chip-specific knowledge into driver
Scott Wood
2015-02-18
clk: qoriq: Add support for the platform PLL
Emil Medve
2015-01-28
clk: qoriq: Use pr_fmt()
Emil Medve
2015-01-28
clk: qoriq: Replace kzalloc() with kmalloc()
Emil Medve
2015-01-28
clk: qoriq: Make local symbol 'static'
Emil Medve
2015-01-28
clk: qoriq: Fix checkpatch type OOM_MESSAGE
Emil Medve
2015-01-28
clk: qoriq: Fix checkpatch type ALLOC_SIZEOF_STRUCT
Emil Medve
2015-01-28
clk: qoriq: Fix checkpatch type ALLOC_WITH_MULTIPLY
Emil Medve
2015-01-28
clk: qoriq: Fix checkpatch type PARENTHESIS_ALIGNMENT
Emil Medve
2015-01-20
clk: ppc-corenet: rename driver to clk-qoriq
Tang Yuantian