aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/hisilicon/clk-hi3620.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner1-15/+1
2018-12-10clk: hisilicon: Remove usage of CLK_IS_BASICStephen Boyd1-1/+1
2017-11-01clk: hisilicon: make clk_ops constBhumika Goyal1-1/+1
2017-04-19clk: hi3620: Fix a typo in one variable nameMarkus Elfring1-3/+3
2017-04-19clk: hi3620: Delete error messages for a failed memory allocation in two functionsMarkus Elfring1-6/+2
2017-04-19clk: hi3620: Use kcalloc() in hi3620_mmc_clk_init()Markus Elfring1-1/+1
2016-03-02clk: hisilicon: Remove CLK_IS_ROOTStephen Boyd1-9/+9
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd1-2/+0
2015-07-27clk: fix some determine_rate implementationsBoris Brezillon1-1/+1
2015-07-27clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon1-22/+17
2015-07-20clk: hisilicon: Remove clk.h includeStephen Boyd1-2/+0
2015-06-04clk: make several parent names constUwe Kleine-König1-35/+35
2015-04-12clk: don't use __initconst for non-const arraysUwe Kleine-König1-35/+35
2015-02-02clk: Add rate constraints to clocksTomeu Vizoso1-0/+2
2014-12-03clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso1-1/+1
2014-11-19clk: hi3620: Move const initdata into correct code sectionBintian Wang1-35/+35
2014-03-20clk: hisilicon: fix warning from smatchZhangfei Gao1-8/+7
2014-03-19Merge tag 'clk-hisi' of https://git.kernel.org/pub/scm/linux/kernel/git/hzhuang1/linux into clk-next-hisilconMike Turquette1-17/+8
2014-03-19clk: hisi: remove static variableHaojian Zhuang1-17/+8
2014-02-26clk: hisilicon: add hi3620_mmc_clksZhangfei Gao1-0/+274
2013-12-11clk: hi3620: add gate clock flagHaojian Zhuang1-59/+59
2013-12-11clk: hi3620: fix wrong flags on dividerHaojian Zhuang1-11/+11
2013-12-04clk: hisilicon: add common clock supportHaojian Zhuang1-0/+242