aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2017-06-21clk: hisilicon: add usb2 clocks for hi3798cv200 SoCGravatar Jiancheng Xue 1-0/+21
2017-06-19clk: hi6220: add acpu clockGravatar Zhangfei Gao 1-0/+22
2017-06-19clk: hi3660: Set PPLL2 to 2880MGravatar Zhong Kaihua 1-2/+2
2017-06-19clk: hi3660: add clocks for video encoder, decoder and ISPGravatar Chen Jun 1-0/+40
2017-06-19clk: hi3660: fix wrong parent name of clk_mux_sysbusGravatar Chen Jun 1-2/+4
2017-06-19clk: Hi3660: register fixed_rate_clks with CLK_OF_DECLARE_DRIVERGravatar Leo Yan 1-10/+38
2017-04-19clk: hi3620: Fix a typo in one variable nameGravatar Markus Elfring 1-3/+3
2017-04-19clk: hi3620: Delete error messages for a failed memory allocation in two func...Gravatar Markus Elfring 1-6/+2
2017-04-19clk: hi3620: Use kcalloc() in hi3620_mmc_clk_init()Gravatar Markus Elfring 1-1/+1
2017-04-19clk: hisilicon: Delete error messages for failed memory allocations in hisi_c...Gravatar Markus Elfring 1-6/+4
2017-04-19clk: hisilicon: Use devm_kmalloc_array() in hisi_clk_alloc()Gravatar Markus Elfring 1-2/+3
2017-04-19clk: hisilicon: Use kcalloc() in hisi_clk_init()Gravatar Markus Elfring 1-2/+1
2017-04-12clk: hi6220: add debug APB clockGravatar Leo Yan 1-0/+1
2017-01-26clk: hisilicon: fix lock assignmentGravatar Leo Yan 1-0/+1
2017-01-09clk: hisilicon: Add clock driver for hi3660 SoCGravatar Zhangfei Gao 3-0/+575
2016-11-14clk: Hi6220: enable stub clock driver for ARCH_HISIGravatar Leo Yan 1-0/+1
2016-11-14Merge branch 'clk-hisi' into clk-nextGravatar Stephen Boyd 5-0/+719
2016-11-14clk: hisilicon: add CRG driver for Hi3516CV300 SoCGravatar Pan Wen 3-0/+339
2016-11-11clk: hisilicon: add CRG driver for Hi3798CV200 SoCGravatar Jiancheng Xue 4-0/+380
2016-10-17clk: hi6220: use CLK_OF_DECLARE_DRIVER for sysctrl and mediactrl clock initGravatar Shawn Guo 1-2/+2
2016-07-06clk: hi6220: Change syspll and media_syspll clk to 1.19GHzGravatar Xinliang Liu 1-2/+2
2016-06-30clk: hisilicon: hi3519: add driver remove path and fix some issuesGravatar Jiancheng Xue 1-16/+100
2016-06-30clk: hisilicon: add hisi_clk_unregister_* functionsGravatar Jiancheng Xue 1-0/+21
2016-06-30clk: hisilicon: add error processing for hisi_clk_register_* functionsGravatar Jiancheng Xue 2-15/+55
2016-06-30clk: hisilicon: add hisi_clk_alloc function.Gravatar Jiancheng Xue 2-0/+32
2016-06-30reset: hisilicon: change the definition of hisi_reset_initGravatar Jiancheng Xue 3-13/+13
2016-06-30Merge branch 'clk-hi6220-rtc' into clk-nextGravatar Stephen Boyd 1-0/+2
2016-06-30clk: hi6220: Add RTC clock for pl031Gravatar Zhangfei Gao 1-0/+2
2016-06-20clk: hi6220: fix missing clk.h includeGravatar Ben Dooks 1-0/+2
2016-05-06clk: hisilicon: add CRG driver for hi3519 socGravatar Jiancheng Xue 3-0/+140
2016-05-06clk: hisilicon: export some hisilicon APIs to modulesGravatar Jiancheng Xue 2-15/+22
2016-05-06reset: hisilicon: add reset controller driver for hisilicon SOCsGravatar Jiancheng Xue 4-0/+178
2016-03-02clk: hisilicon: Remove CLK_IS_ROOTGravatar Stephen Boyd 5-56/+56
2015-09-17clk: Remove unneeded semicolonsGravatar Javier Martinez Canillas 1-1/+1
2015-09-03clk: Hi6220: separately build stub clock driverGravatar Leo Yan 2-2/+9
2015-08-24clk: Hi6220: add stub clock driverGravatar Leo Yan 3-2/+278
2015-08-03clk: hisi: refine parameter checking for initGravatar Leo Yan 1-8/+3
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextGravatar Stephen Boyd 4-8/+1
2015-07-27clk: fix some determine_rate implementationsGravatar Boris Brezillon 1-1/+1
2015-07-27clk: change clk_ops' ->determine_rate() prototypeGravatar Boris Brezillon 1-22/+17
2015-07-20clk: hisilicon: Remove clk.h includeGravatar Stephen Boyd 4-8/+1
2015-06-04clk: make several parent names constGravatar Uwe Kleine-König 3-39/+39
2015-06-03Merge branch 'clk-next-hi6220' into clk-nextGravatar Michael Turquette 6-12/+505
2015-06-03clk: hi6220: Clock driver support for Hisilicon hi6220 SoCGravatar Bintian Wang 6-1/+494
2015-06-03clk: hisilicon: Remove __init for marking function prototypesGravatar Bintian Wang 1-11/+11
2015-05-14clk: hix5hd2: Silence sparse warningsGravatar Stephen Boyd 1-2/+3
2015-04-12clk: don't use __initconst for non-const arraysGravatar Uwe Kleine-König 2-38/+38
2015-02-02clk: Add rate constraints to clocksGravatar Tomeu Vizoso 1-0/+2
2014-12-03clk: Change clk_ops->determine_rate to return a clk_hw as the best parentGravatar Tomeu Vizoso 1-1/+1
2014-11-19clk: hi3620: Move const initdata into correct code sectionGravatar Bintian Wang 1-35/+35