summaryrefslogtreecommitdiffstats
path: root/drivers/clk/hisilicon
Commit message (Expand)AuthorAgeFilesLines
...
* clk: hi3620: Use kcalloc() in hi3620_mmc_clk_init()Markus Elfring2017-04-191-1/+1
* clk: hisilicon: Delete error messages for failed memory allocations in hisi_c...Markus Elfring2017-04-191-6/+4Star
* clk: hisilicon: Use devm_kmalloc_array() in hisi_clk_alloc()Markus Elfring2017-04-191-2/+3
* clk: hisilicon: Use kcalloc() in hisi_clk_init()Markus Elfring2017-04-191-2/+1Star
* clk: hi6220: add debug APB clockLeo Yan2017-04-121-0/+1
* clk: hisilicon: fix lock assignmentLeo Yan2017-01-271-0/+1
* clk: hisilicon: Add clock driver for hi3660 SoCZhangfei Gao2017-01-103-0/+575
* clk: Hi6220: enable stub clock driver for ARCH_HISILeo Yan2016-11-151-0/+1
* Merge branch 'clk-hisi' into clk-nextStephen Boyd2016-11-145-0/+719
|\
| * clk: hisilicon: add CRG driver for Hi3516CV300 SoCPan Wen2016-11-143-0/+339
| * clk: hisilicon: add CRG driver for Hi3798CV200 SoCJiancheng Xue2016-11-124-0/+380
* | clk: hi6220: use CLK_OF_DECLARE_DRIVER for sysctrl and mediactrl clock initShawn Guo2016-10-181-2/+2
|/
* clk: hi6220: Change syspll and media_syspll clk to 1.19GHzXinliang Liu2016-07-071-2/+2
* clk: hisilicon: hi3519: add driver remove path and fix some issuesJiancheng Xue2016-06-301-16/+100
* clk: hisilicon: add hisi_clk_unregister_* functionsJiancheng Xue2016-06-301-0/+21
* clk: hisilicon: add error processing for hisi_clk_register_* functionsJiancheng Xue2016-06-302-15/+55
* clk: hisilicon: add hisi_clk_alloc function.Jiancheng Xue2016-06-302-0/+32
* reset: hisilicon: change the definition of hisi_reset_initJiancheng Xue2016-06-303-13/+13
* Merge branch 'clk-hi6220-rtc' into clk-nextStephen Boyd2016-06-301-0/+2
|\
| * clk: hi6220: Add RTC clock for pl031Zhangfei Gao2016-06-301-0/+2
* | clk: hi6220: fix missing clk.h includeBen Dooks2016-06-211-0/+2
|/
* clk: hisilicon: add CRG driver for hi3519 socJiancheng Xue2016-05-063-0/+140
* clk: hisilicon: export some hisilicon APIs to modulesJiancheng Xue2016-05-062-15/+22
* reset: hisilicon: add reset controller driver for hisilicon SOCsJiancheng Xue2016-05-064-0/+178
* clk: hisilicon: Remove CLK_IS_ROOTStephen Boyd2016-03-035-56/+56
* clk: Remove unneeded semicolonsJavier Martinez Canillas2015-09-171-1/+1
* clk: Hi6220: separately build stub clock driverLeo Yan2015-09-032-2/+9
* clk: Hi6220: add stub clock driverLeo Yan2015-08-253-2/+278
* clk: hisi: refine parameter checking for initLeo Yan2015-08-031-8/+3Star
* Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd2015-07-284-8/+1Star
|\
| * clk: hisilicon: Remove clk.h includeStephen Boyd2015-07-204-8/+1Star
* | clk: fix some determine_rate implementationsBoris Brezillon2015-07-281-1/+1
* | clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon2015-07-281-22/+17Star
|/
* clk: make several parent names constUwe Kleine-König2015-06-043-39/+39
* Merge branch 'clk-next-hi6220' into clk-nextMichael Turquette2015-06-046-12/+505
|\
| * clk: hi6220: Clock driver support for Hisilicon hi6220 SoCBintian Wang2015-06-046-1/+494
| * clk: hisilicon: Remove __init for marking function prototypesBintian Wang2015-06-031-11/+11
* | clk: hix5hd2: Silence sparse warningsStephen Boyd2015-05-151-2/+3
|/
* clk: don't use __initconst for non-const arraysUwe Kleine-König2015-04-132-38/+38
* clk: Add rate constraints to clocksTomeu Vizoso2015-02-021-0/+2
* clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso2014-12-041-1/+1
* clk: hi3620: Move const initdata into correct code sectionBintian Wang2014-11-201-35/+35
* clk: hix5hd2: add I2C clocksWei Yan2014-09-281-0/+25
* clk: hix5hd2: add watchdog0 clocksGuoxiong Yan2014-09-281-0/+5
* clk: hix5hd2: add sd clkJiancheng Xue2014-09-281-6/+15
* clk: hix5hd2: add complex clkZhangfei Gao2014-09-281-0/+181
* clk: hisi: add clk-hix5hd2.cZhangfei Gao2014-05-122-0/+102
* clk: hisi: add hisi_clk_register_gateZhangfei Gao2014-05-122-0/+30
* clk: hisi: use clk_register_mux_table in hisi_clk_register_muxZhangfei Gao2014-05-122-5/+9
* clk: hisilicon: fix warning from smatchZhangfei Gao2014-03-211-8/+7Star